Jump to content
  • 0

Help...


Question

3 answers to this question

Recommended Posts

  • 0
Posted

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

  • 0
Posted

Για τον 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)

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