

kalabasa
-
Posts
478 -
Joined
-
Last visited
-
Days Won
1
Community Answers
-
kalabasa's post in H> Card Trader was marked as the answer
It's not what you want but i think it's the same as what it does use the Card Trader 1.1 here https://rathena.org/board/topic/64394-✰-euphys-scripts-✰/
you can instantly sell the cards via shop
-
kalabasa's post in Custom Items not showing after i change to 2018 client. was marked as the answer
which particular file?
idk why but i tried to uncheck the read data folder first and it solve my problem.
-
kalabasa's post in Refiner Script Problem was marked as the answer
}
} <--- remove the extra
else
{
next;
failedrefitem ( .@Refine );
mes "Sorry, Failed in Refine and Equipment...Destroyed.";
close;
}
}
-
kalabasa's post in Punching Bag Script Problem was marked as the answer
https://rathena.org/board/files/file/3445-punching-bag-with-dps-counter/
-
kalabasa's post in Skill will Fail when not wearing shield was marked as the answer
i dunno if it's working i have problems with my group ID right now i post already my issue https://rathena.org/board/topic/127255-group-id-0-bug/#comment-391918
-
kalabasa's post in [Warning]: script: buildin_getmapxy: Invalid type 0. was marked as the answer
try to change
getmapxy $Rfyl_Trap$,$X,$Y,0; to
getmapxy $Rfyl_Trap$,$X,$Y,BL_PC; https://github.com/rathena/rathena/commit/26720f041a3cd0edbaa975bfc70345a30e9bf706
if not working refer to the link and find the right code
-
kalabasa's post in [ Solved ] R>mysql workbench 5.7 was marked as the answer
i think you can download here
https://downloads.mysql.com/archives/workbench/
-
kalabasa's post in Fast @go change maps was marked as the answer
Change fade in/out delay nemo patch?
-
kalabasa's post in Error Invalid element level 0 for monster was marked as the answer
1006,THIEF_BUG_LARVA,Thief Bug Larva,Thief Bug Larva,1,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,1,1,0x651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
try this. monster Element level must be 1~4 as stated on the error
-
kalabasa's post in Commands for VIP only was marked as the answer
Add them here
VIP are group 5
https://github.com/rathena/rathena/blob/6a12857583c4747aacc1428feb47d717da2527c7/conf/groups.conf#L230
-
kalabasa's post in Ammunition not equip was marked as the answer
try this battle.conf
set it to no
// Should ammo be unequipped when unequipping a weapon?
// Official behavior is "yes".
ammo_unequip: no
// Should a suitable weapon be equipped when equipping ammo?
// Official behavior is "yes".
ammo_check_weapon: no
-
kalabasa's post in Remove notice was marked as the answer
try this
conf/battle/player.conf
change this to no
// Will display rate information (EXP, Drop, and Death penalty message)? (Note 1) vip_disp_rate: yes