Sting0r Posted July 4, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 13 Reputation: 1 Joined: 03/08/19 Last Seen: 3 hours ago Share Posted July 4, 2019 (edited) Hi! I have a question about the script behavior of Elemental Sword - http://db.irowiki.org/db/item-info/13414/ when you equip 2 of this sword, the bolts trigger autocast of both weapons launching a big spamming of bolts, wich is pretty laggy for players and i am wondering if on official servers it act like that. With one sword you get 12 hit bolts of magic damage and with two sword .... 45 hit of bolt To clarify i hope : https://drive.google.com/file/d/1tbsaibJ0nnqW9wU_JbktU29dAAly2SbT/view?usp=sharing Edited July 4, 2019 by Sting0r Quote Link to comment Share on other sites More sharing options...
Naruto Posted July 4, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 416 Reputation: 74 Joined: 05/16/19 Last Seen: January 24, 2021 Share Posted July 4, 2019 dont you need to be part of a guild who controls that castle to enter the dungeon ? Quote Link to comment Share on other sites More sharing options...
Sting0r Posted July 4, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 13 Reputation: 1 Joined: 03/08/19 Last Seen: 3 hours ago Author Share Posted July 4, 2019 (edited) wait wat ? Edited July 4, 2019 by Sting0r Quote Link to comment Share on other sites More sharing options...
Naruto Posted July 4, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 416 Reputation: 74 Joined: 05/16/19 Last Seen: January 24, 2021 Share Posted July 4, 2019 (edited) Im not fixing anything for you because those swords arent supposed to be a problem, anyone who can actually get into that dungeon the real way must have a pc that can handle the bolts not to mention those are some of the hardest non mvp monsters Edited July 4, 2019 by Naruto Quote Link to comment Share on other sites More sharing options...
Sting0r Posted July 4, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 13 Reputation: 1 Joined: 03/08/19 Last Seen: 3 hours ago Author Share Posted July 4, 2019 are you... high ? it's not about the laggy thing, it's about the fact that it's probably not intended that the sword in left/right hand is trigger by the sword in right/left hand, leading to 2x fire bolt lvl 3, then 4 x thunder then 8 x earth 1 Quote Link to comment Share on other sites More sharing options...
Naruto Posted July 4, 2019 Group: Members Topic Count: 20 Topics Per Day: 0.01 Content Count: 416 Reputation: 74 Joined: 05/16/19 Last Seen: January 24, 2021 Share Posted July 4, 2019 Quote wich is pretty laggy for players and i am wondering if on official servers it act like that. just make an item combo when you have a second one equipped or something Quote Link to comment Share on other sites More sharing options...
Sting0r Posted July 4, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 13 Reputation: 1 Joined: 03/08/19 Last Seen: 3 hours ago Author Share Posted July 4, 2019 No. I am pretty sure that the only way to deal with this, is to improve bAutospellOnSkill, wich should be able to tell if the spell come from a player or another script than his. I hope a dev take a look at this topic, i am confident that they will love it. Quote Link to comment Share on other sites More sharing options...
Radian Posted July 5, 2019 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24, 2024 Share Posted July 5, 2019 Why not change it into bonus3 bAutoSpell,sk,y,n; and see whats the difference. Quote Link to comment Share on other sites More sharing options...
Sting0r Posted July 5, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 13 Reputation: 1 Joined: 03/08/19 Last Seen: 3 hours ago Author Share Posted July 5, 2019 (edited) The weapons won't work like they're suppose to with autospell instead on autospellonskill. One way could be to only enable autospellonskill with right hand... but a lefty sinx would be sad Spoiler if(getequipid(EQI_HAND_R) == 13414){bonus4 bAutoSpellOnSkill,"MG_COLDBOLT","MG_FIREBOLT",3,1000; bonus4 bAutoSpellOnSkill,"MG_FIREBOLT","MG_LIGHTNINGBOLT",3,1000; bonus4 bAutoSpellOnSkill,"MG_LIGHTNINGBOLT","WZ_EARTHSPIKE",3,1000;} Edited July 5, 2019 by Sting0r Quote Link to comment Share on other sites More sharing options...
Playtester Posted July 5, 2019 Group: Developer Topic Count: 37 Topics Per Day: 0.01 Content Count: 896 Reputation: 248 Joined: 01/30/13 Last Seen: Yesterday at 01:58 PM Share Posted July 5, 2019 It's a bug in the emulator itself, but it was fixed recently: https://github.com/rathena/rathena/commit/32525bad55cc5b715f2ad259b6310560089028ed Quote Link to comment Share on other sites More sharing options...
Sting0r Posted July 5, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 13 Reputation: 1 Joined: 03/08/19 Last Seen: 3 hours ago Author Share Posted July 5, 2019 (edited) i saw the commit earlier but i didn't thought it would fix it, i'll try that edit: i just tested and as i suspected, It doesn't fix it, still 45 hits instead of 12 hits you should try it youself (it's 999 int magic damages) Edited July 6, 2019 by Sting0r Quote Link to comment Share on other sites More sharing options...
Haruka Mayumi Posted July 10, 2019 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: March 25 Share Posted July 10, 2019 you can just add script on your item. item_db.txt 13414,Elemental_Sword,Elemental Sword,5,20,,1200,105:95,,1,3,0x000654E2,18,2,2,3,70,1,2,{ if(isequippedcnt(13414)==1){ bonus bStr,2; bonus bInt,4; bonus bDex,1; bonus2 bAddEle,Ele_Neutral,10; bonus3 bAutoSpell,"MG_COLDBOLT",3,50; bonus4 bAutoSpellOnSkill,"MG_COLDBOLT","MG_FIREBOLT",3,1000; bonus4 bAutoSpellOnSkill,"MG_FIREBOLT","MG_LIGHTNINGBOLT",3,1000; bonus4 bAutoSpellOnSkill,"MG_LIGHTNINGBOLT","WZ_EARTHSPIKE",3,1000;} },{},{} item_comb_db.txt 13414:13414,{ bonus bStr,2; bonus bInt,4; bonus bDex,1; bonus2 bAddEle,Ele_Neutral,10; bonus3 bAutoSpell,"MG_COLDBOLT",3,50; bonus4 bAutoSpellOnSkill,"MG_COLDBOLT","MG_FIREBOLT",3,1000; bonus4 bAutoSpellOnSkill,"MG_FIREBOLT","MG_LIGHTNINGBOLT",3,1000; bonus4 bAutoSpellOnSkill,"MG_LIGHTNINGBOLT","WZ_EARTHSPIKE",3,1000;} Up Vote and Answer if it helps. 1 1 Quote Link to comment Share on other sites More sharing options...
Sting0r Posted July 10, 2019 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 13 Reputation: 1 Joined: 03/08/19 Last Seen: 3 hours ago Author Share Posted July 10, 2019 (edited) That's a nice workaround, that does it. Hopefully it's the only one item in this case x) ! thx a lot (hope it get real fix someday, keep up the good work!) Edited July 10, 2019 by Sting0r Quote Link to comment Share on other sites More sharing options...
masterzeus Posted September 21, 2020 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 61 Reputation: 1 Joined: 08/18/13 Last Seen: Yesterday at 01:31 AM Share Posted September 21, 2020 On 7/10/2019 at 10:17 AM, Sting0r said: That's a nice workaround, that does it. Hopefully it's the only one item in this case x) ! thx a lot (hope it get real fix someday, keep up the good work!) Did you find any solution? 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.