Leaderboard
Popular Content
Showing content with the highest reputation on 12/11/18 in all areas
-
LOGIN SCREEN https://streamable.com/ii9gib https://streamable.com/fc0sn7 https://vimeo.com/287302640 https://vimeo.com/300142810 https://vimeo.com/274177970 https://vimeo.com/310257994 https://streamable.com/6t1f6 Splash's https://streamable.com/n58ma Misc All Launcher's have Discord RichPresence SCRIPT & SOURCE Bet System https://vimeo.com/297864967 Pick Item with Mouse Click https://vimeo.com/288068416 Hack'n Slash Attack System https://vimeo.com/285431474 SkillShot System https://vimeo.com/269528679 Header Hud Char Info https://vimeo.com/268928510 System Conversor Skill Target to Place https://vimeo.com/307620277 LEAGUE OF LEGENDS INSPIRED SKILLS Ivern https://vimeo.com/270423927 https://vimeo.com/270211429 Kalista https://vimeo.com/270518714 Ash https://vimeo.com/270728857 Orianna https://vimeo.com/270911850 Xayah https://vimeo.com/271172345 Katarina https://vimeo.com/269402201 Client Edit Drag System https://streamable.com/dnqgz New Hud Interface (Old) NEW INTERFACE FROM TOS (WITH NPC DIALOG) https://streamable.com/ebec1 TREE OF SAVIOR INTERFACE 2.0 https://streamable.com/zshk1t https://streamable.com/jpqeks https://streamable.com/5axy7g RPG Style Map Transition https://streamable.com/vjz06y New Game Filter https://vimeo.com/303199417 Item Summon Screen https://vimeo.com/300142810 Rain https://vimeo.com/298893681 Rain 2.0 https://streamable.com/8hlb3l Campfire Button Shortcut https://vimeo.com/298498848 Talk with NPC with spacebar press https://streamable.com/puoar2 Discord Integration WALK WITH WASD https://streamable.com/c4u7u DRESSROOM MOD https://streamable.com/n1ncz MASTERY WINDOW https://streamable.com/zfttp ________________________________________ A lot of other things I haven't record, but I will try to keep this updated. Green = last added.2 points
-
The competition is over. They should close the post.1 point
-
Try prontera,137,111,5 script Maurel 604,{ // January ~ December Item Lists setarray .@ItemID[0],7539,5022,512,607,608,7539,5022,512,607,608,7539,5022; setarray .@Amount[0],10,10,10,10,10,10,10,10,10,10,10,10; if(#MonthlyReward != gettime(DT_MONTH)){ getitem .@ItemID[gettime(DT_MONTH)-1],.@Amount[gettime(DT_MONTH)-1]; #MonthlyReward = gettime(DT_MONTH); mes "You have grant an item for this month."; } else mes "You cant take a reward again this month."; close; }1 point
-
Thanks a lot @hendra814... I'm stupid, the solution to the problem was very simple but I was fooled by the fact that these quests are dynamic, in fact every week the monsters required change and this script also has a list of monsters and quests big enough (see "setarray .monster_id" and "setarray .quest_id") that do not need, I believe! Edit: another problem... there is no cooldown on the quests! Any fix for this?1 point