Jump to content

Najara

Members
  • Posts

    404
  • Joined

  • Days Won

    30

Everything posted by Najara

  1. Are you referring to something like this?: atcommand "@mute "+strcharinfo(0)+" 1";
  2. Could you please post your 2 entire lua files (in an attachment) and your custom monster's mob_db entry?
  3. You can do that, but you can also just "Save as..." it as .lub extension. :3
  4. Did you increase the JT_MONSTER_LAST to an higher value? I would like to suggest you to go through the solutions provided by me and Emistry in this thread and see if that solves your problem: http://rathena.org/board/topic/91273-addin-custom-mobs-problem/
  5. Yes, that's what happens. Never backspace/delete hex-strings, if you want to get rid of certain functions it's necessary to replace them with 00. I hope you've made a back-up, at least.
  6. It works! now there's a new problem. The client is looking for a file ".bmp". It is looking for an untitled bmp file. :< Ah right, I forgot that some users don't diff their client with "ignore missing file errors". You'll have to re-diff your client for the above to work without problems, I'm afraid. =l Or is there a way how to completely remove the cash shop without re diffing your client? As far as I am aware, there isn't. The Cash Shop is integrated in the client. You can either find a client that doesn't support it, or hex it out of your current client through the method I've provided. Nonetheless, it both comes down to touching a client.
  7. Please take a look to this thread: http://rathena.org/board/topic/92638-client-version-and-failed-to-connect/ I am referring to NeoMind's post in particular:
  8. Did you try to change the value between the version tag? (From 0 into 42)
  9. It looks like it's missing a image that's responsible for a part of the effect... which is weird because according to the error message it's reading from the texture/À¯ÀúÀÎÅÍÆäÀ̽º folder instead of from texture/effect... You might just have messed with your GRF too much. All I can recommend is for you to download a new, clean ( r )data.grf and find the images that are a part of the skill and put them in the appropriate folder, or just make your server read the new ( r )data.grf entirely.
  10. Are you using a 2012 client, or up? In case of 2012; What you need to do is locate data/idnum2itemresnametable.txt, find the sprite name of the cap (2227#ĸ#) then copy and paste that sprite name (#ĸ#) behind your Dyna headgear ID. So, if your Dyna headgear ID is 30000, it should look like this: 30000#ĸ# If you are using a newer client, please refer to your System/Iteminfo.lua Hope this helps :3
  11. Please provide us a image of the error you are getting.
  12. Have you resolved this yet? If not, could you please show the sprite names how they're put in your data/sprite/¸ó½ºÅÍ folder, plus how you've put the entries into your lua files?
  13. It works! now there's a new problem. The client is looking for a file ".bmp". It is looking for an untitled bmp file. :< Ah right, I forgot that some users don't diff their client with "ignore missing file errors". You'll have to re-diff your client for the above to work without problems, I'm afraid. =l
  14. Moved to Script Request.
  15. Did you properly add your custom items in the following files?: idnum2itemdisplaynametable.txt idnum2itemresnametable.txt idnum2itemdesctable.txt num2itemdisplaynametable.xt num2itemresnametable.txt _______________________ If you do not do this, particularly referring to the last 2 files, it will cause you to error when you walk, warp or sign in at a location were a player has dropped an custom item. Another problem what it could be are corrupted palette files, however I recommend you to first check out the text files I mentioned.
  16. Moved to Database Support.
  17. A way to do this is to open your client in a hex editor and search for: NC_CashShop (or string 4E 43 5F 43 61 73 68 53 68 6F 70) Replace the values in the string with "00" for each line, so basically the number above^ will become: 00 00 00 00 00 00 00 00 00 00 00 Be sure to make a backup of your client in case something goes wrong.
  18. Back from vacation~ :3

  19. I'll be on vacation from the 10th until the 18th of May, so I won't be checking the rA boards during this time.

  20. Looks like some of the interface images aren't present. I'd take a look in your data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/basic_interface (etc) directory, and see if anything is missing. If you do not know what to look for, download a custom skin.
  21. What message do you get? "No voting sites found"?
  22. Thanks guys! If only I wasn't too lazy to do all these over..... maybe some time in the future. ^^; Let's try this again with something similar. (Higher quality and better borders) :3 Note: Not available for DL as it is a paid model.
  23. Hey Kido~ Maybe not exactly an answer to the background expanding problem, but the content-out-of-the-containter issue can be solved fairly easily be doing the following: Open the page in a FTP client (I pressume it's the item page) and see to the top line: <?php if (!defined('FLUX_ROOT')) exit; ?> add the following tag after: <div style="height:600px;width:600px;border:0px solid #ccc;font:12px/12px Arial;overflow:auto;"> (You can close it with another </div> at the end of the code, but it's not really required.) That will make the page scrollable within stated height. If 600 isn't the height you want, just increase or decrease it.
  24. It would be easier to tell us at which parts you get stuck/isn't clear for you, then we can go from there on.
×
×
  • Create New...