Jump to content

Unique Scripter

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

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

Unique Scripter's Achievements

Drops

Drops (2/15)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. If some user talk with npc and alt+f4 next player can talk with it?
  2. I want to make npc script only 1 player can interact with it at the same time. It possible?
  3. Server down and sometimes it updates to another table in database.
  4. I have one random items script in server. Players like it try to save who get what in database but have a problem when a lot of players use that script in the same time.
  5. My code: morocc,150,172,4 script Give Reward 951,{ end; OnClock2336: Main: addrid(1); getitem 7227, 10; sleep 5000; goto Main; } My problem is players got exponent amount of item. How to resolve this problem?
×
×
  • Create New...