Giter Site home page Giter Site logo

Acterra Drop about raidops HOT 24 OPEN

Larnen avatar Larnen commented on July 18, 2024
Acterra Drop

from raidops.

Comments (24)

Drutol avatar Drutol commented on July 18, 2024

Yeah , I don't mind pushing out a few fixes :)
There was nothing in API changelog as far as ML is concerned so I assumed that everything works...
Send me those codes and I'll look into it.

from raidops.

Larnen avatar Larnen commented on July 18, 2024

Will do, we're raiding tonight so will get them then. Last 2 weeks its been a bug when you actually assign the loot. Glad to hear you're still around! Looks like 90% of addons don't have any bug fixes any more!

from raidops.

Larnen avatar Larnen commented on July 18, 2024

Error was (hand copied from screenshot):

Addons\RaidOps\BID.lua:2469:attempt to call method 'GetName' (a nil value)

stack trace:

Addons\RaidOps\BID.lua:2469: in function
Addons\RaidOps\BID.lua:2466>(tail call): ?

from raidops.

Drutol avatar Drutol commented on July 18, 2024

I'm pretty busy... so I cannot test it myself right now.

function DKP:OnLootAssigned(luaCaller,nLootId,objItem, strLooter)
    local DKPInstance = Apollo.GetAddon("RaidOps")
    if DKPInstance.bIsSelectedGuildBank and string.lower(strLooter) == string.lower(DKPInstance.tItems["settings"]["ML"].strGBManager) and Hook.bSelectedGuildBank then strLooter = "Guild Bank" end
    Event_FireGenericEvent("GenericEvent_LootChannelMessage", String_GetWeaselString(Apollo.GetString("CRB_MasterLoot_AssignMsg"), objItem:GetName(), strLooter))
end

Try to swap this code with function beginning with line 2466 of BID.lua

It's my fault I have overlooked this update ;d

from raidops.

Larnen avatar Larnen commented on July 18, 2024

Updated, may get a chance to test tonight. Thanks :)

from raidops.

Drutol avatar Drutol commented on July 18, 2024

You can just go kill some low level mobs while in party with ML on on and it'll simulate raid just fine.

from raidops.

Larnen avatar Larnen commented on July 18, 2024

...pData\Roaming\NCSOFT\WildStar\Addons\RaidOps\BID.lua:2469: attempt to index local 'objItem' (a nil value)
stack trace:
...pData\Roaming\NCSOFT\WildStar\Addons\RaidOps\BID.lua:2469: in function <...pData\Roaming\NCSOFT\WildStar\Addons\RaidOps\BID.lua:2466>
(tail call): ?

from raidops.

Larnen avatar Larnen commented on July 18, 2024

And just to confirm that error was after making the code change suggested above

from raidops.

Drutol avatar Drutol commented on July 18, 2024

2nd guess...

function MasterLoot:OnLootAssigned(nLootId, objItem, strLooter)
    Event_FireGenericEvent("GenericEvent_LootChannelMessage", String_GetWeaselString(Apollo.GetString("CRB_MasterLoot_AssignMsg"), objItem:GetName(), strLooter))
end

replace function in master loot dependency addon at line 474 (there's one .lua file)

I don't even have wildstar downloaded so I'm sorry for not being able to test it by myself. :(

from raidops.

Larnen avatar Larnen commented on July 18, 2024

Doesn't seem to do anything at all now - loot that is above the loot threshold for master looter seems to just get round robbined.

from raidops.

Drutol avatar Drutol commented on July 18, 2024

Did the addon load properly? (dependency) I'll try to download W* over the weekend.

from raidops.

Larnen avatar Larnen commented on July 18, 2024

Ok working again with the same error:

...pData\Roaming\NCSOFT\WildStar\Addons\RaidOps\BID.lua:2469: attempt to index local 'objItem' (a nil value)
stack trace:
...pData\Roaming\NCSOFT\WildStar\Addons\RaidOps\BID.lua:2469: in function <...pData\Roaming\NCSOFT\WildStar\Addons\RaidOps\BID.lua:2466>
(tail call): ?

Can confirm update above was made to MasterLooterDependency.

NO idea why nothing has working previously - WS being buggy in some odd way I guess

from raidops.

Drutol avatar Drutol commented on July 18, 2024

Ehh , I'll check ehis tommorow. Let me know when you are going to be online.

from raidops.

Larnen avatar Larnen commented on July 18, 2024

Tomorrow i can be online any time before 4pm uk time as long as ive a bit of notice

from raidops.

Drutol avatar Drutol commented on July 18, 2024

I'm coming home around this hour so be prepared ^^

from raidops.

Drutol avatar Drutol commented on July 18, 2024

I'm online now ;d

Writ here if you happen to be online

from raidops.

Larnen avatar Larnen commented on July 18, 2024

Hi. Sorry missed your message on here! Let me know when you're free next and I'll be on W*

from raidops.

Drutol avatar Drutol commented on July 18, 2024

I'm online now

Edit. And I'm gone xd

I should be available tommorow after 13:00 (uk time)

from raidops.

Drutol avatar Drutol commented on July 18, 2024

okay , I'm up ^^

from raidops.

Larnen avatar Larnen commented on July 18, 2024

NCSoft Login Service timeout atm. Will be on as soon as that clears.

They're saying it'll be up at 3pm UK time. But will try from 2 as I'll be busy between 3 and 4:30

from raidops.

Drutol avatar Drutol commented on July 18, 2024

Downloading update

Still down

from raidops.

Larnen avatar Larnen commented on July 18, 2024

Its up. Am on now for about another 40m, then will be offline for about 45m and then online the rest of the evening (but raiding from 7;30)

from raidops.

Drutol avatar Drutol commented on July 18, 2024

I'm online

from raidops.

Drutol avatar Drutol commented on July 18, 2024

Stuff works once again

from raidops.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.