Page 1 of 1

How to force war mode of a player to someone?

Posted: Thu Apr 12, 2007 1:28 pm
by zandor70
I want to forse war mode of a player and setup opponent.... Someone know how I ca do?

Posted: Thu Apr 12, 2007 3:59 pm
by Austin

Code: Select all

SetScriptController(defender);

attacker.SetWarMode(1);

ApplyRawDamage(attacker, 0);

Posted: Sat Apr 14, 2007 1:47 am
by zandor70
Thx.

I am writing a library of function the the one in npc.em and some hook that intercept packet movement, war mode, wear item, ecc...