-
Posts
167 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Slammer
-
refine.txt use this. maybe can help
-
u can find file with name ÁöÅ©ÇÁ¸®Æ®ÀÇÅõ±¸
-
not works.
-
help me how to fix this effect item of Costume Digital Space.
-
@arturzanca u can edit here : data\luafiles514\lua files\skillinfoz\skilltreeview.lub if nil ~= JobSkillTab and nil ~= JobSkillTab.ChangeSkillTabName then JobSkillTab.ChangeSkillTabName(JOBID.JT_NOVICE, "Novice-1st", "2nd", "3rd") JobSkillTab.ChangeSkillTabName(JOBID.JT_NINJA, "Novice-1st Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_GUNSLINGER, "Novice-1st Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_SUPERNOVICE, "Novice-1st Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_TAEKWON, "Novice-1st Expanded", "2nd Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR, "Novice-1st Expanded", "2nd Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_LINKER, "Novice-1st Expanded", "2nd Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_STAR2, "Novice-1st Expanded", "2nd Expanded", "Top Expanded") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER, "Summoner") JobSkillTab.ChangeSkillTabName(JOBID.JT_DO_SUMMONER_B, "Summoner") end
-
just patch with nemo.
-
try this
-
Need Help : make server installation support
Slammer replied to PsyOps's question in Installation Support
make sure to file defines_pre.hpp on \ src \ custom exists -
2018-09-19 Failed to Connect to Server
Slammer replied to iubantot's question in Client-side Support
9 Disable 1rag1 type parameters (Recommended) 23 Enable /who command (Recommended) 24 Fix Camera Angles (Recommended) 290 Hide build info in client (Recommended) 34 Enable /showname (Recommended) 291 Hide packets from peek (Recommended) 35 Read Data Folder First 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 47 Use Ragnarok Icon 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 53 Use Ascii on All LangTypes (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 97 Cancel to Login Window (Recommended) 213 Disable Help Message on Login (Recommended) 244 Disable Cheat Defender Game Guard (Recommended) i gave u my patch exe for your test. 2018-09-19aRagexe_patched.7z -
2018-09-19 Failed to Connect to Server
Slammer replied to iubantot's question in Client-side Support
use 2018-09-19 ragexe all normal. have you try use original lua kRO? -
Hard to get in on the server from my client
Slammer replied to Forshaken's question in Client-side Support
I tried to help you, I asked for the IP server and the date exe for check. if you want me to help you please send it via private message -
Hard to get in on the server from my client
Slammer replied to Forshaken's question in Client-side Support
have you tried patch nemo with : -Disable Packet encryption setting server : \src\config\packets.h #ifndef PACKET_OBFUSCATION //#define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption //#define PACKET_OBFUSCATION_WARN to : #ifndef PACKET_OBFUSCATION #define PACKET_OBFUSCATION // Define these inside src/custom/defines_pre.hpp or src/custom/defines_post.hpp //#define PACKET_OBFUSCATION_KEY1 <key1> //#define PACKET_OBFUSCATION_KEY2 <key2> //#define PACKET_OBFUSCATION_KEY3 <key3> /// Comment this to disable warnings for missing client side encryption #define PACKET_OBFUSCATION_WARN -
Official Headgears - Updated April/2019
Slammer replied to Slammer's topic in Spriting & Palette Showcase
Update 01082018 to 22042019 enjoy new HG all official Ex kRO -
@Sakurada correction { if (getrefine()>=1) { bonus bMaxHP,30; } if (getrefine()>=2) { bonus bMaxHP,60; } } refine +1 = Max HP +30 refine +2 = Max HP +60 you can edit more
-
maybe like this : this for HP recovery you can change script for MAx HP { if (getrefine()>=1) bonus2 bHPRegenRate,30,5000; if (getrefine()>=2) bonus2 bHPRegenRate,60,5000; if (getrefine()>=3) bonus2 bHPRegenRate,90,5000; if (getrefine()>=4) bonus2 bHPRegenRate,120,5000; if (getrefine()>=5) bonus2 bHPRegenRate,150,5000; if (getrefine()>=6) bonus2 bHPRegenRate,180,5000; if (getrefine()>=7) bonus2 bHPRegenRate,230,5000; if (getrefine()>=8) bonus2 bHPRegenRate,280,5000; if (getrefine()>=9) bonus2 bHPRegenRate,330,5000; if (getrefine()>=10) bonus2 bHPRegenRate,380,5000; refine +1 = 30 refine +2 = 60 refine +3 = 90 refine +4 = 120 refine +5 = 150 refine +6 = 180 refine +7 = 230 refine +8 = 280 refine +9 = 330 refine +10 = 380
-
Hard to get in on the server from my client
Slammer replied to Forshaken's question in Client-side Support
exe date? if you use 20180621 edit : src\config\packets.h #ifndef PACKETVER /// Do NOT edit this line! To set your client version, please do this instead: /// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD /// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD #define PACKETVER 20180621 #endif -
Check again, i patch with aura limit it's succes and no notice. but in game is error/force quit. check again and try it.
-
@Mael have you try in game after finis patch nemo? I tried but it didn't work, it's force quit. work on exe 2016 and the old one
-
share your script npc. maybe i can help.
-
RO Patcher Lite, v4.1.4.1282 - last updated 2021/11/05
Slammer replied to Ai4rei's topic in Client Releases
check your jRO client first, maybe be your client jRO have a miss data. my jRO can patch the new patch. i share my patch2 file jRO client. patch2.txt -
have u try it 2018-06-05b? i use 2018-06-05b no problem.
-
puedes editarlo aquí : db\create_arrow_db
-
Left is main Server, Right is Sakray Server main and sakray different about descrip and effect. at db_item is itemheal rand(45,65) explain. recover of red pot is 45 for all job. can more than 45 for base job like swordman : effect of Increase HP Recovery : Improves the speed of natural health recovery. The recovery amount will increase more than the basic value. Note : I might be wrong
-
walaupun tidak ada icon cash shopnya kan bisa pakai NPC mas bro. ya balik ke classic.
-
Official Headgears - Updated April/2019
Slammer replied to Slammer's topic in Spriting & Palette Showcase
done. i reupload. check on first post