Jump to content

wakefield21

Members
  • Posts

    115
  • Joined

  • Last visited

Everything posted by wakefield21

  1. Do you wanna make it like iRO or kRO job names? if iRO langtype 1, if kRO langtype 0. Hope it answered your problems
  2. what bubbles are you talking about? If you're talking on how would you like to change your aura, just go to luafiles514/luafiles/service_korea/Externalsettings_korea.lub or luafiles514/luafiles/service_korea/Externalsettings_usa.lub if you're using 2018-06-20eragexeRE client. change this line Default99LvAura = LEVELAURA.EF_LEVEL99, Default99LvAura_sub = LEVELAURA.EF_LEVEL99_ORB1, to whatever you want from these choices: LEVELAURA["EF_LEVEL99"] = 200 LEVELAURA["EF_LEVEL99_ORB1"] = 976 LEVELAURA["EF_LEVEL99_ORB2"] = 977 LEVELAURA["EF_LEVEL150"] = 978 LEVELAURA["EF_LEVEL150_SUB"] = 979 LEVELAURA["EF_LEVEL160"] = 1022 LEVELAURA["EF_LEVEL160_SUB"] = 1023 LEVELAURA["EF_LEVEL185"] = 1226 LEVELAURA["EF_LEVEL185_SUB"] = 1227
  3. Nevermind it, already figured it out. It seems the function on zackdreaver's tipbox.lub is missing some critical lines. Here's what zackdreaver has: function main() for DocumentNum, INFO in pairs(tbl) do result, msg = AddTip(DocumentNum, INFO.Title, INFO.Search, INFO.Image) if not result then return false, msg end result, msg = AddImgcoord(DocumentNum, INFO.Imgcoord.Position, INFO.Imgcoord.Size) if not result then return false, msg end if not INFO.PageEX then result, msg = AddPageEx(DocumentNum, -1, 0, 0, 0, 0, 0, 0, 0) if not result then return false, msg end else for k, v in pairs(INFO.PageEX) do result, msg = AddPageEx(DocumentNum, v.EffectNum, v.Twinkle, v.StartX, v.StartY, v.DistX, v.DistY, v.MoveTime) if not result then return false, msg end end end for k, v in pairs(INFO.Page) do result, msg = AddPage(DocumentNum, v) if not result then return false, msg end end end return true, "good" end And here's the working function for the tipbox.lub that will change all the pictures if you open/close or search any tips: function main() for DocumentNum, INFO in pairs(tbl) do result, msg = AddTip(DocumentNum, INFO.Title, INFO.Search, INFO.Image) if not result == true then return false, msg end result, msg = AddImgcoord(DocumentNum, INFO.Imgcoord.Position, INFO.Imgcoord.Size) if not result == true then return false, msg end if not INFO.PageEX then result, msg = AddPageEx(DocumentNum, -1, 0, 0, 0, 0, 0, 0, 0) if not result == true then return false, msg end else for k, v in pairs(INFO.PageEX) do result, msg = AddPageEx(DocumentNum, v.EffectNum, v.Twinkle, v.StartX, v.StartY, v.DistX, v.DistY, v.MoveTime) if not result == true then return false, msg end end end for k, v in pairs(INFO.Page) do result, msg = AddPage(DocumentNum, v) if not result == true then return false, msg end end k = 0 v = 0 end return true, "good" end
  4. Hello rAthena! I'm kindly asking on how can i change the picture in my tip box, I am using the default tipbox.lub from zackdreaver translations which is like these: [1] = { Title = "Tip box", Search = 1, Image = "À¯ÀúÀÎÅÍÆäÀ̽º\\tipbox\\tip00001", Imgcoord = { Position = 5, Size = 100 }, Page = { "/tip alternatively, you can open the tip box by clicking the tip box icon..\\nThe tip box provides useful information for playing games.\\nIf you want to get more information, please enter a search term in ^3b488cSearch window^000000.\n-\\n<TIPBOX>¡íMore tips list<INFO>1000</INFO></TIPBOX>" }, PageEX = { { EffectNum = 0, Twinkle = 1, StartX = 160, StartY = 105, DistX = 0, DistY = 0, MoveTime = 0 } } }, But whenever i tried to open that tip from the tip box here is what is happening (please refer to the picture below) There's an error about it and i can see others that their tip box works just perfectly fine. Please teach me or help me on how can i fix this problem that's been haunting me for weeks now. thank you very much rAthena!
  5. @utofaery what if i wanted to have a specific amount of items, how can i do that?
  6. sorry for hijacking this post, i just have a one question, how am i supposed to put a specific item amount for each item that's in there. thank you in advance.
  7. @Surefirer Please post your solution so other users who will encounter this in the future will have the solution ready. thanks
  8. there's a lot of missing cutins and the scripts for yggdrasil project is not yet done.. @Alayne
  9. Hello Guys, here's the answer to your question. Make sure your custom map bmp is in correct size which 512x512. So if you're custom map minimap is somehow much more bigger than that pixel size please re-adjust it using photoshop or gimp and save it again as .bmp and 24bits. Have a nice day!
  10. @CyberDevil sorry i didnt quite understand what you meant. Can you please elaborate it more? thanks
  11. @Aries can you please tell me why is this happening? there is no items appearing on the web. sorry for hijacking the thread. tyvm
  12. Good day rAthena, as i was saying on the title of this question, i was wondering why i can't use my custom item. I want the item to be usable on this classes only, swordsman, mage, acolyte, knight, crusader, wizard, sage, priest, monk. I know the total hex number for all the jobs which is 0x00022396. I experimented a little bit and made the hexadecimal number to 0x000AC396 and i was able to use it on all the jobs i said at the top except the sage class. Can someone tell me what was missing or what part did i miss? thanks for the answers in advance
  13. @Metahego fixed the problem now with these : Thanks a lot. ?
  14. As i said on my reply @Metahego this is what happens, if I don’t use the @arealoot command (meaning disabled) and I drop items on the ground that’s where the error comes in, however if you use the @arealoot command then drop again an item the error will now be gone. Yeah I agree there are no error on compiling but the errors comes in if the command is still disable.
  15. @Akkarin sorry if i didn't post the solution but the error comes from a modified @command which i inserted on atcommand.cpp. there's nothing wrong with rathena master file.
  16. @Metahego i already fixed the compiling part, then i stumbled on this error which i think is critical. if the command @arealoot is disabled and you drop an item example a red potion and pick it up the item will be duplicated and there will be an error on the console like this one. now if the command @arealoot is enabled there will be no errors on the console and there will be no item duplication. I hope this will be fixed asap as this command is very helpful.
  17. Good day rathena, i am using the latest rathena files and accidentally stumbled on this error. Posting this error because i don't know what caused this mishap on the server when i didn't even try to change this or anything on SRC folder. The problem now is if i drop items on the ground and pick it up the item will be duplicated. Below is the screenshot of the error checked the rathena master src map.cpp file and my src map.cpp file and they are the same. Can someone please help me fix this problem? thanks a lot guys! Solved the error please close this thread! thanks
  18. @Metahego im currently using the latest rathena, and i can't compile my server it causes errors. Would you like to help me resolve this? tyvm
  19. bump! we need this amazing code
  20. As i stated on the title, every time i tried to go back to character select screen 2018-06-20ragexeRe client always auto closes. there are no errors on the login,char,map servers so i don't know what is the problem anymore. I hope someone can help me fix this problem. TYVM!
  21. is this script available or will be available to purchase again @pajodex
×
×
  • Create New...