-
Posts
1691 -
Joined
-
Last visited
-
Days Won
77
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by sader1992
-
View File sader's Level Up Reward Job/Base Level Up Reward Job/Base config LevelUpReward(1,<base level>,<job id>,<zeny>,<item id>,<count>,<item id>,<count>,<item id>,<count>,etc); LevelUpReward(2,<job level>,<job id>,<zeny>,<item id>,<count>,<item id>,<count>,<item id>,<count>,etc); Example: LevelUpReward(1,5,1,999,1002,5,1005,2); //give 999 zeny 5 1002 and 2 1005 to Swordman (job id 1) when he level up to base level 5 LevelUpReward(2,10,1,999,1002,5,1005,2); //give 999 zeny 5 1002 and 2 1005 to Swordman (job id 1) when he level up to job level 10 header //===== rAthena Script ======================================= //= saders LvUpRewards //===== By: ================================================== //= Sader1992 //= Free!! //https://rathena.org/board/profile/30766-sader1992/ //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project //https://github.com/sader1992/sader_scripts //===== Description: ========================================= //==== level up rewards //==== if the player is over he can use @LevelUpReward command //==== to get the rewards //============================================================ //==== please report any error you find //============================================================ //============================================================ Submitter sader1992 Submitted 03/31/2018 Category Utilities Video Content Author sader1992
-
under this Hourly_Rewads: //put the Hourly Rewards here #HourlyRewards += 1; add if(vip_status(VIP_STATUS_ACTIVE)){ //your vip exception #HourlyRewards += 1; //extra points for vip }
-
https://github.com/rathena/rathena/blob/333f0dddc8353663eacba0423751988c9bc38e34/src/config/renewal.h#L7 //quick option to disable all renewal option, used by ./configure //#define PRERE #ifndef PRERE /** * rAthena configuration file (http://rathena.org) * For detailed guidance on these check http://rathena.org/wiki/SRC/config/ **/ just remove the // before #define PRERE (at line 8) for recompiling i think you use windows so visual studio and rebuild
-
Set specific MVP don't drop card when spawn in BB
sader1992 replied to MagicalBalls's question in Database Support
i don't know about that but you can use mob_avail to copy the mvp add the drop without the card and replace it the mvp id in mob_boss if you know what i mean this would get you to the result you want -
if you have the patience i would suggest for the new rathena battleground system https://github.com/rathena/rathena/issues/1310 it's already in progress but i think it would take time
-
rathena/src/custom/defines_pre.h in the middle just write this #define PRERE than recompile your server "./configure && make clean server"
-
Version 1.0.0
659 downloads
Level Up Reward Job/Base config LevelUpReward(1,<base level>,<job id>,<zeny>,<item id>,<count>,<item id>,<count>,<item id>,<count>,etc); LevelUpReward(2,<job level>,<job id>,<zeny>,<item id>,<count>,<item id>,<count>,<item id>,<count>,etc); Example: LevelUpReward(1,5,1,999,1002,5,1005,2); //give 999 zeny 5 1002 and 2 1005 to Swordman (job id 1) when he level up to base level 5 LevelUpReward(2,10,1,999,1002,5,1005,2); //give 999 zeny 5 1002 and 2 1005 to Swordman (job id 1) when he level up to job level 10 header //===== rAthena Script ======================================= //= saders LvUpRewards //===== By: ================================================== //= Sader1992 //= Free!! //https://rathena.org/board/profile/30766-sader1992/ //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project //https://github.com/sader1992/sader_scripts //===== Description: ========================================= //==== level up rewards //==== if the player is over he can use @LevelUpReward command //==== to get the rewards //============================================================ //==== please report any error you find //============================================================ //============================================================Free -
- script scriptname#100 -1,{ OnPCDieEvent: showscript .words$[rand(getarraysize(.words$))]; end; OnInit: setarray .words$,"nani?","mada mada","korosah!","konoooo"; end; }
-
if(JobLevel == 10 || JobLevel == 20 || JobLevel == 30) //SAME REWARD IF YOU WANT THAT if(JobLevel == 10){ //job level 10 reward }else if(JobLevel == 20){ //job level 20 reward }else if(JobLevel == 30){ //job level 30 reward }
-
@Poring King didn't notice that xD , thanks. this for job level 10 - script scriptname#100 -1,{ OnPCJobLvUpEvent: if(JobLevel == 10){ getitem 1002,1; } } however if you don't want the player to get the reward again (after rebirth and changing the job) do this - script scriptname#100 -1,{ OnPCJobLvUpEvent: if(JobLevel == 10){ if(!freeItems){ getitem 1002,1; freeItems = true; } } }
-
- script scriptname#100 -1,{ OnPCDieEvent: showscript "nani?"; end; }
-
prontera,152,187,3 script npcname 444,{ if(!#freeItems){ if(class == 4010){ //high wizrd getitem 1002,1; } //add more classes here #freeItems == true; }else{ mes "you already got free items :P"; } close; } also if you want to make it when the player change his job make #freeItems to int and make the script as function than call it in every job changer you have in the server
-
i am not good in rathena the source (or c++) but i think you can call the skill from with mob data instead of the players like the mvp Valkyrie Randgris (RANDGRIS) Mob-ID#1751 can do WZ_VERMILION 1751,Valkyrie Randgris@WZ_VERMILION,attack,85,21,1000,1000,5000,no,target,always,0,,,,,,, 1751,Valkyrie Randgris@WZ_VERMILION,chase,85,21,2000,1000,5000,no,target,always,0,,,,,,, so i think you can call the script on the mob you want as a last move before death i might be wrong ofc
-
i think like this open your clientfolder/data(or the first grf)/luafiles514/lua files/signboardlist.lub and remove the lines that have this name (" over_guide ") this how the file look like { "prontera", 146, 89, 0, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp" }, { "prontera", 159, 326, 0, IT_BMP, "유저인터페이스\\information\\over_guide.bmp" }, { "prontera", 151, 29, 0, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp" }, { "prontera", 152, 326, 0, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp" }, { "prontera", 154, 187, 0, IT_BMP, "유저인터페이스\\information\\over_guide.bmp" }, { "prontera", 160, 29, 0, IT_BMP, "유저인터페이스\\information\\over_guide.bmp" }, { "prontera", 282, 200, 0, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp" }, { "prontera", 282, 208, 0, IT_BMP, "유저인터페이스\\information\\over_guide.bmp" }, { "prontera", 29, 200, 0, IT_BMP, "유저인터페이스\\information\\over_guide.bmp" }, { "prontera", 29, 207, 0, IT_BMP, "유저인터페이스\\information\\over_kafra.bmp" }, delete the lines that you don't want
-
it's a place for npc (like a navigation) you set it in the client side i think it's in the lua files i don't remember the file name
-
it's what it said there is no file in your system folder named iteminfo_Sak.lua you may want to change the name of your iteminfo or use nemo and change the name of the item info that the client read
-
i like @Balfear but it's a bit colorless xD all tho it look good for me
-
remove every # in the script
-
error on the client 2017-09-13bRagexeRE on
sader1992 replied to GamerZero's question in General Support
update your kro client (the dll files) -
[DISCONTINUED] Secret's Updated NEMO Patches
sader1992 replied to Secrets's topic in Client Releases
i don't i don't really know why you get crash i think there is someone did ask me about that too my only guess is the lua files try other lua files this is my diff btw '2018-01-24bRagexeRE' also someone told me it worked with rozero lua files but for me it worked without maybe you need to update your rdata from kro << this the only thing i did before i did diff my 2018 client -
Release: Sader's Renewal Mode [PRE-RE Only]
sader1992 replied to sader1992's topic in Source Releases
if monster have 50 def it will act as pre-re def not re def (apply on everything) also items if an item have 50 atk the atk would be pre-re not renewal it's kinda making renewal original with pre-re import with the import of import not all renewal db is supported it's items/monsters/quests etc i will put the renewal.conf in the post it have what is supported in the mod -
that what bots good with XD
-
failedrefitem .@part; to //failedrefitem .@part; for to not delete the item doing that would mean there is nothing will happen when fail so you may want to add fail effect instead this line ------------------------------------------------------------------------------------------------ for the success rate >> this script use `getequippercentrefinery` so you can edit it in `db/(pre-)re/refine_db.yml` or you can just remove this and add your success formula if (getequippercentrefinery(.@part) > rand(100) || getequippercentrefinery(.@part) > rand(100)) {
-
View File Sader's Renewal Mode [PRE-RE Only] [Not For Sell anymore , after rAthena item YAML update 2020-10-22] You can do it your self in less then 60 seconds in the new YAML update! quest here rathena/quest_db.yml at master · rathena/rathena (github.com) skills here rathena/skill_db.yml at master · rathena/rathena (github.com) items here rathena/item_db.yml at master · rathena/rathena (github.com) mob coming soon if you already did buy this file , you can download it , however if you use the latest rathena , this file does not support that it's easy to do what my mod does , in yml , you don't need this files anyway if you use the latest rathena which mean , you don't need this mod anymore License : by downloading this file you are agree on the following: i will Back Up my server before using this file. i will use this file for my own private server only , not for a group of servers . i will never share this file with anyone . i will never upload this file to public and i wont leave it on shared storage . i will report any bugs or errors to sader1992 . all the rights retain to sader1992 . Charge-back scams are not tolerated and will get you punished on rAthena. Terms above may be changed or adjusted without prior notification . Submitter sader1992 Submitted 01/18/2018 Category Source Modifications Video https://youtu.be/kY6X0PqCrqg Content Author sader1992
-
Can't see other players! Default Installation!
sader1992 replied to Rumi Ex Machina's question in General Support
'localhost server' and '/who says that there are 2 players online' this kinda confusing are you sure they are connected to your server ? `2 players online` = you and another account it would be you too if you are loged in with another account if you are sure they are connected to your server can you screenshot your terminal ? (all the 3) and also if you have any error in your terminal would help too