Thread: Some things i need help with

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Some things i need help with 
    Registered Member
    Join Date
    Nov 2011
    Posts
    31
    Thanks given
    0
    Thanks received
    3
    Rep Power
    18
    Some problems i need help with if u help me with only one i will be happy


    I added bankers at edge but they dont look to the way they shud look at

    they look like this atm




    Is it possible to delete all charms from the npc loots? every npc drops it and cba going through all of them

    When i hit someone and he teles he got like a 8 sec timer where he can still get hitted i want that deleted.

    How can i make that the cmb max 126 is and not 138


    I want the teles deleted @ normal spell book and ancient/veng want to make a man at edge where you can choose the teles
    like yourself something like Battlescape if u know it.
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Feb 2008
    Age
    31
    Posts
    86
    Thanks given
    0
    Thanks received
    2
    Rep Power
    5
    Sorry to say, but these are all in the tutorial section if you just do a quick search.

    As for the way the bankers face, I am not too sure on how to change their directions anymore, but if I remember I will let you know.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2011
    Posts
    31
    Thanks given
    0
    Thanks received
    3
    Rep Power
    18
    Can't really find them lol
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    Feb 2008
    Age
    31
    Posts
    86
    Thanks given
    0
    Thanks received
    2
    Rep Power
    5
    Il take a quick look, see what I can find

    Do you have summoning ingame?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2011
    Posts
    31
    Thanks given
    0
    Thanks received
    3
    Rep Power
    18
    Yes but i tried to delete it and got many errors im using insidia
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Oct 2011
    Posts
    191
    Thanks given
    21
    Thanks received
    10
    Rep Power
    13
    1) http://www.rune-server.org/runescape...er-facing.html

    2) go to npchandler.java
    search for
    Code:
    public void dropItems
    scroll down till you see
    Code:
    if(npcs[i].npcType > 0) {
    int random2 = Misc.random(8);
    and remove the charms from there

    3) no idea will have to look into that probably something simple

    4) client.java
    search for
    Code:
    public int getCombatLevel() {
    and remove all the
    Code:
    + ((getLevelForXP(playerXP[22])) * 0.121212));
    5) figure that out yourself that's basic beginner stuff, that is how you learn stuff yourself
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Jun 2009
    Posts
    2,916
    Thanks given
    169
    Thanks received
    806
    Rep Power
    0
    Is it possible to delete all charms from the npc loots? every npc drops it and cba going through all of them
    Use this:

    c.getItems().deleteItem(####,c.getItems().getItemS lot(####),amount);
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Nov 2011
    Posts
    31
    Thanks given
    0
    Thanks received
    3
    Rep Power
    18
    1.Worked Thanks !

    2.charms deleted Sum hope changed the id's to 0 that wont be a problem right

    3. I deleted that myself

    4. got that also now

    5. still dont really know to do it because it got interfaces or something to click on? dunno how to delete them
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Oct 2011
    Posts
    191
    Thanks given
    21
    Thanks received
    10
    Rep Power
    13
    Quote Originally Posted by Vultanic View Post
    1.Worked Thanks !

    2.charms deleted Sum hope changed the id's to 0 that wont be a problem right

    3. I deleted that myself

    4. got that also now

    5. still dont really know to do it because it got interfaces or something to click on? dunno how to delete them
    with the interfaces find out what the clicking buttons case is find it in your clickingbuttons.java then you should be able to figure out how change it to doing what you want

    you could try some thing like

    case 51023
    case 6005
    return;

    if you don't want the tele to do anything at all

    mind telling me how you fixxed that thing about about people being able to be attacked for 8 seconds after teleing?
    Last edited by sum hope; 11-17-2011 at 01:53 AM. Reason: jhjhj
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Nov 2011
    Posts
    31
    Thanks given
    0
    Thanks received
    3
    Rep Power
    18
    Yeh i want it so they cant tele wıth magebook that they only can use the home teleport but i will try to do it myself if i cant will u help me

    about the pvp timer i found the guide for that pvp timer and i just deleted the codes that was on that guide now its gone
    Reply With Quote  
     

Page 1 of 2 12 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. Replies: 7
    Last Post: 07-11-2011, 08:16 PM
  2. Need help with 3 things
    By fffrunegod in forum Help
    Replies: 5
    Last Post: 05-24-2011, 05:19 PM
  3. [PI]A Few Things
    By Dylan in forum Help
    Replies: 1
    Last Post: 12-18-2010, 09:07 PM
  4. Some things rep++
    By Seecon in forum Help
    Replies: 2
    Last Post: 12-22-2009, 04:05 AM
  5. A few things...
    By CrotchFruit in forum Help
    Replies: 3
    Last Post: 03-22-2009, 01:32 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
  •