Emistry Posted September 24, 2016 Posted September 24, 2016 File Name: GM Rewarder - Shop-based File Submitter: Emistry File Submitted: 24 Sep 2016 File Category: Utilities Content Author: EmistryIntroduction :I made this script roughly early of last year( Jan 2015), quite an old script that left unused in my laptop."GM Rewarder" script become much more popular and widely used across the private service, it was first introduced as "Itemizer" script and made by @Latheesan back in eAthena era.Many types of Rewarder npc pop up since then. However, some server still having issue with "corruption" due to untraceable records that was removed by NPC if available, or GM often send rewards to their own characters. Beside, most of the Rewarder NPC that exist in forum required more steps/works to create multiple rewards to send to specific players.Right after I made this , I decided to play around with Rewarder NPC using same type of features, mainly ease in use.So I am here to share this script to everyone.Differences :NPC that enable GM to setup rewards and sent to players in ease.It allow only GM can send multiple rewards to player, only if GM has that items with them. Only players able to claim the rewards. All transactions will be recorded, even if GM "deleted" the history, it still exist in database. * HHooooorayyy, it's my 8000th posts in rAthena Notes :There are actually got several unique ways to use/improve this NPC. I dont want to spoonfeed to much, so I will just leave this part to your own imagination/creativity. However, if you wish to share your idea to use/improve this NPC with the rest of the community, feel free to leave a comment in this topics.Who knows, I might implement your idea into this NPC in case I find it suitable with it. Click here to download this file 3 Quote
Deleted User Posted October 11, 2016 Posted October 11, 2016 (edited) There is an error of the npc, if your trying to send a certain item that slotted with a card.Hope you'll support this kind of features. Screenshot (map console): Edited October 11, 2016 by Kaze Quote
Petey Pablo Posted October 12, 2016 Posted October 12, 2016 Is this compatible for Hercules emulator? Thanks! Quote
Stolao Posted October 13, 2016 Posted October 13, 2016 Is this compatible for Hercules emulator? Thanks!Try and see. Quote
Deleted User Posted October 14, 2016 Posted October 14, 2016 Hi, just wondering about the error? will you possible to support with a slotted card items?When i'm trying to send a headgear with card i'm stuck and it shows error at console. Quote
Emistry Posted October 15, 2016 Author Posted October 15, 2016 Version 1.1 added Fixed errors when send slotted items with cards compounded. Quote
Deleted User Posted October 15, 2016 Posted October 15, 2016 Version 1.1 added Fixed errors when sent slotted items with cards compounded. I appreciate it. Thank you once again! Quote
Like it Posted May 13, 2017 Posted May 13, 2017 On 2016-9-24 at 7:58 AM, Emistry said: File Name: GM Rewarder - Shop-based File Submitter: Emistry File Submitted: 24 Sep 2016 File Category: Utilities Content Author: Emistry Introduction : I made this script roughly early of last year( Jan 2015), quite an old script that left unused in my laptop. "GM Rewarder" script become much more popular and widely used across the private service, it was first introduced as "Itemizer" script and made by @Latheesan back in eAthena era. Many types of Rewarder npc pop up since then. However, some server still having issue with "corruption" due to untraceable records that was removed by NPC if available, or GM often send rewards to their own characters. Beside, most of the Rewarder NPC that exist in forum required more steps/works to create multiple rewards to send to specific players. Right after I made this , I decided to play around with Rewarder NPC using same type of features, mainly ease in use. So I am here to share this script to everyone.Differences : NPC that enable GM to setup rewards and sent to players in ease. It allow only GM can send multiple rewards to player, only if GM has that items with them. Only players able to claim the rewards. All transactions will be recorded, even if GM "deleted" the history, it still exist in database. * HHooooorayyy, it's my 8000th posts in rAthena Notes : There are actually got several unique ways to use/improve this NPC. I dont want to spoonfeed to much, so I will just leave this part to your own imagination/creativity. However, if you wish to share your idea to use/improve this NPC with the rest of the community, feel free to leave a comment in this topics. Who knows, I might implement your idea into this NPC in case I find it suitable with it. Click here to download this file Hi, Emistry. All right? I use Hercules and I loved your script, however, when trying to use it, every time I try to send any item, the map-server terminates itself without presenting any errors. Note: I already imported the tables to my database. Quote
koloridjo Posted March 20, 2018 Posted March 20, 2018 hello, @Emistry can add the npc script will announce when the player takes the prize ? Quote
Leic Posted April 15, 2018 Posted April 15, 2018 @Emistry is it possible to have non tradable items be listed on the menu of given items? I was trying to configure it however I failed Quote
dikapramantya Posted March 5, 2020 Posted March 5, 2020 Hi Emistry, i've problem with this script using newest rathena. After GM SEND Reward to Player.. Player will go to NPC to claim it , Data reward is recorded but after he want to Claim the reward. The menu is Only "Cancel" nothing "Claim" menu. So my player cant claim the reward, can u help me? Quote
Emistry Posted March 5, 2020 Author Posted March 5, 2020 4 hours ago, dikapramantya said: Hi Emistry, i've problem with this script using newest rathena. After GM SEND Reward to Player.. Player will go to NPC to claim it , Data reward is recorded but after he want to Claim the reward. The menu is Only "Cancel" nothing "Claim" menu. So my player cant claim the reward, can u help me? check your database, see if any record are saved there. Quote
dikapramantya Posted March 9, 2020 Posted March 9, 2020 Hi @Emistry . i've checked my database before go there. The reward is recorded on ero_gm_reward table. thats why i'm confuse why my player cant claim, can u check? Quote
Emistry Posted March 9, 2020 Author Posted March 9, 2020 1 hour ago, dikapramantya said: Hi @Emistry . i've checked my database before go there. The reward is recorded on ero_gm_reward table. thats why i'm confuse why my player cant claim, can u check? post the data saved in the SQL table. Quote
dikapramantya Posted March 12, 2020 Posted March 12, 2020 I ssent the reward I try opened using player group No Menu for "CLAIM" only back. This is the data on sql table Quote
Emistry Posted March 14, 2020 Author Posted March 14, 2020 (edited) hmm .. it seem like the default datetime stored in your database was different. change ( .@char_name$ == .@claim_name$ && !.@status && .@claim_time$ == "0000-00-00 00:00:00" ) ? "Claim Reward":"", into ( .@char_name$ == .@claim_name$ && !.@status && .@claim_time$ == "1000-01-01 00:00:00" ) ? "Claim Reward":"", or ( .@char_name$ == .@claim_name$ && !.@status) ? "Claim Reward":"", because that claim_time checking was just a failsafe. Edited March 14, 2020 by Emistry 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.