botka4aet
Members-
Posts
176 -
Joined
-
Last visited
-
Days Won
3
botka4aet's Achievements
-
Disguise Event Not giving prize even answering the right monster
botka4aet replied to lelouchxv's question in Scripting Support
Change npctalk "Disguise Event : You took too long to guess what I was. Please wait 10 seconds while I disguise again."; to npctalk "Disguise Event : You took too long to guess what I was "+$MonsterName$+". Please wait 10 seconds while I disguise again."; and check correct answer -
https://github.com/rathena/rathena/blob/master/doc/item_group.txt
-
Failed to connect to server, map server is online.
botka4aet replied to Amecoeur's question in Installation Support
Do you even try use sclientinfo? -
Use correct wan ip
-
We could not locate the item you are trying to view.
-
Did you add group here - https://github.com/rathena/rathena/blob/master/src/map/itemdb.hpp ?
-
RO Patcher Lite, v4.1.4.1282 - last updated 2021/11/05
botka4aet replied to Ai4rei's topic in Client Releases
I wanna get unique items from nonkro servers -
InfiniteSpace and SkyFortress not working
botka4aet replied to GiftBox's question in Scripting Support
So you can warp to [email protected] ? -
https://github.com/rathena/rathena/blob/master/db/re/item_group_db.txt also read how add - https://github.com/rathena/rathena/blob/master/doc/item_group.txt
-
you can limit hete if([email protected] > [email protected] || [email protected] == 0 || [email protected] > 500){
-
RO Patcher Lite, v4.1.4.1282 - last updated 2021/11/05
botka4aet replied to Ai4rei's topic in Client Releases
Sup. What files i need for working patcher? If i drop raw data.grf - patcher can't download patches Also -
R> NPC Refiner with the equipment materials same as used
botka4aet replied to y00z's question in Scripting Support
if((countitem([email protected]) <= 1) || (Zeny < [email protected])) { mes "[Shadow Blacksmith]"; mes "You don't seem to have"; mes "enough Zeny or "+getitemname([email protected])+"..."; mes "Go get some more. I'll be"; mes "here all day if you need me."; close; } //NEW else if (countitem(getequipid(.part)) > 1) { mes "ERROR"; close;} //NEW END -
Yes
-
[ Guide ] Setting Up 2020 Client & Adding Customs Items!
botka4aet replied to Renzadic's question in Installation Support
you must config WAN ip Do you add RO translation? -
Are you sure? switch(select(" ~ Purchase ^0055FF"+getitemname([email protected][0])+"^000000:"+((((@qe1&1) || (@qe1&256) || (@qe1&512)) && @qe2 > 0 && [email protected])?" ~ Preview...":"")+": ~ ^777777Cancel^000000")) { case 2: set @qe3, getlook(3); set @qe4, getlook(4); set @qe5, getlook(5); set @qe6,1; if (@qe1&1) atcommand "@changelook 3 "[email protected]; <------- if (@qe1&256) atcommand "@changelook 1 "[email protected];<------- if (@qe1&512) atcommand "@changelook 2 "[email protected];<------- break;