Fily Posted December 22, 2016 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 51 Reputation: 4 Joined: 10/23/16 Last Seen: March 29, 2017 Share 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 Link to comment Share on other sites More sharing options...
topkung1 Posted December 24, 2016 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 07/22/14 Last Seen: November 14, 2022 Share Posted December 24, 2016 thank youu Quote Link to comment Share on other sites More sharing options...
witcherancient Posted January 12, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 08/25/16 Last Seen: February 26, 2024 Share 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 Link to comment Share on other sites More sharing options...
Stolao Posted January 29, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Wednesday at 08:54 PM Author Share 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 Link to comment Share on other sites More sharing options...
Hideko Posted January 30, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 03/31/14 Last Seen: February 25, 2020 Share Posted January 30, 2017 Amazing collection, thanks! Quote Link to comment Share on other sites More sharing options...
AllHailCarl Posted March 5, 2017 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 5 Reputation: 0 Joined: 02/24/17 Last Seen: March 28, 2017 Share Posted March 5, 2017 I am humbly requesting a npc that shows the current stats given by the weapon mastery. Quote Link to comment Share on other sites More sharing options...
RockStar Posted March 21, 2017 Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 11/26/11 Last Seen: December 26, 2017 Share Posted March 21, 2017 anyone know about pvp room always full? Room is Full Quote Link to comment Share on other sites More sharing options...
arokken Posted April 10, 2017 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 12 Reputation: 0 Joined: 04/01/17 Last Seen: May 7, 2017 Share 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 Link to comment Share on other sites More sharing options...
Stolao Posted April 20, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Wednesday at 08:54 PM Author Share 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 Link to comment Share on other sites More sharing options...
Stolao Posted April 20, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Wednesday at 08:54 PM Author Share 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 Link to comment Share on other sites More sharing options...
sikiro Posted April 20, 2017 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 171 Reputation: 16 Joined: 01/26/12 Last Seen: January 1, 2024 Share 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 Link to comment Share on other sites More sharing options...
Stolao Posted April 20, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Wednesday at 08:54 PM Author Share 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 Link to comment Share on other sites More sharing options...
sikiro Posted April 20, 2017 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 171 Reputation: 16 Joined: 01/26/12 Last Seen: January 1, 2024 Share 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 Link to comment Share on other sites More sharing options...
Stolao Posted April 20, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Wednesday at 08:54 PM Author Share 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 Link to comment Share on other sites More sharing options...
sikiro Posted April 20, 2017 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 171 Reputation: 16 Joined: 01/26/12 Last Seen: January 1, 2024 Share 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 Link to comment Share on other sites More sharing options...
Zyess Posted May 12, 2017 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 4 Reputation: 0 Joined: 01/24/17 Last Seen: November 19, 2024 Share Posted May 12, 2017 Getting this erro: buildin_callfunc: Function not found! [dispell] when trying to join events that remover carts and mount. Quote Link to comment Share on other sites More sharing options...
Stolao Posted May 21, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Wednesday at 08:54 PM Author Share 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 Link to comment Share on other sites More sharing options...
sprdosat Posted May 21, 2017 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 75 Reputation: 5 Joined: 08/28/13 Last Seen: February 14, 2024 Share Posted May 21, 2017 Hi! How to put the respawn of monsters script mining? Thx. Quote Link to comment Share on other sites More sharing options...
dikapramantya Posted May 23, 2017 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 216 Reputation: 9 Joined: 07/12/12 Last Seen: Thursday at 09:23 AM Share 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 Link to comment Share on other sites More sharing options...
hadie Posted May 23, 2017 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 86 Reputation: 1 Joined: 03/11/12 Last Seen: January 11 Share 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 Link to comment Share on other sites More sharing options...
AinsLord Posted June 16, 2017 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: February 24 Share 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 Link to comment Share on other sites More sharing options...
kabralgaming Posted August 22, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/17 Last Seen: September 10, 2017 Share 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 Link to comment Share on other sites More sharing options...
Stolao Posted August 23, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Wednesday at 08:54 PM Author Share 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 Link to comment Share on other sites More sharing options...
kabralgaming Posted August 23, 2017 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 21 Reputation: 0 Joined: 04/12/17 Last Seen: September 10, 2017 Share 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 Link to comment Share on other sites More sharing options...
Stolao Posted August 24, 2017 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Wednesday at 08:54 PM Author Share Posted August 24, 2017 Odd i cant reproduce using a clean rAthena and clean from my Git 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.