PDA

View Full Version : wildy help



gether
June 18th, 2010, 02:05
ok so i changed my source from pvp to wildy..i got the levels and everything else done..but when i click attack they just stand by each other and dont hit...but u cant logout cause ur in combat...so anyway i can make them actually hit each other.

Aaron
June 18th, 2010, 02:07
Wait, Do you need help fixing something, Don't really understand..

gether
June 18th, 2010, 02:08
Wait, Do you need help fixing something, Don't really understand..

yes...i need to make it so when i click attack on someone else they actually hit each other not just stand be each other..

Aaron
June 18th, 2010, 05:36
Whats with the Combat logging off sentence than?

Emperor
June 18th, 2010, 16:04
Check your combat methods for anything like
if (!inPvp()) {
break;
}
or whatever.
Change it all to your wilderness boolean.

Aaron
June 18th, 2010, 16:04
Check your combat methods for anything like
if (!inPvp()) {
break;
}
or whatever.
Change it all to your wilderness boolean.

Are you sure that's correct?

Emperor
June 18th, 2010, 16:50
The inPvp() boolean can be anything. Like inEdgevillePvp(), inPvpWorld(), ...