Fily Posted December 22, 2016 Posted December 22, 2016 How to make the prizes on your Auto Event script to just go directly in winners inventory instead of using mail? Quote
witcherancient Posted January 12, 2017 Posted January 12, 2017 (edited) umm stolaos-san thanks you for your great script it really help me alot for my new server teeheee and +1 hmm stolaos-san what should i put in location in mining script... below is the script MiningSpawn(<Amount>,<Tier>{,<Location>}) Edited January 23, 2017 by forsaken ask a question Quote
Stolao Posted January 29, 2017 Author Posted January 29, 2017 On 1/11/2017 at 10:17 PM, forsaken said: umm stolaos-san thanks you for your great script it really help me alot for my new server teeheee and +1 hmm stolaos-san what should i put in location in mining script... below is the script MiningSpawn(<Amount>,<Tier>{,<Location>}) This refers to the index of the array defined above. Quote
AllHailCarl Posted March 5, 2017 Posted March 5, 2017 I am humbly requesting a npc that shows the current stats given by the weapon mastery. Quote
RockStar Posted March 21, 2017 Posted March 21, 2017 anyone know about pvp room always full? Room is Full Quote
arokken Posted April 10, 2017 Posted April 10, 2017 Stolao, what if i want to make daily login rewards, become npc? how should i add on your script? can you help me? Thanks a lot! Quote
Stolao Posted April 20, 2017 Author Posted April 20, 2017 On 3/5/2017 at 8:32 AM, AllHailCarl said: I am humbly requesting a npc that shows the current stats given by the weapon mastery. its already in there use @wi Quote
Stolao Posted April 20, 2017 Author Posted April 20, 2017 On 4/10/2017 at 3:22 AM, arokken said: Stolao, what if i want to make daily login rewards, become npc? how should i add on your script? can you help me? Thanks a lot! just give it a view ID and a location, thne remove OnPCLOGINEVENT: so players have to talk to it Quote
sikiro Posted April 20, 2017 Posted April 20, 2017 @Stolao any idea as to why the weapon leveling displays you have gained a level past 99 so for example after a certain time it will say you have achieved lv241 or something instead of the actual level but checking @wi will display the correct level. Quote
Stolao Posted April 20, 2017 Author Posted April 20, 2017 33 minutes ago, sikiro said: @Stolao any idea as to why the weapon leveling displays you have gained a level past 99 so for example after a certain time it will say you have achieved lv241 or something instead of the actual level but checking @wi will display the correct level. It wont let you level past the Max Level in Conf, if for some reason you get a higher level through database editing or something it will show your current level even if higher then Max Quote
sikiro Posted April 20, 2017 Posted April 20, 2017 @Stolao no i understand that nothing has been changed but max level is 99 yet this is what i see. Quote
Stolao Posted April 20, 2017 Author Posted April 20, 2017 Just now, sikiro said: @Stolao no i understand that nothing has been changed but max level is 99 yet this is what i see. ah i see an issue with the Display only announce ""+.@M$+" Mastery has advanced to Lv "+.@master + 1+"!",bc_blue|bc_self; should be announce ""+.@M$+" Mastery has advanced to Lv "+(.@master + 1)+"!",bc_blue|bc_self; ill update live version in a sec Quote
sikiro Posted April 20, 2017 Posted April 20, 2017 (edited) worked perfectly ^^ is it posible to add some type of effect when it levels? the same way as gaining a baselevel or job level? also fly-wing script for storing them in an item is not functional. Edited April 29, 2017 by sikiro Quote
Zyess Posted May 12, 2017 Posted May 12, 2017 Getting this erro: buildin_callfunc: Function not found! [dispell] when trying to join events that remover carts and mount. Quote
Stolao Posted May 21, 2017 Author Posted May 21, 2017 (edited) On 5/12/2017 at 3:35 PM, Zyess said: Getting this erro: buildin_callfunc: Function not found! [dispell] when trying to join events that remover carts and mount. https://github.com/Stolao/Npc_Release/blob/master/Custom_Functions/Dispell.txt Edited May 21, 2017 by Stolao Quote
sprdosat Posted May 21, 2017 Posted May 21, 2017 Hi! How to put the respawn of monsters script mining? Thx. Quote
dikapramantya Posted May 23, 2017 Posted May 23, 2017 Hello @Stolao .. I've try your last rev script Daily Login . This is my started config. // Basic Settings // 1: Item | 2: Points | 4: Exp // 8: Gain Buffs Every X Consecutive Days logged in // 16: Show Cutins | 32: Bound Items // 64: No Rewards ffor Autotraders // 128: Show Next Day Cutin // (a bit value, e.g. 3 = Items & Points from Multi) .Mode = 1|16|64; // Number of times same IP can recive rewards // 0 = unlimited .IPCheck = 0; // Number of times same Computer (MacAdress) can recive rewards // 0 = unlimited .MacCheck = 1; // Item Binding Mode // Bound_Account : Account Bound item // Bound_Guild : Guild Bound item // Bound_Party : Party Bound item // Bound_Char : Character Bound item .Bound_Mode = Bound_Account; // To disable the command '@loginreward' comment the next lines // * Needs extra commands for typos bindatcmd("relog",strnpcinfo(3)+"::OnLoginCmnd",0,99); bindatcmd("collectreward",strnpcinfo(3)+"::OnLoginCmnd",0,99); bindatcmd("dailyreward",strnpcinfo(3)+"::OnLoginCmnd",0,99); bindatcmd("collectdaily",strnpcinfo(3)+"::OnLoginCmnd",0,99); bindatcmd("nextreward",strnpcinfo(3)+"::OnNextCmnd",0,99); // GM Command to fix the negative time till reward issue // #fixreward <playername> // * Needs extra commands for typos bindatcmd("fixreward",strnpcinfo(3)+"::OnFixCmnd",99,99); // Minimum minutes between collecting daily reward // Day: 22*60 - 24*60 // Week: 10080 .MinWait = 1320; // Minutes before losing the consecutive reward // Day: 48*60 - 50*60 // Week: 20160 .MaxWait = 3000; // What to do upon reaching last day defined // [0] Repeat last day // [1] Restart at 1 .Reset = 1; // Number of mins after logging before collecting prize .Rest = 10; But when i login in game. "This script is say, Reward are limited to 1 per computer sorry" . Whats wrong with my script / config ? Note : - Its my first login so its not Second ID to try login . - When i test use command @dailyreward, etc its say same "This script is say, Reward are limited to 1 per computer sorry" . Please see my attachment for more details. Quote
hadie Posted May 23, 2017 Posted May 23, 2017 5 hours ago, dikapramantya said: Hello @Stolao .. I've try your last rev script Daily Login . This is my started config. // Basic Settings // 1: Item | 2: Points | 4: Exp // 8: Gain Buffs Every X Consecutive Days logged in // 16: Show Cutins | 32: Bound Items // 64: No Rewards ffor Autotraders // 128: Show Next Day Cutin // (a bit value, e.g. 3 = Items & Points from Multi) .Mode = 1|16|64; // Number of times same IP can recive rewards // 0 = unlimited .IPCheck = 0; // Number of times same Computer (MacAdress) can recive rewards // 0 = unlimited .MacCheck = 1; // Item Binding Mode // Bound_Account : Account Bound item // Bound_Guild : Guild Bound item // Bound_Party : Party Bound item // Bound_Char : Character Bound item .Bound_Mode = Bound_Account; // To disable the command '@loginreward' comment the next lines // * Needs extra commands for typos bindatcmd("relog",strnpcinfo(3)+"::OnLoginCmnd",0,99); bindatcmd("collectreward",strnpcinfo(3)+"::OnLoginCmnd",0,99); bindatcmd("dailyreward",strnpcinfo(3)+"::OnLoginCmnd",0,99); bindatcmd("collectdaily",strnpcinfo(3)+"::OnLoginCmnd",0,99); bindatcmd("nextreward",strnpcinfo(3)+"::OnNextCmnd",0,99); // GM Command to fix the negative time till reward issue // #fixreward <playername> // * Needs extra commands for typos bindatcmd("fixreward",strnpcinfo(3)+"::OnFixCmnd",99,99); // Minimum minutes between collecting daily reward // Day: 22*60 - 24*60 // Week: 10080 .MinWait = 1320; // Minutes before losing the consecutive reward // Day: 48*60 - 50*60 // Week: 20160 .MaxWait = 3000; // What to do upon reaching last day defined // [0] Repeat last day // [1] Restart at 1 .Reset = 1; // Number of mins after logging before collecting prize .Rest = 10; But when i login in game. "This script is say, Reward are limited to 1 per computer sorry" . Whats wrong with my script / config ? Note : - Its my first login so its not Second ID to try login . - When i test use command @dailyreward, etc its say same "This script is say, Reward are limited to 1 per computer sorry" . Please see my attachment for more details. .MacCheck = 1, change to 0 Quote
AinsLord Posted June 16, 2017 Posted June 16, 2017 Please Fix Mining Link may i ask does your PVP ladder script is now working fine?? coz the last time i tried the room is always FULLhttps://github.com/Stolao/Npc_Release/tree/master/PvP_Ladder Quote
kabralgaming Posted August 22, 2017 Posted August 22, 2017 ((getgmlevel()<.GMAccess)?"":" ~ Manage events...")+ // Gm Level to access GM Menus .GMAccess = 99; Even level 0 of gm can add events. Quote
Stolao Posted August 23, 2017 Author Posted August 23, 2017 19 hours ago, kabralgaming said: ((getgmlevel()<.GMAccess)?"":" ~ Manage events...")+ // Gm Level to access GM Menus .GMAccess = 99; Even level 0 of gm can add events. Git hash? Any modifications? any Modifications to your groups.conf? Quote
kabralgaming Posted August 23, 2017 Posted August 23, 2017 58 minutes ago, Stolao said: Git hash? Any modifications? any Modifications to your groups.conf? I have not made any changes to your npc. groups.cong is original rathena default. auto_event.txt Quote
Stolao Posted August 24, 2017 Author Posted August 24, 2017 Odd i cant reproduce using a clean rAthena and clean from my Git Quote
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.