-
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
-
sepertinya 2.2nya ada cash shopnya
-
for example : novice to lord knight mes "[Master]"; mes "are you ready?"; next; if (class == 0) && (JobLevel >= 10) { jobchange 4008; mes "[Master]"; mes "you become Lord Knight"; mes "goodbye"; close; }
-
RO Patcher Lite, v4.1.4.1282 - last updated 2021/11/05
Slammer replied to Ai4rei's topic in Client Releases
What version of Patch lite you use? if versi is not 2.4.22.793 so you must use patch lite 2.4.22.793 -
try this lua: luafiles514.7z
-
you learn first on : npc\kafras\functions_kafras.txt then you can configure on : npc\kafras\kafras.txt
- 1 reply
-
- 1
-
-
try my lua for indonesia and usa. lua files.7z set langtype 1 for usa and 6 for indonesia i try for conf for russian but not work to.
-
Failed to Read attendance configuration file
Slammer replied to babysmile's question in General Support
are you sure the file is there? warm is like the file not there. check again. -
have you update kRO until last patch? if not, go patch until last patch.
-
Official Headgears - Updated April/2019
Slammer replied to Slammer's topic in Spriting & Palette Showcase
@hendra814 august package is update main package. plz check it. -
Usable VIP ticket 1day 7days 1month and also VIP map
Slammer replied to AinsLord's question in Script Requests
@AinsLord try use 1 item and check timeleft vip. then try use 2nd item same duration. i reminder is calculate of duration 1st 60day + 2nd 60day = 120days try this script for timeleft vip - script Sample -1,{ OnPCLoginEvent: if (getgmlevel() < 99) end; mes "[Points Viewer]"; mes "Hello "+strcharinfo(0); mes ""+#CASHPOINTS+" Cash and "+#KAFRAPOINTS+" Free Cash."; mes "-----------------------------------"; mes "Time VIP left"; mes ""+vip_status(2)+""; mes "-----------------------------------"; close; } -
Usable VIP ticket 1day 7days 1month and also VIP map
Slammer replied to AinsLord's question in Script Requests
Thank you for @IsabelaFernandez i clarify : 3001,VIP Pass 1,VIP Pass 1,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*7); },{},{} //VIP ID for 7 days 3002,VIP Pass 2,VIP Pass 2,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*14); },{},{} //VIP ID for 14 days 3003,VIP Pass 3,VIP Pass 3,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*30); },{},{} //VIP ID for 30 days The Script Active when SRC VIP mode is on. src\config\core.h //#define VIP_ENABLE change to #define VIP_ENABLE and recompile. For Map/Field/DG/ect maybe you can use NPC for acces : mes "[ Gate keeper]"; if (vip_status(1)) { mes "Will you go to VIP map?"; next; menu "Go to VIP map",vipmap,"No way",no; vipmap: warp "vip.gat",0,0; end; no: mes "VIP map is great."; break; } else { mes "Seems you're no longer VIP anymore. You must VIP to acces"; break; } -
Official Headgears - Updated April/2019
Slammer replied to Slammer's topic in Spriting & Palette Showcase
Update Headgear to August 2018 link on first post. First Post -
WoE, PvP, Best Guild Record, Headgear Quest, Mall, CP NPC and Custom Items.
Slammer replied to xeNium's question in Script Requests
i help you for TB of guild castle. TB spawn at 00:01 npc\guild\agit_main.txt / Treasure Room Spawn Template //============================================================ - script Gld_Trea_Spawn::Gld_Trea_Spawn -1,{ end; OnClock0001: // Do nothing if this script is the template. if (strnpcinfo(1) == "Gld_Trea_Spawn") end; -
have you changed the langtype to 14?
-
@TheDerpySupport ok. my bad. after test, it's works for all langtype. thx dude.
-
use 20170614 for support all langtype year 2018 not support all langtype
-
try it.. 3001,VIP Pass 1,VIP Pass 1,0,50,,70,,,,,0xFFFFFFFF,63,2,,,,,,{ vip_time(60*24*7); },{},{} //VIP Active for seven days
-
maybe you can use my very old payon (no have gate to WOE field) all iclude. payon v1.0.7z try it
-
try it. accessoryid.lua accname.lua
-
it , or . ? i see like . not , or you can give me your accname.lua and accessoryid.lua
-
@item_db have you input the id? sample : 2241,Arc_Angel_Balloon,Arc Angel Balloon,4,5000,,100,,0,,0,0xFFFFFFFF,63,2,1,,0,0,1772,{},{},{}
-
Last Patch kRO? if not please update/patch your kRO.
-
@ accname.lua you forgot give , after "C_Warm_Cat_Muffler_BL". replace to "C_WARM_CAT_MUFFLER_BL", @ accessoryid.lua you forgot give , after 1772. replace to 1772, try it maybe to fix your problem.
-
Just open : luafiles514\lua files\spreditinfo\2dlayerdir_f.lub and remove [SPRITE_ROBE_IDs.ROBE_WINGS] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_BAG_OF_ADVENTURER] = LAYER_SMALL, [SPRITE_ROBE_IDs.ROBE_WINGS_OF_FALLEN_ANGEL] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_AMISTR_BAG] = LAYER_SMALL, [SPRITE_ROBE_IDs.ROBE_Love_Dad_Wings_2012] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_KIRIN_WING] = LAYER_BIG, [SPRITE_ROBE_IDs.ROBE_Ribbon_Piamat] = LAYER_SMALL it will fix your problem.
-
RO Patcher Lite, v4.1.4.1282 - last updated 2021/11/05
Slammer replied to Ai4rei's topic in Client Releases
@Rizky Ramadhan i have data.grf 2.5G (all data.grf official become one data.grf) an works normal for client 2017-2018 Lite Patch still work and data.grf kRO still grow up.