themon Posted June 21, 2013 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 240 Reputation: 40 Joined: 04/27/13 Last Seen: June 17, 2015 Share Posted June 21, 2013 (edited) I made some script and edit some existing script.just check put all of this at npc/custom/etc folder and declare it at your scripts_custom.confchansave.txt (added Homunculus Evolver)-Im just experimenting on this script. it will just save, open storage,and open guild storage, give monster info, Homunculus Evolver, summon monster, and changenight to day vice versa.I got some new idea but still don't know if I can doit.try to fusion one homunculus to another to create new breed of homunculus.or try to change the diet of the homunculus to change its element and skill.Ez2.txt and Keno.txt - is like in the old lottery game.Ez2.txtyou have to choose 2 numbers and if you got the 2 number in exact orderyou win first prize or got the 2 number but not in exact order youstill win second prize.Keno.txtyou have to choose 10 numbers and the game will draw 20 random numbers. ifyou get 10 numbers in any order you win the first prize. 9 numberssecond prize and so on.reserve.txt -let you buy stat points, reserve stat points and use your reserve statpoints. this can also transfer stat points from your 1 character to youranother character.rpsroulette.txt -I just improve this. by putting new options to play double and tripplerisk. and making you get a chance to get better prize if you can gethigher try. ex. 6 of 6 try you will get a 1:60 chance of winning thejackpot. dailybonus.txt -Give player random bonus Everyday. all they need to do is to login everyday SoulBuff.txt Ez2.txt keno.txt reserve.txt rpsroulette.txt mvp_arena.txt chansave.txt dailybonus.txt Edited August 28, 2013 by themon Quote Link to comment Share on other sites More sharing options...
Patskie Posted June 21, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 2 hours ago Share Posted June 21, 2013 To make an improvement of your script collections. Why don't you add some description? so that people will have an idea on how your script works Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 21, 2013 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 21, 2013 You can't just change a handful of lines in another user's scripts and claim them as your own: SoulBuff / trunk/npc/custom/healer.txt rpsroulette / trunk/npc/custom/etc/rpsroulette.txt mvp_arena / trunk/npc/custom/etc/mvp_arena.txt I'd recommend removing those immediately. As for the rest, consider releasing them individually since this doesn't really qualify as a "collection". Quote Link to comment Share on other sites More sharing options...
themon Posted June 22, 2013 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 240 Reputation: 40 Joined: 04/27/13 Last Seen: June 17, 2015 Author Share Posted June 22, 2013 You can't just change a handful of lines in another user's scripts and claim them as your own: SoulBuff / trunk/npc/custom/healer.txt rpsroulette / trunk/npc/custom/etc/rpsroulette.txt mvp_arena / trunk/npc/custom/etc/mvp_arena.txt I'd recommend removing those immediately. As for the rest, consider releasing them individually since this doesn't really qualify as a "collection". Euphy I didn't claim that I made all of this script like "I said I made some script and edit some existing script" for the mvp_arena.txt. I just added some boss monster there. for the healer.txt I just experimenting it to put other buffs that could work. rpsroulette.txt - I just improve this. by putting new options to play double and tripple risk. and making you get a chance to get better prize if you can get higher try. ex. 6 of 6 try you will get a 1:60 chance of winning the jackpot. all im doing is just to try learn from the existing script and if I get some good Idea I try to put it in the script. and by the way my only player is just my 9yrs old son and he just playing this offline. Quote Link to comment Share on other sites More sharing options...
themon Posted September 14, 2013 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 240 Reputation: 40 Joined: 04/27/13 Last Seen: June 17, 2015 Author Share Posted September 14, 2013 Still need help on my dailybonus.txt. I want it to be account base. The problem is when I use !DLogin whenever someone claims the bonus nobody else can claim on the same day. But when I use #DLogin everybody can claim on that day but not on the next day. Quote Link to comment Share on other sites More sharing options...
chriser Posted September 14, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 94 Reputation: 4 Joined: 01/29/13 Last Seen: August 11, 2020 Share Posted September 14, 2013 (edited) you need to reset the #DLogin every day, that does not work automatically. you can reset it either via sql (OnClock0000 and query_sql(update mapreg set value=0 where string='#DLogin')) or set variables that store the next reset time (#resettime = (calc next day 0 oclock) and then check if time now is greter than resettime and reset the points and calc new reset time ps: i hope you get the idea, because this will not work copy and paste Edited September 14, 2013 by chriser Quote Link to comment Share on other sites More sharing options...
rmon008 Posted September 22, 2013 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 80 Reputation: 1 Joined: 09/13/13 Last Seen: June 30, 2014 Share Posted September 22, 2013 (edited) Solved Edited September 22, 2013 by rmon008 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.