Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 07/23/23 in all areas

  1. 1 point
    AnnieRuru

    NPC with a Promo Code

    hmm .. then how do the official server actually preventing players from using the SAME promotion code for multiple accounts ? because when I was fixing the script on rathena forum... I already noticed this 1. each account can only clam once 2. each IP can only claim once <-- not safe 3. use *getitembound ... ok I have no objection so I can abuse the system with, 1. after I got a promotion code, that can claim 10 times, 2. login an account, claim once .... 3. logout the game, restart the modem, shuffle your IP address 4. login another account, claim again repeat 10 times ok, let's say generate 100 different codes for 100 different donors... so they can use each code only once (limit 100 times) means generating 100 different codes for each player ... this only makes the GMs confused which code has been used b4 ... instead give out some gibberish word that you have sure which code is available, why not just give the item to them by let the player click on the npc ? unless I can clear out these doubts, I'm not going to make this scripts ... seems exploitable ... or maybe someone who actually has used this system b4, know how this system works, release a script for it so I can take a peek ... because all the promotion npc on the forum(hercules/rathena) can be exploit in some way prontera,155,185,5 script Reward/Compensation 1_F_MARIA,{ if ( #Compensation_June2018 ) { mes "you have claimed compensation"; close; } mes "We apologize for blah blah blah"; mes "so I give you a candy"; if ( !checkweight(Candy,1) ) { mes "hahaha you don't even has enough space to claim a candy hahaha"; close; } getitembound Candy, 1, 1; #Compensation_June2018 = 1; close; OnInit: OnHour00: if ( gettime(GETTIME_MONTH) == JUNE && gettime(GETTIME_DAYOFMONTH) >= 9 && gettime(GETTIME_DAYOFMONTH) <= 15 ) enablenpc strnpcinfo(0); else disablenpc strnpcinfo(0); end; } for me its a simple script ... but now you actually struct me with an idea to actually write one that can configure the time and the prize given.......
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.