Thread: [delta] Tele related stuff.

Results 1 to 3 of 3
  1. #1 [delta] Tele related stuff. 
    I don't take you serious
    Kastro's Avatar
    Join Date
    Nov 2008
    Posts
    2,504
    Thanks given
    92
    Thanks received
    389
    Rep Power
    604
    As the title says, I'm wondering what I have to do to;

    1. Remove interface pop-ups (such as the Minigames tele, which has multiple choises on where to go.)

    2. Add a teleport to the old "minigame teleport" spell.

    note for the people who may choose to be jerks:

    My first few weeks of Coding/Editing, so don't go all E-Gangsta on me and yell at me for not knowing "easy" things.

    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2009
    Age
    28
    Posts
    2,662
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    First Option Enter Your Clickingmost.java

    And Search For The Case's Or The Name OF The Teleport And Remove The Code For Them.
    Then Go Into Client.java And Remove The Global Object.

    The 2nd One Find The Case For One Of Your Modern / Ancient / Lunar Spells And Go Into Clickingmost.java

    And Do Some Like This.

    Must Has c. Before Each Thing.

    Case 4146 = Falador Teleport
    c.triggerTele(2870,3589,0); = Were Your Going This Isnt Correct Coords...
    c.killMyNPCs(); = Is The Void Used To Kill Any Npc's You've Attacked.


    case 4146:
    c.triggerTele(2870, 3589, 0);
    c.killMyNPCs();
    Reply With Quote  
     

  3. #3  
    I don't take you serious
    Kastro's Avatar
    Join Date
    Nov 2008
    Posts
    2,504
    Thanks given
    92
    Thanks received
    389
    Rep Power
    604
    Thanks, helped a fair bit

    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
  •