my configuration
conf/battle/monster.conf
// Time in milliseconds to actitave protection against Kill Steal
// Set to 0 to disable it.
// If this is activated and a player is using @noks, damage from others players (KS) not in the party
// will be reduced to 0.
ksprotection: 120000
I use "@noks self" to aktivate the protection and it work , but the protect time is more
short than setting value ,in fact only 20~30 second protection.Anyone know Is there anything
wrong?
I create a fucntion int checksonething(){} in src/map/vending.c to check somthing ,then I want to use the fuction in atocmmand.c how should I let the specified fucntion work in atocmmand.c?
Hi~~Lilith
this is a usefull mod . I like it a lot.,
but I was very greedy to make a suggestions
Is this possible to build ?
skillid,normal map % damage, pvp map % damage, gvg map%damage,battle ground %damage ,damage type flag
-----------------------------------------------------------------------------------------------------------------------------------------
edit :
thanks for updating so fast
it's working for me
http://2.imgland.net/QANJb.jpg
myabe you forgot to use tab key
any erro on your map server?
louyang,217,115,5<tab>script<tab>Quest Items Effect<tab>835,{
- <tab>script<tab>NPCNAME<tab>-1,{
OnWhisperGlobal:
if (@whispervar0$ != "NPC On")end;
OnInit:
<Script>
end;
}
or other way
http://rathena.org/board/topic/60694-oninit-trigger/
src/login/login.c
find
if( login_config.group_id_to_connect >= 0 && sd->group_id != login_config.group_id_to_connect )
you can try changed != to < and recompile..
that should be as you want