Sceptylos
Posts : 16 Points : 34 Reputation : 0 Join date : 2010-05-01
| Subject: Slayer Training Fri May 07, 2010 12:43 pm | |
| Slayer is really hard to train on the server, especially if the slayer master gives you 1-9 monsters to kill, so my suggestion is to make the NPC kills a bit higher. I did it on DivineScape while I was coding it so here. Go to ActionButtons.java Search for - Code:
-
p.SlayerTask = Misc.random(4); Then replace it by this - Code:
-
p.SlayerTask = Misc.random(4); (RED)p.SlayerAm = 10+ Misc.random(30); (RED) p.frames.showChatboxInterface(p, 241); p.frames.animateInterfaceId(p, 9850, 241, 2); p.frames.setNPCId(p, 1599, 241, 2); p.frames.setString(p, "Duradel", 241, 3); if(p.SlayerTask == 0) { p.frames.setString(p, "You must slay "+p.SlayerAm+" Dragons.", 241, 4); } if(p.SlayerTask == 1) { p.frames.setString(p, "You must slay "+p.SlayerAm+" Guards.", 241, 4); } if(p.SlayerTask == 2) { p.frames.setString(p, "You must slay "+p.SlayerAm+" Giants.", 241, 4); } if(p.SlayerTask == 3) { p.frames.setString(p, "You must slay "+p.SlayerAm+" Ghosts.", 241, 4); } if(p.SlayerTask == 4) { p.frames.setString(p, "You must slay "+p.SlayerAm+" Heroes.", 241, 4); } } break; What is in red is the amount of npc to slay you get increase or decrease but 10-30 is good to me | |
|
kaylee
Posts : 645 Points : 699 Reputation : 21 Join date : 2010-04-08 Age : 32 Location : Michigan, United States
| Subject: Re: Slayer Training Fri May 07, 2010 1:12 pm | |
| Slayer is pretty easy tbh, you just need to get a higher level! | |
|
West Owner
Posts : 201 Points : 328 Reputation : 15 Join date : 2010-03-13 Location : Behind You
| Subject: Re: Slayer Training Fri May 07, 2010 3:05 pm | |
| Thanks. Those 1-9 slayer tasks were getting annoying. | |
|
Sceptylos
Posts : 16 Points : 34 Reputation : 0 Join date : 2010-05-01
| Subject: Re: Slayer Training Fri May 07, 2010 3:27 pm | |
| - West wrote:
- Thanks. Those 1-9 slayer tasks were getting annoying.
Np if you need anything i'm here on forums and usually on server now i'll be on a lot cuz it's 7 days vacation | |
|
kaylee
Posts : 645 Points : 699 Reputation : 21 Join date : 2010-04-08 Age : 32 Location : Michigan, United States
| Subject: Re: Slayer Training Sun May 09, 2010 9:12 pm | |
| Ya, my bro was trying to get 99 slayer, hes like 1 task, 1 task, 1 task, 1 tast, 9 task! | |
|
Sponsored content
| Subject: Re: Slayer Training | |
| |
|