-
Posts
167 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by Slammer
-
-
1 hour ago, Jard said:
can i request a job changer
this da example:
novice to paladin
novice to sniper
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;
} -
1 hour ago, attackjom555 said:
can't update KRO patch from 2018-08-14 to now.
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 -
4 hours ago, hititro said:
Into the file kRO_FullClient_20180813
I installed the ROenglishRE package. then patch to 2015-10-29a ..... But I have error.
where am i doing wrong?
try this lua:
luafiles514.7z -
2 hours ago, Mirakol- said:
good day, anyone has a custom kafra npc that can save, use storage, guild storage, repair items (free), identify items (with fee / item)? can someone share it to me thanks!
you learn first on :
npc\kafras\functions_kafras.txt
then you can configure on :
npc\kafras\kafras.txt-
1
-
-
4 minutes ago, dikapramantya said:
try my lua for indonesia and usa.
lua files.7zset langtype 1 for usa and 6 for indonesia
On 8/28/2018 at 10:45 AM, Visual said:i try for conf for russian but not work to.
-
are you sure the file is there? warm is like the file not there. check again.
-
1
-
-
have you update kRO until last patch?
if not, go patch until last patch. -
16 minutes ago, hendra814 said:
are january package include in August package?
@hendra814 august package is update main package. plz check it.
-
2 hours ago, AinsLord said:
@Slammercan the VIP ticket add its duration example uses 2 30days will it become 60days?? if so how can i make it 1time use only need
consume 1st the remaining VIP time to use other VIP ticket
@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 = 120daystry 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;
}-
1
-
-
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 daysThe 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;
}-
1
-
1
-
-
Update Headgear to August 2018
link on first post.-
1
-
-
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; -
6 hours ago, Visual said:
but how with russia lang? I begin to write in Russian letters and he automatically writes in Korean letters
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 -
-
-
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.
-
4 hours ago, NANORAY said:
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_SMALLit will fix your problem.
-
3
-
1
-
1
-
-
16 hours ago, Rizky Ramadhan said:
@Ai4rei so what should i do??
@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.
Perbedaan client Ragexe dengan RagexeRE
in Client & Patcher
Posted
sepertinya 2.2nya ada cash shopnya