sader1992 Posted September 13, 2017 Posted September 13, 2017 View File sader's Reward Manager //===== rAthena Script ======================================= //= saders Reward //===== By: ================================================== //= Sader1992 //https://rathena.org/board/profile/30766-sader1992/ //===== Current Version: ===================================== //= 1.3b //===== Compatible With: ===================================== //= rAthena Project //https://rathena.org/board/files/file/3623-saders-reward-manager/ //https://github.com/sader1992/sader_scripts //===== Description: ========================================= //==== all the configuration from the npc in game //==== you can change the GM level in the start of the script //==== if(getgroupid() >= 90 ){ change the 90 to what you want //==== support gepard / ip / or without them //==== support rewards for vip only //==== support max players can get the reward //==== support up to 10 items per 1 variable //==== reward name will be seen from the normal players when they get the reward //==== please send me a message if you find error //==== if you like my work maybe consider support me at paypal //==== [email protected] //============================================================ //==== 1.1 Fix IP Check , add check for if the item id wrong , you can now edit the reward options from the npc(Name , Abuse Protection , Max Playrs , VIP) . //==== 1.2 Adding Weight check (you have to be less then 80% Weight to get the rewards) , Fix looping massege , Remove Adding more items option when the item count is 10 . //==== 1.3a Improve Gepard and IP Protection (i recommend removeing all the rewords before updating if you use it) , adding command @MyReward to access to the npc (any player can use this command) . //==== 1.3b Adding log database 'sader_variables_log' you can check who did get his reward from the npc , Changing some text . //============================================================ for any error contact me plz for faster update and fixes https://github.com/sader1992/sader_scripts //==== if you like my work maybe consider support me at paypal //==== [email protected] Submitter sader1992 Submitted 09/13/2017 Category Utilities Video Content Author sader1992 1 2 1 Quote
AinsLord Posted September 15, 2017 Posted September 15, 2017 what if i dont have gepard?? coz i notice there is like a sql table for gepard will i get some error if i dont have gepard?? Quote
sader1992 Posted September 15, 2017 Author Posted September 15, 2017 3 minutes ago, whodhell said: what if i dont have gepard?? coz i notice there is like a sql table for gepard will i get some error if i dont have gepard?? when you assign a reward you have the option to choose gepard protection if you didn't chose it then when the player get the reword the script wont check for gepard the gepard check only work if you did choose gepard from the npc add menu 1 Quote
AinsLord Posted September 15, 2017 Posted September 15, 2017 owkie thnx i've tried 2 account same pc so i have same ip i selected IP protection i claimed the item on the same IP it suppose to be one only on those 2 accounts can claim since im logged in on the same PC same IP Quote
sader1992 Posted September 17, 2017 Author Posted September 17, 2017 39 minutes ago, whodhell said: i've tried 2 account same pc so i have same ip i selected IP protection i claimed the item on the same IP it suppose to be one only on those 2 accounts can claim since im logged in on the same PC same IP thanks for reporting i will check that Quote
AinsLord Posted September 17, 2017 Posted September 17, 2017 (edited) WC nice script imma wait Edited September 17, 2017 by whodhell Quote
sader1992 Posted September 18, 2017 Author Posted September 18, 2017 update 1.1 Fix IP Check , add check for if the item id wrong , you can now edit the reward options from the npc(Name , Abuse Protection , Max Playrs , VIP) Quote
AinsLord Posted September 18, 2017 Posted September 18, 2017 (edited) lemme try EDIT : WORKING NOW THNX Edited September 18, 2017 by whodhell 1 Quote
LearningRO Posted September 21, 2017 Posted September 21, 2017 (edited) thx this script really cool and helpfull to give reward when gm made event for player Edited September 21, 2017 by melv0 Quote
sader1992 Posted October 5, 2017 Author Posted October 5, 2017 improve the gepard/ip check (plz Approve the file ) Quote
ideattracta Posted March 20, 2020 Posted March 20, 2020 hi there sir.. i m trying to use this script, which is so amazing... but i got a problem tho. when i tried to input the item id it keep saying that the item id was wrong. i got all the database set up.. i am not using gepard by the way.. what should i do ? Quote
sader1992 Posted March 21, 2020 Author Posted March 21, 2020 20 hours ago, ideattracta said: hi there sir.. i m trying to use this script, which is so amazing... but i got a problem tho. when i tried to input the item id it keep saying that the item id was wrong. i got all the database set up.. i am not using gepard by the way.. what should i do ? it has nothing to do with the database "getitemname( @s_Item_id[.@i] ) == "null"" mean if the item has no name than it's invalid item Quote
ideattracta Posted March 22, 2020 Posted March 22, 2020 On 3/21/2020 at 10:24 PM, sader1992 said: it has nothing to do with the database "getitemname( @s_Item_id[.@i] ) == "null"" mean if the item has no name than it's invalid item but i got the item id from Database and the id was there. even i try to use red potion it still not working Quote
rmon Posted June 10, 2024 Posted June 10, 2024 Sorry for bumping into an old topic, I just want to ask on how i can add message or dispbottom if gepard is detected. currently on the script there is only if(.@get){message strcharinfo(0),"[Rewards Manager]: You got all your Rewards.";} else{message strcharinfo(0),"[Rewards Manager]: You Don't have any new Rewards for now.";} Quote
mrfizi Posted June 10, 2024 Posted June 10, 2024 26 minutes ago, rmon said: else{message strcharinfo(0),"[Rewards Manager]: You Don't have any new Rewards for now.";} Quote
rmon Posted June 11, 2024 Posted June 11, 2024 18 hours ago, mrfizi said: How can i make like this : if compensation is available : "[Rewards Manager]: You got all your Rewards."; If the gepard detected : "[Rewards Manager]: You already claimed the reward"; if all rewards has been claimed : No new Rewards for now."; 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.