Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by Maples

  1. M

    [Help] Scraping tables from multiple pages using php

    See the edit on my post, it contains the code to scrape all of the pages you requested ;)
  2. M

    [Help] Scraping tables from multiple pages using php

    This is the scraped data in JSON format. Use jsonviewer.stack.hu to view it in more readable format. Screenie: You must be registered for see element. [{"id":"50\/01\/1150001435\/1","ocupatia":"lucrator comercial","posturi":"13","tip":"Contract de munca pe perioada nedeterminata cu norma...
  3. M

    Can anyone help me with my problem please :(

    Have you put WampServer online? Left click on the system tray icon, bottom item called "Put Online".
  4. M

    Awakening Editor

    Oh I see, it was getting late last night. I thought he ment existing items in propItem.txt/Spec_Item.txt, not defineItem.h. Makes sense now, I'll take a look at it soon.
  5. M

    Awakening Editor

    It basicly goes like this: Parse all lines from propItem.txt and convert them into objects Parse all lines from propItem.txt.txt Go through each item retrieved from propItem.txt and add the name & description (done through a join on the IDS's) Return propItem objects with a couple of...
  6. M

    Awakening Editor

    Thanks guys. Making one application with multiple editors in one sounds like a good idea, thanks for that. I'm first finishing & releasing the propGiftbox editor, after that I'm going to see how I'm going to get it structured in one application. I seriously rewrote the propItem parser in this...
  7. M

    Web problem

    You probably have the same problem as this fella -> You must be registered for see element. Check the solution below that post (You must be registered for see element.)
  8. M

    [Source]Window wont show on use item

    That shouldn't hold you back, should it? Find the place where they catch the Z key and create the teleport window. After that, see how they create the window and voila, you've got an example of how it's done. You must be registered for see element.
  9. M

    [Source]Window wont show on use item

    You could check out the teleporter used in You must be registered for see element. and see how they've done it. Look for the CWndTeleporter class, good luck ;)
  10. M

    New Npc with a custom made trade window

    If you check out the npc MaFl_Waforu who's using AddVenderItem2 (equal to AddVendorItem2) you'll see the syntax is slightly different. Items are added by their dwId, not dwItemKind1. Example: AddVenderItem2(0, II_SYS_SYS_SCR_BXMKNT120SET);
  11. M

    propGiftBox Editor

    Thanks alot Jomex, the span is for how long you can keep the item before it 'dies' and becomes unusable, the flag is for making an item bound/non-tradable (soul-bound I believe, or event reward) and making an item expired (non-usable).
  12. M

    Question that you can answer But I'm not!

    I'm not quite sure, but I think you're looking for the You must be registered for see element.
  13. M

    propGiftBox Editor

    I'm currently working on a little GiftBox editor for propGiftbox.inc. You must be registered for see element. Everything's going quite smooth, however I'm doubting about the format being used in the file that I'm parsing (propGiftbox.inc). My current setup is a bit like this (basic programming...
  14. M

    A little HELP please trouble shooting Port Forwarding :(

    Yup, all those 192.168.1.? IP's should be replaced with the IP you saw on What is my IP (service that shows you your external IP). Just don't replace it at the port-forwarding, they're fine there. Missing icon thingy, create one yourself and add it to the directory.
  15. M

    A little HELP please trouble shooting Port Forwarding :(

    Go to You must be registered for see element., copy the IP, replace the 192.168.1.? ip in the ini's with this IP. After that use this same IP in your neuz (in case it's using a 'neuz lock', else edit the resources from the executable with ResourceHacker or in the project itself) About the...
Back
Top