google german:
Wer weiß, wie man die db STUN "Affect" durch Quest?
English:
Does anyone know how to get the STUN on "Affect" through quest file?
affect db "sounds" like this when a GM dive /stun [nick]
dwPID: [player id]
bType: 210 (slow = 211)
bApplyOn: 0
lApplyValue: 0
dwFlag: 6
lDuration: 30
lSPCost: 0
Usually, the effect value on other commands on affect db is in "bApplyOn" (list of effects point in "-- point type start" of file "questlib.lua") and "bType" is usually 515.
Example of a normal affect apply command:
Code:
affect . add_collect ( apply . ATT_SPEED , 200 , 60 * 60 * 24 )
affect . add_collect ( apply . MOV_SPEED , 200 , 60 * 60 * 24 )
Help appreciated, need it to ingame ban script.
Thank you all