Jump to content
  • 0

Adding some MOD to Euphy Item Reward Script


uDe

Question


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Hello,

 

May I request somebody to help me to add some modification to this script?

 

Original Script : http://pastebin.com/raw.php?i=wTG07rbs

Original Topic (Item Reward) : http://rathena.org/board/topic/64394-%E2%9C%B0-euphys-scripts-%E2%9C%B0/

 

Screenshot :

 

gQJQ0Uq.png

 

Can someone please add some more function to the LOGS like this? :
 

 

GM Event: sent *Package 1 to Player

 

So, when Admin check the LOGS, he will know that the Player getting Package 1 or Package 2 or other Packages from GM Event. I'm hoping that also can reduce or prevent the reward abuse from GM's.

 

Thank you for helping me. :)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

 				if (getarraysize($itemlog1$) > 127) {

deletearray $itemlog1$[0],1;

- deletearray $itemlog2$[0],1; }

+ deletearray $itemlog2$[0],1;

+ deletearray $itemlog3$[0],1; }

setarray $itemlog1$[getarraysize($itemlog1$)],strcharinfo(0);

- setarray $itemlog2$[getarraysize($itemlog2$)],.@name$; }

+ setarray $itemlog2$[getarraysize($itemlog2$)],.@name$;

+ setarray $itemlog3$[getarraysize($itemlog3$)],.@package; }

mes "Reward added.";

next;

...

mes "--------------------------------";

set .@i,0;

while (.@i < getarraysize($itemlog1$)) {

- mes "^B041FF" + $itemlog1$[.@i] + "^000000: sent to ^55AAFF" + $itemlog2$[.@i] + "^000000";

+ mes "^B041FF" + $itemlog1$[.@i] + "^000000: sent Package " + $itemlog3$[.@i] + "to ^55AAFF" + $itemlog2$[.@i] + "^000000";

set .@i, .@i+1; }

next;

goto Log_Menu;

...

deletearray $itemlog1$[0],getarraysize($itemlog1$);

deletearray $itemlog2$[0],getarraysize($itemlog2$);

+ deletearray $itemlog3$[0],getarraysize($itemlog3$);

mes "Logs cleared.";

Wow, this is such an old script...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

BUMP for today.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  43
  • Topics Per Day:  0.01
  • Content Count:  400
  • Reputation:   5
  • Joined:  12/05/11
  • Last Seen:  

Thank you so much Euphy

 

Here's the complete script : Item_Reward_Euphy.txt

 

kTyLamg.jpg

 

Link to comment
Share on other sites

Join the conversation

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

Guest
Answer this question...

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

×
×
  • Create New...