Jump to content

hadji22

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by hadji22

  1. 21 minutes ago, mrfizi said:

    If you're using latest rAthena, edit the duration in your db/pre-re/item_db_usable.yml

     

     - Id: 607
        AegisName: Yggdrasilberry
        Name: Yggdrasil Berry
        Type: Healing
        Buy: 5000
        Weight: 300
        Flags:
          BuyingStore: true
        Delay:
          Duration: 5000
          Status: Reuse_Limit_F
        Script: |
          percentheal 100,100;

     

    how to determine my server trunk version?, im still using .txt

    ps. my trunk file is not latest

  2. Hello, we're attempting to put a delay on the yggdrasil berry, but the one we placed in item_delay.txt doesn't work, we've tried db/import and db/pre-re, and we've also attempted @reloaditemdb, but the delay still doesn't work.

    Do you have any ideas how to solve item_delay.txt?

    // Item Delay Database
    //
    // Structure of Database:
    // Item ID,Delay in Milliseconds
    //
    // NOTE:
    // There is a max concurrent number of entries set in src/map/itemdb.h as MAX_ITEMDELAYS.
    607,1500,SC_REUSE_LIMIT_F    //Yggdrasil_Berry

  3. 3 hours ago, Patskie said:

    Try below

    prontera,150,150,6	script	Gold Room Warper	100,{
    	warp "ordeal_3-1", 149, 149;
    	end;
    
    	OnPCDieEvent:
    		if (strcharinfo(3) != "ordeal_3-1" || !countitem(.item) || killerrid == getcharid(3)) end;
    		getmapxy [email protected]$, [email protected], [email protected];
    		[email protected] = countitem(.item) / 10;
    		if ([email protected]) end;
    		delitem .item, [email protected];
    		makeitem .item, [email protected], [email protected]$, [email protected], [email protected];
    		end;
    	
    	OnInit:
    		.item = 969; // Gold
    		end;
    }
    
    ordeal_3-1,0,0	monster	Dokebi	1110,50,5000

     

    Oh thank you, it's working perfectly

  4. Just now, Technoken said:

    Have you replace #define MAX_LEVEL on map.h?

    This link my help too. -> https://github.com/rathena/rathena/wiki/Max-Level

    yes, and done recompiling it using visual studio 2017.

    but i don't know if my guide is correct 

    1. Download Visual Studio Community Edition and install it (~10GB to download and install)
    2. Go to rAthena folder and run rAthena-15.sln and the file will be opened in Visual Studio 2017
    3. Find in menu => Build -> Build Solution or press ctrl + shift + b
    4. You will get compiled exes
    5. Run runserver.bat

     

  5. Just now, Cyro said:

    you need to modify below mentioned files to change it in proper way 

    Trunk\db\import\job_exp.txt
    Trunk\conf\battle\client.conf 

    it's still the same, im done modifying job_exp.txt and in client.conf max level change it to 255, but still can't change to 255

    screenrAthena029.jpg

    Untitled.jpg

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.