Jump to content
  • 0

Help...


z1r3k

Question

3 answers to this question

Recommended Posts

  • 0

νομιζω αυτους τους 2 συγκεκριμενα μπορεις και μεσα απο το παιχνιδι να τους κανεις edit πατα shift+αριστερο κλικ και δες αμα δεν γινεται δες το id τους μετα πανε στο html Μετα δες που σε παει σε Multisell ή σε database απευθειας και φτιαχτο..

Link to comment
Share on other sites

  • 0

Για τον augmenter:

com.l2jserver.gameserver.network.clientpackets.RequestRefineCancel

// try to reduce the players adena

if (!activeChar.reduceAdena("RequestRefineCancel", price, null, true))

άλλαξε το price σε 0 δηλαδή

if (!activeChar.reduceAdena("RequestRefineCancel", 0, null, true))

Για τα dyes:

com.l2jserver.gameserver.model.L2HennaInstance αλλάζεις αυτό

_price = _template.getPrice();

σε αυτό _price=0;

(αυτό επηρεάζει και το add και το remove γιατι αν το add κοστίζει 100 adena τότε το remove κοστίζει 100/5=20 adena.Άρα τώρα με 0 το add και το remove πάει 0)

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...