Jump to content

Start

Members
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Brazil

Recent Profile Visitors

925 profile views

Start's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

2

Reputation

1

Community Answers

  1. 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;
  2. change udt_maxhp and udt_hp to UMOB_MAXHP and UMOB_HP
  3. Are you using <tab> ? If yes, change for spaces
  4. Change this > #Body: < to this > Body: <
  5. Sorry, my bad... change getcharid(0) to getcharid(3)
  6. 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";
  7. The body of e-mail is not able to receive a new line.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.