Thread: Spliting Teleports - Help!

Results 1 to 5 of 5
  1. #1 Spliting Teleports - Help! 
    Registered Member
    Join Date
    Oct 2008
    Posts
    180
    Thanks given
    0
    Thanks received
    3
    Rep Power
    19
    How do I split the Teleports? Like if I want to use Watchtower to go to KBD and Dark Beasts, but I can either click which one, how do I do that?
    Reply With Quote  
     

  2. #2  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    33
    Posts
    6,017
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    You mean you click the spell and a dialog box comes up with either choice?
    Free Filehost Premium Accounts
    Click Here
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Oct 2008
    Posts
    180
    Thanks given
    0
    Thanks received
    3
    Rep Power
    19
    Yeah, exactly what I mean.
    Reply With Quote  
     

  4. #4  
    Fuckin PRO

    Tyler's Avatar
    Join Date
    Jan 2008
    Age
    33
    Posts
    6,017
    Thanks given
    46
    Thanks received
    507
    Rep Power
    3330
    Code:
    public void watchTower() {
    	interfaceEffect = 1;
    	sendFrame126("", 2494);
    	sendFrame126("I want to Tele to KBD", 2495);
    	sendFrame126("I Want to Tele to Dark Beasts", 2496);
    	sendFrame126("Never mind..", 2497);
    	sendFrame126("", 2498);
    	sendQuestSomething(8143);
    	sendFrame164(2492);
    	flushOutStream();
    }

    then find the case of the teleport and put

    Code:
    case ####:
    watchTower();
    break;

    then after you do that compile restart and find the case ids of the clicks (click on each of the teles)

    It might be 9090 but i'm not 100% sure so check and make sure

    anyway find the case and under it add

    Code:
    case id:
    if (interfaceEffect == 1) {
    My Tele code shit
    closeInterface();
    }
    break;
    Free Filehost Premium Accounts
    Click Here
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Oct 2008
    Posts
    180
    Thanks given
    0
    Thanks received
    3
    Rep Power
    19
    Thanks!
    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
  •