Search results

  1. G

    20141022 itemInfo.lub issue.

    I'd check encoding on the newly created file, it should be in korean encoding. I'd assume that your custom file names are in english characters, so it doesn't affect them, but all of official ones are affected.
  2. G

    What if I want host my server on my own pc?

    Usually there's a DMZ option on router (DeMilitarize Zone), which automatically port forwards every port to one internal IP. I think it might be easier to use that for you. Using this screenshot as a reference, you need to check "Enable DMZ", choose WAN network that will serve the outer...
  3. G

    map loading issues

    Okay, I'm all out of options I can think of with the client side of this game. I've chosen 2012-04-10 client, list of patches from NEMO: 2 Chat Flood Allow8 Custom Window Title9 Disable 1rag1 type parameters (Recommended)10 Disable 4 Letter UserCharacter Limit11 Disable 4 Letter UserID Limit12...
  4. G

    NPC masking

    File Name: npcmask File Submitter: Garr File Submitted: 10 Oct 2014 File Category: Plugins Masks NPCs on player's client based on his/her variables. Will need to leave NPC sight range/@refresh for it to trigger (if you change variable while NPC is still in sight nothing will change, but...
  5. G

    How to make packet_db work inside plugin

    What the title says. Currently it's always returning 0 to this request: packet_db[RFIFOW(*fd,0)].pos[0] And yes, I narrowed it down to only this. RFIFOW/*fd give me the exact same results as on actual server. I have clif.h included. Anything else I'm missing?
  6. G

    Colored chatroom messages

    Greetings to everyone, I'm not really sure where exactly to post this topic, but since I tried some source editing and failed, I decided it belongs in Client support section. What I'd like as result is a colored message inside chatroom. I'm not sure if it's possible, but nonetheless. What I...
Back
Top