1) why the mob dun drop cards? (I already increase the drop rate to the highest)
2) the NPC sell all items at the same price of 5 zeny
even the best item also same price
what is happening?
3) Some items dun have slots
Printable View
1) why the mob dun drop cards? (I already increase the drop rate to the highest)
2) the NPC sell all items at the same price of 5 zeny
even the best item also same price
what is happening?
3) Some items dun have slots
1) Only mobs that drop cards are mobs that have cards. If your trying like porings and nothing drops, then theres something wrong with your mob_db.txt or theres something wrong with your drop rates. Try summoning a whole lot (like 100+) of the mob and use storm gust to kill them and see if any cards drop.
2) If your talking about the price the NPC sells it for, then you have to change that too in your npc scripts. If you talking about the price your item sells TO the npc for, then its because most of the newer items don't have set values yet in athena, if you want to waste your time fixing that, go through your item_db.txt and fix it.
3) Lots of items aren't SUPPOSED to have slots. How long have you been playing RO?
btw if your not talking about Athena emulator then i can't help you. i know nothing about aegis software. i dont remember anything about fusion or yare, i might be able to help with vidar.
hmm ok
then regarding the NPC i must change their selling price all one by one?
Why don't you try yourself? You ask a question for everything.
Hint: YES YOU DO!
1.)wow what noobs... some cards are hard to find dont explect to kill just 1 monster and it will drop a card
2.)there is something wrong with your cemulater download another one and try it.. or u can mauelly chage the price in the itemdb.txt
3.)No shit very strong weapons like the vlaymore dont have slots cause they dont need it.. you can mosly find slots with weak weapons like the jur,knife,gladius..etc
............
well, if you edit your drop rate high enough you should always get cards, btw I use Athena
this is mine, come and join.........
all bugs fixed aready
cool huh.
<clientinfo>
<desc>Ragnarok Client Information - Taiwan Version</desc>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
<display>~DreamzRO~</display>
<desc>Private eAthena Server</desc>
<address>202.172.254.170</address>
<port>6900</port>
<version>20</version>
<langtype>07</langtype>
<registrationweb>http://www.eathena.deltaanime.net</registrationweb>
<aid>
lolx keeper
eh keeper ur NPCs, how is their pricing?
all according to the global one or wad?
mine all the items sell at the same price
I don't know how you define highest drop rate, it's supposively 10k because the smallest drop rate is 0.01% where if you multiply that by 10k you will get 100%. Also, some monsters don't drop its card, you have to edit your mob_db so that it will drop it.
There is an easy way to edit card prices if you're using SQL item_db. All you would have to do is run a query to change all card buy prices higher. Ex: Changing all cards prices to 100k zenies:
If you want all the items with no slots to have 1 slot, you can run this query in your item_db table providing you're using SQL eAthena:Code:UPDATE `item_db` SET price_buy = 100000 WHERE id >= 4001 AND id <= 4211
Code:UPDATE `item_db` SET slots = 1 WHERE slots = 0
wad about the item price the NPC sells?
How to edit the card price? You can do it manually or using the query in my post above.