-
Posts
116 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Haganezuka
-
Stolao's Pvp Ladder [v3.1A]
Haganezuka replied to Stolao's topic in PvP, GvG, WoE, Battleground Script Releases
@Stolao it seems the no ygg 3rds trans section is not working. my class is only assassin which I believe would be able to enter the room but unfortunately it always says no 3rd class allowed. Hope you fix it soon. best, wakefield -
Do you wanna make it like iRO or kRO job names? if iRO langtype 1, if kRO langtype 0. Hope it answered your problems
-
Which file is responsible for these bubbles on pre-re aura?
Haganezuka replied to Chun3's question in Client-side Support
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 -
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
-
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!
-
Thumbs Up
-
@utofaery what if i wanted to have a specific amount of items, how can i do that?
-
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.
-
ERROR when installing Magic_circle_Rainbow
Haganezuka replied to Surefirer's question in General Support
@Surefirer Please post your solution so other users who will encounter this in the future will have the solution ready. thanks -
there's a lot of missing cutins and the scripts for yggdrasil project is not yet done.. @Alayne
-
[Client Crashing] Maximize Minimap (custom map)
Haganezuka replied to LordJasz's question in Client-side Support
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! -
@CyberDevil sorry i didnt quite understand what you meant. Can you please elaborate it more? thanks
-
@Aries can you please tell me why is this happening? there is no items appearing on the web. sorry for hijacking the thread. tyvm
-
bump!
-
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
-
@Metahego fixed the problem now with these : Thanks a lot. ?
-
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.
-
@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.
-
@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.
-
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
-
@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
-
bump! we need this amazing code
-
How can passive skills like Double Attack be affected by critical?
Haganezuka replied to Gotcha's question in Source Requests
@iAmGnome can you share the code if possible? tyvm -
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!
-
Utility: Automated MVP ladder & reward system
Haganezuka replied to pajodex's topic in Utility Script Releases
whats your Discord ID