Will rathena be able to handle high item id-s? I think it requires newer client support like 2018-08 and up i think and new packet handle. Since i don't understand everything in the source i can't really solve this alone. Has anyone solved this already?
Hi!
In 2016 december clients didn't support MAX_ITEMID > 65535. I didn't try it so i'm wondering if its possible to go over this value yet? I'd really need it for my upcoming project.
Thank you for your help!
Wouldn't it be nice if we stored mob_avail.txt in sql? We could dinamically add new mobs to our servers with existing appearances. This would open new event ideas like ragnarok in hard mode. Example: Poring with more stats and more skills handled by scripts. Of course reloadmobdb would reload this sql too
- script LoginReward -1,{
OnPcLoginEvent:
if(getcharid(3) > 2002999) end;
if(!checkweight(7608,5)) { dispbottom "Make space to claim your reward!"; end; }
if(#lreward != 1){
mes "You shall receive extra freebies for spontaneous disconnections happening in the server lately. We are already investigating the issue. Thank you!";
next;
getitem 7608,5;
set #lreward, 1;
close;
}
}
I didn't test it so test it on your local server for sure.
Is it possible to get this work for "unlimited time"? i read that before that if i give -1 time to it it will last "forever" . Thanks!
and how can i delete a bonus_script when someone is logged in?
Does anybody know how to buy items in Cash Shop window? I have one item in new tab and it doesnt show apples, but i cant buy it. NPC cash shops are working but cash shop window doesnt Thanks in advance. (2013-08-07)
Thx one more question. They won't begin to chase me if they didn't see me atleast once, right? I would need this to move a group of mobs to a location
Btw i raised these numbers and also in mob_db but they still dont follow me far
oh sry i forgot #
prontera,100,200,3 script Freebies 78,{
if(#Freebie) { mes "You already got your freebies"; close; }
mes "Here's your freebies";
getitem 1234,1;
set #Freebie,1;
close;
}
prontera,100,200,3 script Freebies 78,{
if(#Freebie) { mes "You already got your freebies"; close; }
mes "Here's your freebies";
getitem 1234,1;
set Freebie,1;
close;
}
How can i set that mobs chase me all over the map? I want that they start chasing me where ever i am on the map if its possible. Rathena wiki says if i change range2 to 1000 it will work but i can't set it to 1000 because its too high. If i set it to 255 they will only follow me when they see me. Thanks for the answers!
sry range3