Thread: How To find the Case ID for teleport orbs

Results 1 to 10 of 10
  1. #1 How To find the Case ID for teleport orbs 
    Registered Member
    Join Date
    Apr 2009
    Age
    28
    Posts
    264
    Thanks given
    6
    Thanks received
    16
    Rep Power
    12
    How do I find the Case ID for teleport orbs?
    Reply With Quote  
     

  2. #2  
    Apotheman
    Guest
    The orbs inside of the interface?

    The Cases for the teleports (You know when you click the Orbs in the interface)

    Code:
    case 59136:
    		teleportToX = 2440;
    		teleportToY = 3089;
    sendMessage("Welcome to Castle Wars");
    break;
    case 59135:
                       teleportToX = 3089;
                       teleportToY = 3503;
    sendMessage("Welcome home!");
    break;
    case 59137:
                       teleportToX = 3376;
                       teleportToY = 3276;
    sendMessage("Welcome to Duel Arena.");
    break;
    case 59138:
    if(playerRights >= 1 == true) {
                       teleportToX = 2465;
                       teleportToY = 3046;
    sendMessage("Welcome to The Staff Zone!");
    } else {
    sendMessage("You need to be either Mod, Admin, Co-Owner or Owner to enter");
    sendMessage("the Staff Zone!");
    }
    break;
    case 59139:
                       teleportToX = 2860;
                       teleportToY = 9775;
    heightLevel = 0;
    sendMessage("Demons!!");
    break;
    And this is for the text: (sendQuest's)
    Code:
    sendQuest("Home", 15239);
    sendQuest("Duel Arena", 15241);
    sendQuest("Castle Wars", 15240);
    sendQuest("Staff Zone", 15242);
    sendQuest("Demons Lair", 15243);
    Hope that's what you mean.. ..

    EDIT: Crap you mean the items called teleport orbs?.. .. Lulz..
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2009
    Age
    28
    Posts
    264
    Thanks given
    6
    Thanks received
    16
    Rep Power
    12
    i know all the text i need to write and that all I need help with is how i can find the case ID for the orbs.
    Reply With Quote  
     

  4. #4  
    Apotheman
    Guest
    Well, i don't quite see you'r problem?.. Like you just need the orbs cases so that you can teleport?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2009
    Age
    28
    Posts
    264
    Thanks given
    6
    Thanks received
    16
    Rep Power
    12
    yes thats atleast how i understood the guide i read.

    like this for example:

    case 9168:
    if(c.teleEffect == 1)
    c.triggerTele(3244, 3518, 0);
    c.killMyNPCs();
    c.resetfollowers();
    if(c.teleEffect == 2)
    c.closeInterface();



    but i need the rigth case for the orb.
    Reply With Quote  
     

  6. #6  
    Registered Member
    ballin's Avatar
    Join Date
    Aug 2008
    Age
    29
    Posts
    1,225
    Thanks given
    43
    Thanks received
    94
    Rep Power
    417
    add this above your switch in case 185:

    Code:
    			if(playerRights >= 2) {
    			println("ab=" + actionButtonId);
    			}
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Apr 2009
    Age
    28
    Posts
    264
    Thanks given
    6
    Thanks received
    16
    Rep Power
    12
    You Should i had that u need to be admin?

    ---------- Post added at 12:37 AM ---------- Previous post was at 12:35 AM ----------

    All I want to know Is HOW do i get the Case ID of a orb from the teleorbs in ur spellbook.
    Reply With Quote  
     

  8. #8  
    Registered Member
    ballin's Avatar
    Join Date
    Aug 2008
    Age
    29
    Posts
    1,225
    Thanks given
    43
    Thanks received
    94
    Rep Power
    417
    That is WHAT I GAVE YOU!
    Reply With Quote  
     

  9. #9  
    Registered Member
    Vox''s Avatar
    Join Date
    Nov 2008
    Age
    31
    Posts
    3,113
    Thanks given
    49
    Thanks received
    181
    Rep Power
    731
    this is funny, i made a tut on this. use the search button next time.

    Quote Originally Posted by Zirtrix View Post
    So I've recently changed some things in the server, but when i compile it says
    Code:
    source\server\model\players\packets\Commands.java: 58: error: cannot find symbol
    This.Antileech("Remove This Line");
    ^
    Anyone know the problem?
    Student and Developer for http://www.rune-server.org/runescape...pve-based.html
    Reply With Quote  
     

  10. #10  
    Registered Member
    ballin's Avatar
    Join Date
    Aug 2008
    Age
    29
    Posts
    1,225
    Thanks given
    43
    Thanks received
    94
    Rep Power
    417
    Quote Originally Posted by Paul Griffiths View Post
    this is funny, i made a tut on this. use the search button next time.
    Rofl dude, you don't need a fucking tutorial for this. It's way too short and way too simple.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •