so there autocasting barrage and teleblocking on normals?
|
|

People on my server, click on barrage, autocast it with SOL. go to normal magic, and kill people in wild ...
how do i fix that
so there autocasting barrage and teleblocking on normals?

YEs.
Make it so when you click on the altar to switch to normla player, make it do the same action as if you disabled autocast.


can you help me on Teamviewer?
ActionHandler.java
replace case 6552 with this one.
this is a cheap fix, it's apparently better to make a boolean for spellsCode:case 6552: if (c.playerMagicBook == 0) { if(c.playerEquipment[c.playerWeapon] == 4675 || c.playerEquipment[c.playerWeapon] == 15486 || c.playerEquipment[c.playerWeapon] == 15040) { c.setSidebarInterface(0, 328); c.getPA().resetAutocast(); } c.playerMagicBook = 1; c.getPA().resetAutocast(); c.setSidebarInterface(6, 12855); c.sendMessage("An ancient wisdomin fills your mind."); } else { if(c.playerEquipment[c.playerWeapon] == 4675 || c.playerEquipment[c.playerWeapon] == 15486 || c.playerEquipment[c.playerWeapon] == 15040) { c.setSidebarInterface(0, 328); } c.getPA().resetAutocast(); c.setSidebarInterface(6, 1151); //modern c.playerMagicBook = 0; c.sendMessage("You feel a drain on your memory."); c.autocastId = -1; } break;
but that should help for now till you figure something out

Reset the sidebarinterface for autocasting

Allstar, how>
add In case 6552 like I already posted for youCode:c.getPA().resetAutocast();
If it is not different can you show me your
from your playerassistant.java?Code:public void resetAutocast() {
| « Port Forward My Stupid Modem | Easy help » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |