-
Posts
480 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Files posted by WhiteEagle
-
LevelUpBox
By WhiteEagle in Utilities
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.
701 downloads
Updated
-
Monsterspawn Event
By WhiteEagle in Games, Events, Quests
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
797 downloads
Updated