Jump to content

MrIndex

Members
  • Posts

    19
  • Credits

  • Joined

  • Last visited

  • Days Won

    4
  • Feedback

    0%

Everything posted by MrIndex

  1. use build (in tags) instead of downloading a project source.
  2. This ip can try to check some info by using a PROTOCOL_VERSION packet as PTS like format. On PTS if connected client will send a PROTOCOL_VERSION requiest with -1 or less value - it will wait a response as "server status" or "current online". 65534 or -2 - ping 65533 or -3 - sends a server id, max online, current online, private store online.
  3. Open .bat file as Text document. Remove field "path="C:\Prog...\bin"" Save and try to open. If it didn't work: - Download java... And make sure java will be create a System Variable as "JAVA_HOME". You can check thus variable by type in CMD "echo %JAVA_HOME%", or you can set it as "SET JAVA_HOME="path to java home which include a bin folder""
  4. you need to change PuchaseLimitCraft dat file. Use id, which you change in PurchaseLimitCraft.xml and update info in DAT file. If you wanna change category - use id from NPC_STRING_ID.DAT
  5. In your ACMI xdat last protocol be a 140 [Salvation]. You can download 166 - 388 XDAT from (shared from re-seller) -> https://mmo-dev.info/threads/xdat-editor-with-protocols-hf-448-64-166-196-245-286-311-338.21889/ I dont wanna re-share it, because it will backfire on me.
  6. 2 options: 1. Price takes from ItemTemplate <item id="6660" name="Queen Ant's Ring" type="Armor"> <!-- MP +9, Poison Resistance and Atk. Rate +10%, P. /M. Accuracy +1, P. /M. Atk. +4%. The effect doesn't stack if two identical rings are worn. Cannot be enchanted. --> <set name="price" val="123200" /> 2. Put as additional attribute in XML file. <?xml version="1.0" encoding="UTF-8"?> <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/buylist.xsd"> <item id="736" price="600" /> <!-- Scroll of Escape --> <item id="737" price="3000" /> <!-- Scroll of Resurrection --> <item id="734" price="1800" /> <!-- Haste Potion --> <item id="735" price="3600" /> <!-- Alacrity Potion --> <item id="1831" price="112" /> <!-- Antidote --> <item id="1833" price="112" /> <!-- Bandage --> <item id="1061" price="495" /> <!-- Greater Healing Potion --> </list> In any case - price will be higher than value in XML because it will calculate with TAX from nearest castle (for Npc owner 15%, players can set from 5% up to 20%). Only as guess: price will be as in XML if you create NPC in "NO_TAX" zone.
  7. Let me guess... You have something like that?
  8. just sell books. By double tap on book - it will give u skill, which u can use. You need use item handler for that. Which one - maybe it already exists, maybe it needs to be create, in any case - use books.
  9. Converted by: in l2j format. Bind ip = "0.0.0.2" Download -https://drive.google.com/file/d/16NZDaGiIr4SQbXyNKHMY6kuD5XPUMo8W/view?usp=sharing
  10. Added support for export into L2D
  11. yep, I talking about that format, what you describe. I have some requests about converting geo from L2j to L2d and this geo-format still required for users. I only wanna make a tool, which gives you ability to convert any geo in any required format for you. From: _conv.dat, l2j, l2d, l2g, l2m, rp, l2s (required info about binded server ip), _path.txt (Pandas Style) To: _conv.dat, l2j, l2g and wanna add in l2d in future. Now I working about improvments for parsing geo-data from _path.txt format, because existed Pandas converter do it poorly (maybe it will be private... I will write if it will be successfull)
  12. Added support for parsing _path.txt and l2m files. Added to config ability to write array of formats to export
  13. Hello! Share my utility for export geodata from formats L2D, L2J, L2G, L2M, L2S, _path.txt (pandas style) with _conv.dat and RP into L2J, L2D, L2G or _conv.dat. Theoretically it is possible to use geodata parsers on server which do not use Acis geoengine (because it use NSWE as pathnode additionally), but will be fine on server which use GEO based on PTS format (L2j, L2g, L2d, _conv.dat). Github project - https://github.com/MrKirill1232/GeodataConverter
  14. No 273 client for High Five and for last time (over than 2 month) akumu site returns 403 Forbidden ;(
  15. As name said - https://pastebin.com/s7s39qNF Its my version and it raw. L2J Mobius contains versions with some fixes but this its share of my initial work of this event
      • 3
      • Upvote
      • Like
  16. I can give some advice about 388 packets, but will not. Because I can selling it. Stop... Wrong subject.
  17. Will be happy for each advice about code writing. yep-yep, so horrible but it works and works fine, write what problems are you had But the one biggest problem is mobius item pool ;(
×
×
  • Create New...