salmanshaikh14
Members-
Posts
4 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
salmanshaikh14's Achievements
Poring (1/15)
0
Reputation
-
if player have this >item id 2933 or if player have this >item id 29434 it will give heal.. script below please help me specialeffect(EF_HEAL2, AREA, playerattached()); percentheal 100,100; if ( countitem( 29333 ) ) if ( countitem( 29334 ) ) { specialeffect2 (EF_INCAGILITY, AREA, playerattached()); sc_start SC_INCREASEAGI,240000,10; specialeffect2 (EF_BLESSING, AREA, playerattached()); sc_start SC_BLESSING,240000,10; specialeffect2 EF_INCAGILITY; specialeffect2 EF_BLESSING; } set TimeHealed, gettimetick(2); healer.txt
-
@AceofSpades i am not aware what to edit in item db, please you please explain to me?
-
do you mean by this ? /conf/battle/battle.conf // Are arrows/ammo consumed when used on a bow/gun? // 0 = No // 1 = Yes // 2 = Yes even for skills that do not specify arrow consumption when said // skill is weapon-based and used with ranged weapons (auto-guesses which // skills should consume ammo when it's acquired via a card or plagiarize) arrow_decrement: 1 i need specific arrow to be unlimited not all for example silver arrow will not be consumed but rest arrow will
-
is there any way we can make specific arrow unlimited not all arrow will be unlimited they will be consumed, but some arrow will be unlimited.