Page 1 of 1

i want cuttency like adena falls from monsters

Posted: Sat May 01, 2010 12:53 pm
by bakri
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hello,
i searched the forum but i didn't find it
first i want to change the adena icon

and i want make another currency like adena falls from monsters
i will call it Gold

i want make sql table called customers: contain player id
When player hunt monster:
1- if player id in table customers, Gold must fall from monsters (2500-20000) Gold
2- if player id not in table customers, Gold must fall from monsters (105-250) Golds

i need it please if any one can make it

Re: i want cuttency like adena falls from monsters

Posted: Sat May 01, 2010 2:15 pm
by Probe
Change adena icon - requires client modding which is illegal
Add a 2nd currency - can easily be done, just pick a coin from etcitems.sql, write down it's itemId ,
if you want that "customer" stuff though, you'll need to modify core with java, so you should start learning a bit from the scripts posted around here and not expect things to be done for you :)