Start
Members-
Posts
8 -
Joined
-
Last visited
Profile Information
-
Gender
Male
-
Location
Brazil
Recent Profile Visitors
925 profile views
Start's Achievements
-
Promblem about bonus_script command in script
Start replied to JHONDOMINIC's question in Database Support
try this: to duplicate the remaning time: bonus_script "{ bonus bDex,4; }",86400,1032,0; to duplicate the script: bonus_script "{ bonus bDex,4; }",86400,2056,0; -
change udt_maxhp and udt_hp to UMOB_MAXHP and UMOB_HP
-
Are you using <tab> ? If yes, change for spaces
-
Change this > #Body: < to this > Body: <
-
kkkkkkkk
-
Sorry, my bad... change getcharid(0) to getcharid(3)
-
NPC 1: set .char_id,getcharid(0); donpcevent "NPC2:Event"; end; Continue: set [email protected]_rid,getvariableofnpc(.char_id,NPC2); attachrid([email protected]_rid); [...] code [...] -/-/-/-/-/- NPC2: Event: set [email protected]_rid,getvariableofnpc(.char_id,NPC1); attachrid([email protected]_rid); [...] code [...] set .char_id,getcharid(0); donpcevent "NPC1:Continue";
-
The body of e-mail is not able to receive a new line.