Jump to content

Jinun

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Jinun's Achievements

Poring

Poring (1/15)

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

Recent Badges

0

Reputation

  1. Hi, I know this is a sudden question. But anyone have a dress changer but a 4th job sprite.
  2. Thank you mate I will try this one.
  3. Can Anyone help me to convert this code at rathena scripting code. I am not good at rathena scripting but still in learning. I've write this code in Javascript I want to respawn the Treasure Box chest at prontera every 1 hour just the concept of setInterval, How Do I write that? setInterval(function() { // this is a scripting of rathena // I know this line of code how it works monster "prontera",0,0,"Treasure Box",2288,1,"Treasure Box Respawner::OnTBoxDestroyed"; OnTBoxDestroyed: $TBoxDestroyed++; if ($TBoxDestroyed > 0) { announce "The Treasure box has been destroyed by " + strcharinfo(0) + "!",3; $TBoxDestroyed = 0; } end; },1000 * 60 * 60 * 1);
×
×
  • Create New...