Singe Horizontal Posted October 5, 2022 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 26 Reputation: 36 Joined: 03/26/20 Last Seen: 16 hours ago Share Posted October 5, 2022 (edited) Hi, I'm releasing server side tools that are Autopot, Autobuff, Restock + Autorestock, and a macro engine server side. They are the positive product of the frustration of having too much variance in fast gameplay, such as : Latency, compounded by the fact that the client doesn't queue skills, so between each action, you have your ping as an extra The hassle of having to install third party tools just to be competitive Hence I wanted to create a set of tools that would become the default ones that server use. Note : When I refer to Autopot I really mean Autopot + Autobuff + Restock + Autorestock. For now they are tightly coupled, if needed I can provide separated versions. The core engines being source based, they should run with high performance. Installation server side : By cloning a repository Full suite git clone --branch mod/autopot+macro https://github.com/Singe-Horizontal/rathena/ Autopot only git clone --branch mod/autopot https://github.com/Singe-Horizontal/rathena/ Macros only git clone --branch mod/macro https://github.com/Singe-Horizontal/rathena/ Client side: For autopot icons: Quote data/luafiles514/lua files/stateicon/efstids.lub EFST_AUTOBUFF = 1419, EFST_AUTOPOT = 1420, EFST_AUTORESTOCK = 1421, data/luafiles514/lua files/stateicon/stateiconimginfo.lub [EFST_IDs.EFST_AUTOBUFF] = "¸àÅ»Æ÷¼Ç.tga", [EFST_IDs.EFST_AUTOPOT] = "ȸº¹·ÂÇâ»óÆ÷¼Ç.tga", [EFST_IDs.EFST_AUTORESTOCK] = "efst_a_machine.tga" data/luafiles514/lua files/stateicon/stateiconinfo.lub : StateIconList[EFST_IDs.EFST_AUTOBUFF] = { descript = { { "Autobuff is ON"} } } StateIconList[EFST_IDs.EFST_AUTOPOT] = { descript = { { "Autopot is ON" } } } StateIconList[EFST_IDs.EFST_AUTORESTOCK] = { descript = { { "Autorestock is ON" } } } data/luafiles514/lua files/stateicon/stateiconinfo_f.lub : EFST_IDs.EFST_AUTOBUFF, EFST_IDs.EFST_AUTOPOT, EFST_IDs.EFST_AUTORESTOCK For Macros: --data\luafiles514\lua files\skillInfoz\skillinfolist.lub [SKID.MACRO_TARGET] = { "MACRO_TARGET", SkillName = "Macro Target", MaxLv = 12, AttackRange = {14,14,14,14,14,14,14,14,14,14,14,14} }, [SKID.MACRO_NOTARGET] = { "MACRO_NOTARGET", SkillName = "Macro No Target", MaxLv = 12, bSeperateLv = false, }, [SKID.MACRO_GROUND] = { "MACRO_GROUND", SkillName = "Macro Ground", MaxLv = 12, bSeperateLv = false, AttackRange = {14,14,14,14,14,14,14,14,14,14,14,14} }, [SKID.MACRO_SUPPORT] = { "MACRO_SUPPORT", SkillName = "Macro Support", MaxLv = 12, bSeperateLv = false, AttackRange = {14,14,14,14,14,14,14,14,14,14,14,14} }, You can also customize macros icons, take a look at the file db/import/item_db.yml to see how macro items are done. A handful of tests have already be done, but bugs may be lurking. Feel free to report any. Also don't hesitate to contact me for support. Edited January 4, 2023 by Singe Horizontal 2 3 3 Quote Link to comment Share on other sites More sharing options...
Pride Posted October 5, 2022 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 42 Reputation: 11 Joined: 11/17/20 Last Seen: October 8, 2024 Share Posted October 5, 2022 Nice Release Quote Link to comment Share on other sites More sharing options...
Sapito Sucio Posted October 5, 2022 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 189 Reputation: 114 Joined: 04/10/12 Last Seen: 10 hours ago Share Posted October 5, 2022 This is genius work Quote Link to comment Share on other sites More sharing options...
JinYuichi Posted October 6, 2022 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 110 Reputation: 30 Joined: 11/24/14 Last Seen: April 12 Share Posted October 6, 2022 is it possible to put in the lucky wheel option. can i remove the lucky roulette completely and put in the lucky roulette button these options? I can activate and deactivate them whenever I want. Quote Link to comment Share on other sites More sharing options...
Singe Horizontal Posted October 7, 2022 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 26 Reputation: 36 Joined: 03/26/20 Last Seen: 16 hours ago Author Share Posted October 7, 2022 17 hours ago, JinYuichi said: is it possible to put in the lucky wheel option. can i remove the lucky roulette completely and put in the lucky roulette button these options? I can activate and deactivate them whenever I want. Hi, sorry I don't understand what you're asking Quote Link to comment Share on other sites More sharing options...
ManokStreZ Posted March 18, 2024 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 122 Reputation: 0 Joined: 09/02/20 Last Seen: February 9 Share Posted March 18, 2024 On 10/5/2022 at 6:42 PM, Singe Horizontal said: git clone --branch mod/autopot+macro https://github.com/Singe-Horizontal/rathena/ Autopot only git clone --branch mod/autopot https://github.com/Singe-Horizontal/rathena/ Macros only git clone --branch mod/macro https://github.com/Singe-Horizontal/rathena/ hallo, i dont understand this one,,should i need download again full rathena ? @Singe Horizontal Quote Link to comment Share on other sites More sharing options...
Singe Horizontal Posted March 19, 2024 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 26 Reputation: 36 Joined: 03/26/20 Last Seen: 16 hours ago Author Share Posted March 19, 2024 (edited) This is the repo https://github.com/Singe-Horizontal/rathena/tree/mod/autopot%2Bmacro Edited March 19, 2024 by Singe Horizontal Quote Link to comment Share on other sites More sharing options...
ManokStreZ Posted March 19, 2024 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 122 Reputation: 0 Joined: 09/02/20 Last Seen: February 9 Share Posted March 19, 2024 8 hours ago, Singe Horizontal said: This is the repo https://github.com/Singe-Horizontal/rathena/tree/mod/autopot%2Bmacro i thing rathena change the structure, because i cannot find same like you in my skill.cpp Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.