Jump to content

Zasura

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by Zasura

  1. 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?
  2. oh i needed to know that clients can support this many id. I'll figure out the rest. thanks
  3. I suppose you tried increase max itemid server side too right? ?
  4. 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!
  5. Are your project still alive? I hope you return to us!
  6. How can i force my players to use my own launcher. So that they can't use another launcher to start my client? Thanks
  7. ... i f*cked up sry i didn't pay attention.
  8. 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
  9. i suggest you to delete this post unless zephy gave you permission.
  10. - 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.
  11. it would be so useful
  12. 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?
  13. use break after closes in switch maybe thats the problem .
  14. 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)
  15. Zasura

    Mob Range2.

    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
  16. 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; }
  17. 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; }
  18. Zasura

    Mob Range2.

    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
×
×
  • Create New...