Jump to content

Devlin

Banned
  • Posts

    1,643
  • Credits

  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    100%

Everything posted by Devlin

  1. Server will be tomorrow online for test, I will publish patch tonight.
  2. Test server is available, Any feature from the server can be purchased.
  3. Try to do it Min = 1 , Max = 999 and tell us.
  4. Project is back better than ever, new features & systems have been implemented to the server. Detailed overview of the server is on the way. Grand opening is planning to be in 1 month maximum.
  5. If someone sells something so expensive, I guess it is protected.
  6. If someone will ask for it, I can provide.
  7. I told above, if someone is interested of something we can discuss about it.
  8. It's the third server that I see with the same features.
  9. I just added this code to the html.
  10. Haha, critical error before open the html.
  11. Hello guys. Because my html knowledge is close to zero, I need some to help me to design a html. I need these buttons to be like: B Grade Equipment - A Grade Equipment S Grade Equipment Shields Consumables - Dyes - Scrolls Quest Items - Luxury Items Thanks in advance.
  12. Καλά δεν υπάρχει ήδη scheme στο l2jfrozen?
  13. Στο aCis είναι έτσι @L2TeleporterInstance (instance) if (Config.ALT_GAME_FREE_TELEPORT || player.destroyItemByItemId("Teleport " + (list.getIsForNoble() ? " nobless" : ""), 57, price, this, true)) όπου 57 είναι το id του item που ζητάει για κάθε teleport και το price καθορίζεται από xml όπου στο frozen είναι από database. Και με τα δεδομένα του aCis, με την παρακάτω γραμμή if (list.getTeleId() == 1) player.destroyItemByItemId("", 9142, 1, player, true); στο teleport με id 1, θα παίρνει το x item. Εάν θέλεις παραπάνω βοήθεια με τα δεδομένα του frozen, κάνε με add στο skype (harris.devlin). ============================================ ### Eclipse Workspace Patch 1.0 #P L2jFrozen_GameServer Index: head-src/com/l2jfrozen/gameserver/model/actor/instance/L2TeleporterInstance.java =================================================================== --- head-src/com/l2jfrozen/gameserver/model/actor/instance/L2TeleporterInstance.java (revision 1004) +++ head-src/com/l2jfrozen/gameserver/model/actor/instance/L2TeleporterInstance.java (working copy) @@ -328,6 +328,11 @@ } player.teleToLocation(list.getLocX(), list.getLocY(), list.getLocZ(), true); } + else if (list.getTeleId() == 1) + { + player.destroyItemByItemId("Teleport.", 9142, 1, player, true); + player.teleToLocation(list.getLocX(), list.getLocY(), list.getLocZ(), true); + } } else { Οπου 1 = το teleport id, 9142 το id του item που θέλεις να παίρνει και 1 (δίπλα από το 9142) είναι το πόσα item να παίρνει. Άμα θέλεις πολλά teleport να είναι έτσι, απλά κάνε c/p αυτό που σου έδωσα και άλλαξε τις μεταβλητές.
  14. Just force Eclipse to use IPV4. Edit eclipse.ini and add the last line: openFile -vmargs -Djava.net.preferIPv4Stack=true
  15. Hello guys, because I have stopped my project due to lack of time I decided to sell some interesting features that I made. 1) Character's Reward Panel (CRP) 2) PvP Tournament 3) Max Active Augmentation Skills 4) NPC Instances And many more features.. About the description of each feature, we can discuss it. If someone is interested to these, feel free to contact me. Skype ID: harris.devlin
  16. Topic cleaned, you are able to bump your topic once a day.
  17. You can fix/edit them without paying someone. Just make a topic there with your problems and we will help you to solve them 1 by 1.
  18. http://pastebin.com/tpHMn9hd I found it shared.
  19. Σε αυτήν την διαδρομή : net.sf.l2j.gameserver.network.clientpackets Βρες το αρχείο RequestRefineCancel.java Λογικά θέλεις για την lvl 76 (S) : case S: price = 480000; break; 480000 είναι η τιμή, άλλαξε την όσο θέλεις και είσαι έτοιμος.
×
×
  • Create New...