Jump to content

Zasura

Members
  • Posts

    48
  • Joined

  • Last visited

Posts 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. 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!

  3. 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 :)

    • Upvote 2
  4. -	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.

  5. Thx :D 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 :(

  6. oh sry i forgot # :D
     

    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;
    
    
    }
    
  7. 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. :D 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...