Jump to content
  • 0

I need this system at my server - coins


puya4ever

Question

Hi to everyone . I use Gracia ct 2 server with l2j files . I'm looking for this system :

at normal mobs drop : 5-40 beleth dragons (or bronze coins)

at champions mobs drop : 3-7 silver coins

at raid boss drop : 6-200 gold coins...

 

and at gm shop can buy with gold coins : luxury items like wings (which increase m.def , p.def) , epic armors , jwls and weapons and another custom weapons

 

and at trader

100 bronze coins = 1 silver coin

50 silver coins = 1 gold coin

anyone can help me to implement this system... I need to edit mob drops , gm shop and items... pls help

Link to comment
Share on other sites

Recommended Posts

  • 0

http://www.google.ro/search?hl=ro&q=how+to+find+npc+and+item+id+l2j&btnG=C%C4%83utare&meta=

nothing relevant .... can u give me a hint please ? I have find on all sites... ;]

ps; i need to find npc and items id..

Link to comment
Share on other sites

  • 0

http://www.4shared.com/file/103550957/8699ea64/L2_FileEdit_Hellbound_-_Gracia.html

this is file edit for hellbound/gracia

it is spanish version but i think u will understand it

Link to comment
Share on other sites

  • 0

Man, to find  the id's hit alt+g and write there Gold Coin.

For gm shop and trader just search in forum and replace the adena with coins.

Search buton make you clever :p

Link to comment
Share on other sites

  • 0

man I have now any trouble... how to make an exchanger NPC I want something like...

100 beleth dragons = 1 silver coin

50 silver coins = 1 gold coin

 

anyone have an ideea? xD

 

if you can't figure out how to make a multisell just close your server now.

Link to comment
Share on other sites

  • 0

Why you calling it an 'system' Oo ? Only what i must to do is :

 

- shift + Left Mouse Button and target Your moob , anc change drop list

 

- Create Your own NPC

 

Its hard ?

Link to comment
Share on other sites

  • 0

nomz go away... I don't need posters like u in my thread... so

I found this code for exchanger :

<?xml version='1.0' encoding='utf-8'?>

 

<!-- Gold Bar System -->

 

<list>

 

<!-- 100 Mill for 1 Gold Bar -->

<item id="1">

<ingredient id="57" count="100000000" enchant="0"/>

<production id="2807" count="1" enchant="0"/>

</item>

 

<!-- 1 Gold Bar for 100 Mill -->

<item id="2">

<ingredient id="2807" count="1" enchant="0"/>

<production id="57" count="100000000" enchant="0"/>

</item>

 

</list>

 

With this I can make an exchanger for coins but I have another question...

when I have shift + click at gm shop at drop list editor I can put a price only in adena , not in coin ..anyone can help me to edit shop prices ?

 

 

Link to comment
Share on other sites

  • 0

nomz go away... I don't need posters like u in my thread... so

I found this code for exchanger :

<?xml version='1.0' encoding='utf-8'?>

 

<!-- Gold Bar System -->

 

<list>

 

<!-- 100 Mill for 1 Gold Bar -->

<item id="1">

<ingredient id="57" count="100000000" enchant="0"/>

<production id="2807" count="1" enchant="0"/>

</item>

 

<!-- 1 Gold Bar for 100 Mill -->

<item id="2">

<ingredient id="2807" count="1" enchant="0"/>

<production id="57" count="100000000" enchant="0"/>

</item>

 

</list>

 

With this I can make an exchanger for coins but I have another question...

when I have shift + click at gm shop at drop list editor I can put a price only in adena , not in coin ..anyone can help me to edit shop prices ?

 

 

 

Just edit the DB like a minimally serious server owner. Learn how to do things properly, editing things ingame is a VERY BAD idea

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...