Jump to content

Recommended Posts

Posted

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.


0PSUztG.jpg



* HHooooorayyy, it's my 8000th posts in rAthena

/oops




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. /ic
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. /no1



Click here to download this file

  • Upvote 3
  • 3 weeks later...
  • 6 months later...
Posted
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.

 

0PSUztG.jpg

 


 

* HHooooorayyy, it's my 8000th posts in rAthena

/oops

 




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. /ic
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. /no1

 

 

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.

  • 10 months later...
  • 4 weeks later...
  • 1 year later...
Posted

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?

Posted
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.

Posted
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.

Posted (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 by Emistry

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...