Thread: [rel] computer [rel]

Page 1 of 3 123 LastLast
Results 1 to 10 of 28
  1. #1 [rel] computer [rel] 
    Donator


    Join Date
    Mar 2012
    Posts
    1,025
    Thanks given
    220
    Thanks received
    297
    Rep Power
    587
    I've been using this computer as an object inside of my bank for about a week, it was made in MetaSequoia. I've added two different models in the folder, one is the table with just the computer and the other is the table with some props on it. I used it as a help desk, when players click it, it takes them to my forums.

    I think it's a nice addition to home area. Reputation is appreciated, I hope you use it.

    [Only registered and activated users can see links. ]



    Code:
    if (i == 20000) {//object id
    				objectDef.name = "Help Desk"; //name
    				objectDef.description = "Alienware.".getBytes();//description examine
    				objectDef.anIntArray773 = new int[1];
    				objectDef.anIntArray773[0] = 12361;//model id read from /raw folder
    				objectDef.itemActions = new String[5];
    				objectDef.itemActions[0] = "Access";//actions
    				objectDef.itemActions[1] = "Help";//actions
    				objectDef.hasActions = true;
    				objectDef.aBoolean767 = true;//non walkable
    				objectDef.aBoolean762 = false;//confirms with floor
    				objectDef.aBoolean769 = false;
    			}
    Then in Actionhandler.java find 'public void firstclickobject' and declare:

    Code:
    case 20000: // moves player to help zone
    c.getPA().movePlayer(1975, 5002, 0);
    break;
    Then in Actionhnalder.java find 'public void secondclickobject' and declare:

    Code:
    case 20000: // sends the player to your forums for help
    		c.startAnimation(1352);
    		c.getPA().sendFrame126("www.yourwebsite.com/forum.php/", 1);
    		break;
    Reply With Quote  
     


  2. #2  
    Registered Member OblivionRealm's Avatar
    Join Date
    Apr 2012
    Posts
    596
    Thanks given
    60
    Thanks received
    41
    Rep Power
    11
    Quote Originally Posted by nucleon View Post
    I've been using this computer as an object inside of my bank for about a week, it was made in MetaSequoia. I've added two different models in the folder, one is the table with just the computer and the other is the table with some props on it. I used it as a help desk, when players click it, it takes them to my forums.

    I think it's a nice addition to home area. Reputation is appreciated, I hope you use it.

    [Only registered and activated users can see links. ]
    This is different o.o but gj i guess
    [Only registered and activated users can see links. ]


    Quote Originally Posted by Mikey` View Post
    Bump. Someone mirror, uppit sucks. Pretty sure uppit gave me a Trojan too.
    Quote Originally Posted by lighter xd View Post
    i didnt hear baout a keylog but im dling on my shit pc and my dads a police officer and get get swat to track his ip if its a keylog
    Reply With Quote  
     

  3. #3  
    Server Developer
    braybray125's Avatar
    Join Date
    Jun 2012
    Age
    30
    Posts
    72
    Thanks given
    77
    Thanks received
    2
    Rep Power
    11
    It's good to see unique stuff like this every now and then. xD
    Nice.
    Reply With Quote  
     

  4. #4  
    Registered Member OblivionRealm's Avatar
    Join Date
    Apr 2012
    Posts
    596
    Thanks given
    60
    Thanks received
    41
    Rep Power
    11
    also, wanna give objectdef ints?
    [Only registered and activated users can see links. ]


    Quote Originally Posted by Mikey` View Post
    Bump. Someone mirror, uppit sucks. Pretty sure uppit gave me a Trojan too.
    Quote Originally Posted by lighter xd View Post
    i didnt hear baout a keylog but im dling on my shit pc and my dads a police officer and get get swat to track his ip if its a keylog
    Reply With Quote  
     

  5. #5  
    CorruptionPVP CODER
    Kronos's Avatar
    Join Date
    Aug 2011
    Posts
    850
    Thanks given
    148
    Thanks received
    32
    Rep Power
    128
    Looks awesome. GJ might use , if i find a use for it.
    Gonna make it that when you click it . it will take you to help area. ::ticket
    Reply With Quote  
     

  6. #6  
    Registered Member
    jordan641's Avatar
    Join Date
    Apr 2010
    Posts
    1,809
    Thanks given
    70
    Thanks received
    128
    Rep Power
    189
    Nice release, don't see many custom objects.
    Reply With Quote  
     

  7. #7  
    The One And Only

    KaiserCo's Avatar
    Join Date
    Dec 2010
    Posts
    2,420
    Thanks given
    509
    Thanks received
    445
    Rep Power
    209
    Haha looks good, an option on it should be "Player servername"
    Reply With Quote  
     

  8. #8  
    GANGNAM STYLE!

    Ohad's Avatar
    Join Date
    Aug 2011
    Posts
    3,182
    Thanks given
    152
    Thanks received
    352
    Rep Power
    1671
    Nice idea.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. #9  
    lurkin about

    Haywire's Avatar
    Join Date
    Apr 2012
    Posts
    1,284
    Thanks given
    610
    Thanks received
    230
    Rep Power
    383
    Sweet, this could be really helpfull in the future
    Reply With Quote  
     

  10. #10  
    BeastvilleRSPS Owner

    Join Date
    Dec 2011
    Posts
    62
    Thanks given
    3
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by OblivionRealm View Post
    also, wanna give objectdef ints?
    yes this would be very helpful.. some 1 please release these.
    Reply With Quote  
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [REL] Real 194 Cache + Server + Client [REL]
    By programz in forum Downloads
    Replies: 33
    Last Post: 01-30-2012, 03:30 AM
  2. Replies: 10
    Last Post: 12-29-2010, 08:36 PM
  3. [REL]God Loves To D Bow Offical[REL] 508/525
    By d bow in forum Downloads
    Replies: 20
    Last Post: 09-18-2010, 11:39 AM
  4. Replies: 6
    Last Post: 02-20-2010, 06:09 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •