Jump to content

nanakiwurtz

Members
  • Posts

    1654
  • Joined

  • Last visited

  • Days Won

    66

Everything posted by nanakiwurtz

  1. Hmm.. If you are sure that is the hex value of your HP bar color, then open your hex editor, search the value and edit it.
  2. The old statuses are read from stateicon\stateiconinfo.lua StateIconList[EFST_IDs.EFST_OVERTHRUSTMAX] = { haveTimeLimit = 1, posTimeLimitStr = 2, descript = { {"Maximum Over Thrust", COLOR_TITLE_BUFF}, {"%s", COLOR_TIME}, {"Increases weapon damage."}, {"Increases the possibility of breaking the weapon."} } } StateIconList[EFST_IDs.EFST_SUFFRAGIUM] = { haveTimeLimit = 1, posTimeLimitStr = 2, descript = { {"Suffragium", COLOR_TITLE_BUFF}, {"%s", COLOR_TIME}, {"Reduces cast time."} } } StateIconList[EFST_IDs.EFST_OVERTHRUST] = { haveTimeLimit = 1, posTimeLimitStr = 2, descript = { {"Over Thrust", COLOR_TITLE_BUFF}, {"%s", COLOR_TIME}, {"Increases weapon damage."}, {"Increases the possibility of breaking the weapon."} } } StateIconList[EFST_IDs.EFST_AUTOBERSERK] = { descript = { {"Auto Berserk", COLOR_TITLE_BUFF}, {"Rage when close to death"} } } Is that what you mean darristan? Oh I thought the icons in the screenshot was your custom icons
  3. Hmm in my opinion, it's too Kagerou & Oboro like, because it's in kanji For the Armor Element, I thought of something similar to 'i_resist_cold.tga' in default grf, but instead of "RST COLD" it says "RST ELE".
  4. Hmm... it looks like I'm just another one that fell into that wrong perception after reading the script_commands.txt Thanks for confirming this, Chii
  5. Click my profile, then go to 'Files', and download the 'nkwz rA Toolkit'
  6. Click my signature link. And be sure to put your LUA/LUB in the correct folder. (c:\Miruku\data\luafiles514\lua files)
  7. Your script are pretty nice, but I found some minor typos on your Monster Hunter script. I am in charge of the Monster Hunter grounds, how many I assist you? --> may does not have the minimum level requirments! --> requirement Their is a Monster Hunter event is currently going on! --> There (or maybe "I'm sorry but another party has started the event.") has been spawned? --> why a question mark?
  8. I found some more on msgstringtable: ´Ô²² ÆÄƼ°¡ÀÔ ¿äûÀ» º¸³Â½À´Ï´Ù. --> has been invited to the party. ´Ô²²¼­ ÆÄƼ°¡ÀÔÀ» °ÅÀýÇß½À´Ï´Ù. --> has rejected your party invitation. ´Ô²²¼­ ÆÄƼ°¡ÀÔÀ» ¼ö¶ôÇß½À´Ï´Ù. --> has joined your party. Be sure to put a space at the first on the string, because if you don't put a space it'll be like this: char01has been invited to the party.
  9. Hmm Peopleperson, when I read on your Monster Hunter script, I see that you're not saving your array after using 'getpartymember getcharid(1),1;' Is it save? I mean, when the other party use the same NPC, this global array will be overwritten, or it isn't?
  10. Oh so it was you Earthlingz? Thanks for your hardwork so far I'll try to make a program to automate the translation on 'navi_npc_krsak.lua'
  11. Until then, I'll just copy and edit the an existing tga file.
  12. I'm sorry, but I haven't heard about that 'click delay' issue, how can I reproduce it? Does that mean I can't move my char after using a skill?
  13. I gues you are placing the lua in the wrong folder, place it in 'data\luafiles514\lua files' folder.
  14. +1 darristan for this new knowledge, thanks
  15. Can you try your flash drive on the other PC? If it works, then your friend need to update his/her software (service pack).
  16. It's not from your system folder peopleperson, it's from your data folder (C:\Miruku\data\luafiles514\lua files\navigation)
  17. In 2014-04-10 the skill cooldown still works.
  18. Hmm weird, because I download Miruku and unrar it into a folder and it doesn't show any missing dll error.
  19. The navigation system reads from your client folder --> \data\luafiles514\lua files\navigation Open you Navigation window and search for alberta, then scroll down until you find "Npc)alberta:¹î»ç°ø" If you go to the location (and haven't change the default location yet) you'll find him as a NPC named Sailor. Close your client, open your navi_npc_krsak.lua, search for: { "alberta", 10884, 101, 709, "¹î»ç°ø", "", 244, 118 }, Then edit "¹î»ç°ø" into "Sailor" (or anything you like), save then open your client again, search for alberta, then scroll down, and you'll see that the search result in Navigation window is now changed. (It's like my post on #128)
  20. Sorry Kabal, but do you mean that the "Share Body Pallete" diff makes your client.exe hangs?
×
×
  • Create New...