Jump to content

WhiteEagle

Members
  • Posts

    461
  • Joined

  • Last visited

  • Days Won

    3

Files posted by WhiteEagle

  1. Free

    LevelUpBox

    A short and simple script named "LevelUpBox".
    Easy to change the item which will gain the player by:

    set .@item$,501; // Level 1 with Item "Red Potion";
    Function:
    Every 10 level-up the player will gain an item.

    677 downloads

    Updated

  2. Free

    Monsterspawn Event

    Every half hour will start the event and spawn Monsters.
    The event stats with a broadcast massage.
    How to start/stop the event?
    - Whisper the npc with "npc:MSE" and write a random word.
    How to changed the settings?
    - At line 10 you can change the requried GM Level.
    "set .gm,99;"
    - At line 46 you can change the time when the event should start.
    "OnMinute30:"
    - At line 49 you can change the monster that will be spawned.
    "set (.mobid,1002);"
    - At line 50 you can change the monstername.
    "set (.mobname$,"EventMonster");"
    - At line 51 you can change the monstercount that will be spawned.
    "set (.moba,5);"
    If you have any questions, don't be shy to ask me.
    Greetings
    WhiteEagle

    775 downloads

    Updated

×
×
  • Create New...