Jump to content

Neo-Mind

Members
  • Posts

    806
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Neo-Mind

  1. which class did you equip the bow on? and did you enable both hands in equip location section of item db line
  2. check it out http://www.teamviewer.com/hi/index.aspx?pid=google.tv.s.int&gclid=CMvmz_qc_7YCFc0r6wodWHYASQ Its a remote support software. I can better help you if I see what is going wrong, which is where teamviewer comes in
  3. and i hope that "someday" is soon
  4. the error is in line 1 But you have not added the complete iteminfo.lua here so you need to check at your end. If you were trying to add comments don't use "//". Lua files use "--" for comments.
  5. can you post the pal file let me see what can be done EDIT: I tried one recolor see if its ok => http://www.mediafire.com/?prn8xrmpi58m977
  6. i think he meant recolor of this one => http://spriterepository.com/files/file/2348-zero-helmet/
  7. check your jobname.lua file . which id did you use in @monster. check if you have placed the entry for that id in jobname.lua file.
  8. @nana you need to replace the old ones from plugins/WeeDiffGen to these new ones in the github.
  9. nice suit Let me think of costumes will send you pics as soon as i have an idea. BTW Is it ok if the costume is from other anime?
  10. I guess a BUMP cant hurt ? unless its on the head Any updates .... *shakes GreenBox*
  11. I think my eyes are starting to pop from seeing so many quotes !!!
  12. you mean this one ? => http://www.mediafire.com/?garx8s9flrijve1
  13. Neo-Mind

    novice suit

    normally when people make job suits they make use of the armor or garments. If you plan to use the suit as a headgear (which would be odd) then you will need a sprite that shows up when wearing the suit like all other headgears or remove the entry from accname and accessoryid tables. But honestly its better to just switch the equip position to something other than headgear. (the sprite change is done by the item script - it is not dependent on how client handles the equipment).
  14. simple question did you use the diff "Ignore Missing File Errors" because i think you are missing files which i why gravity error appears
  15. its odd for the client to crash because if it is not finding a file the client just defaults to showing an empty hand or a knife but no crashes are supposed to happen. do you have teamviewer? I can help you better by seeing the issue at your side.
  16. which version of client are you using? You can use WeeDiffPatcher for patching the client to "Increase Headgear View IDs"
  17. Neo-Mind

    novice suit

    novice suit does not require a seperate Sprite since you already have novice job sprites in your data.grf . All you need to do is make the item script like what Euphy has shown. What kind of error are you getting. can you post a snapshot
  18. Did you do this => just copy the new cash shop packets in the 2012-04-10's packets so it would work.
  19. No i haven't tried it in game yet. But its the same logic that was used in older clients for Adjust Font Size diff.
  20. I tested it today. It is working with no issues (i guess shura automatically inherits weapons meant for champs because an upper value of 2 would mean it was supposed to be for champs). Anyways I am not getting any crashes here.
  21. like i said make sure your sprite frames are correct for animation. the head thing we cant do much unless some one makes a new ACTOR application which has the head also following properly. Did you try the sprite in game?
  22. Try this hex edit but there is a chance it might end up crashing the client. So keep a backup. Find: 8B 56 04 6A 03 6A 00 6A 00 50 6A 00 F7 D9 6A 00 1B C9 6A 00 81 E1 2C 01 00 00 81 C1 90 01 00 00 51 6A 00 6A 00 6A 00 52 Replace: 90 6A 03 6A 00 6A 00 50 6A 00 6A 00 F7 D9 6A 00 1B C9 81 E1 2C 01 00 00 81 C1 90 01 00 00 51 6A 00 6A 00 6A 00 6A F5 90
×
×
  • Create New...