-
Posts
28 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Posts posted by hadji22
-
-
hello everyone, Is it feasible that a card restricted to use on a certain item? For example, in valkyrie armor [1] all armor cards are permitted, however only the tao gunka card is not allowed to compound.
-
Does anybody have a gamabunta sprite just like in zeta RO

-
3 minutes ago, mrfizi said:
Then inside trunk/db/item_delay.txt
remove or comment // or change the duration for:
607,5000 // Yggdrasil_Berry
5000 is the duration time/delay for Yggdrasil Berry.
sorry, but still not working :<.
ps. i've already tried to @reloaditemdb
-
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 -
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 -
-
On 10/14/2020 at 11:57 PM, hannicaldummy said:
Here a full collection http://www.green-peach.net/?a=sprite&type=hat&name=Valkyrie_Helm
thank you for this.
-
On 10/13/2020 at 11:51 PM, Ronald said:
Do you have a bigger image of this? I can't see it thoroughly. It looks like a white valkyrie helm with hockey mask.
sorry but i don't have a bigger image i just saw it on google

-

as you see at the picture provided it's looks like a valkyrie visor, I think way back 2008? do you guys still had that file?
-
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,5000Oh thank you, it's working perfectly
-
good day masters can i request a gold room for my server?
something like this
when you die inside the gold room, 10% of your gold loot will dropped from your inventory
ex. i have 100 gold in my inventory and someone killed me so 10% of my gold will dropped. -
how can i change delay of @refresh thanks in advance!
-
Im also finding this topic here in rathena
-
On 5/22/2017 at 6:46 AM, BlitzGregor said:
If you still need help I know that this link How to change MAX LEVEL from 99 to 255 for rAthena is a good guide.
I myself can never trust github guides.
Yeah Sure, thank you
-
Sir please help, how to change chance of dispell of tarot card of fate? help sirr
-
is 2015 client is supported by nemo patcher?
i try to patch my 2015-10-29aRagexe unpack but it have many errors. what should i do? -
Just now, Mephisto said:
You can get unpacked Clients here https://github.com/zackdreaver/UnpackedkROclients
+Rep is I helped
thank you mephisto +1 rep
-
Just now, hazimjauhari90 said:
U can find it here + with some of the 2015 clients feature which supported by rA.
Thanks !
help a lot
-
is any one have a 2015-11-04aRagexe fresh client? i have 1 but its not fresh as new one. i don't have any copy.
-
Just now, Cyro said:
try this
i think the only error is in job_exp.txt but i try what u said. but still the same error

-
-
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
- Download Visual Studio Community Edition and install it (~10GB to download and install)
- Go to rAthena folder and run rAthena-15.sln and the file will be opened in Visual Studio 2017
- Find in menu => Build -> Build Solution or press ctrl + shift + b
- You will get compiled exes
- Run runserver.bat
-
Just now, Cyro said:
seems you have issues with your job table
i used the job table that rAthena refer https://github.com/rathena/rathena/blob/master/db/re/job_exp.txt
-


Card restriction to a certain item
in Database Support
Posted
Oh, thank you Mr ^^