botka4aet
-
Posts
176 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by botka4aet
-
-
-
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 ?
-
41 minutes ago, Ai4rei said:
At least an empty grf file, though why would you use the patcher without files?
I wanna get unique items from nonkro servers
-
So you can warp to [email protected] ?
-
7 hours ago, ManokStreZ said:
cant find "item_group.conf" in my rathena
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(.@amount > .@max || .@amount == 0 || .@amount > 500){
-
Sup. What files i need for working patcher? If i drop raw data.grf - patcher can't download patches
Also

-
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 -
20 minutes ago, aabarreto said:
Should I just use as a npc script?
Yes
-
On 2/12/2021 at 6:22 AM, grenat50 said:
Thanks for the guide
Does anyone has issues connecting rathena online ? Meaning with an IP, not local, and having people connecting to your server ?I am able to connect local, there are no mistakes on the map server, but it is impossible to connect with my IP. However, it works with 2018 rathena and I had people connected ! What Am I missing ?
you must config WAN ip
4 hours ago, ManokStreZ said:i following the step for making Pre-Renewal
- also i try Alt+S for skill directly close program ( i found here ) [FIXED]
- my item not english language
Edit:
also im using packetver=20180620
and client 2018-06-20Do 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; -
Yes.
Also about Moonlight - it's same? -
2 hours ago, kangfredy said:
why rathena didn't update that?
Common people update rathena. If something missing - people just don't have time to do it. You can help and fix it!
2 hours ago, kangfredy said:it's compatible with client 2020?
I think that most content compatible with any client.
Untill you have proper files.
-
-
if (countitem(-idarmor-)) > 1) {mes "error"; close;}
-
Just create event after login.
If char job = novice and blvl = 1 and jlvl = 1
set var = 1
-
1
-
-
-
2 hours ago, ManokStreZ said:
i have same problem, but your link page not found, please can you fix it
-
bcs 3003 already used - https://ratemyserver.net/index.php?page=re_mob_db&mob_id=3003
-
Check herc plugin - https://github.com/HerculesWS/StaffPlugins/blob/master/Yommy/Vend_SQL/Vend_SQL.c
Convert it to rathena
Good job!
-
Disguise Event Not giving prize even answering the right monster
in Scripting Support
Posted
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