User
Pass
2FA
 
 

there's a bug in your soup / addon scripting help REPorter

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> Trash
Author Message2151
troncho

[Mentally Stable]



Status: Offline
(since 28-02-2018 19:32)
Joined: 17 Dec 2015
Posts: 332, Topics: 115
Location: Bolivia

Reputation: 155.1
Votes: 23

 
Post Posted: 28-06-2017, 06:49:53 | Translate post to: ... (Click for more languages)

does anyone have some addon scriping knowledge?

maybe interested in making Reporter work here at freakz?

https://mods.curse.com/addons/wow/reporter-battleground-map

oddly enough it works in other legion servers but not here

says "you are not in an instance" if u want to send msgs

and it just straight up doesnt work in silvershard miness


0 0
  
Back to top
View user's profile Send private message
Kkthnxbye

[KkthnxUI Developer]



Status: Offline
(since 24-12-2020 16:42)
Joined: 16 Nov 2011
Posts: 332, Topics: 175
Location: Attempt to index local 'Location' (a nil value)

Reputation: 136.8
Votes: 21

        Battletag: postrow.ID_BATTLE_NET}  KkthnxTV 
Post Posted: 28-06-2017, 07:40:58 | Translate post to: ... (Click for more languages)

I'll give it a look sometime this week.

Working fine on my end.



EDIT >>

So the AddOn works. Though it doesn't work properly on FreakZ because of the wrong ChatID/type they have right now on their battlegrounds. Once they fix my reported bug, it will work 100%

https://forum.wow-freakz.com/Battleground-Chat-Type-ID-is-wrong-t472807.html

Though the error you are getting is because you are using a newer version than what version we are on right now game wise. We are on 7.1.5, not 7.2.5

Anyway, you can fix this yourself. Pickup Notepad++ or something. Atom, or anything else that can edit and view code properly and use ctrl+f to find INSTANCE_CHAT and replace all INSTANCE_CHAT with RAID

Another thing. In the code there is a Lua function called strupper ctrl+f that and remove it all.


Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.

0 0
  
Back to top
View user's profile Send private message
troncho

[Mentally Stable]



Status: Offline
(since 28-02-2018 19:32)
Joined: 17 Dec 2015
Posts: 332, Topics: 115
Location: Bolivia

Reputation: 155.1
Votes: 23

 
Post Posted: 28-06-2017, 17:01:46 | Translate post to: ... (Click for more languages)

Kkthnxbye wrote:
I'll give it a look sometime this week.


awesome thanks

Kkthnxbye wrote:
So the AddOn works. Though it doesn't work properly on FreakZ because of the wrong ChatID/type they have right now on their battlegrounds. Once they fix my reported bug, it will work 100%

https://forum.wow-freakz.com/Battleground-Chat-Type-ID-is-wrong-t472807.html

Though the error you are getting is because you are using a newer version than what version we are on right now game wise. We are on 7.1.5, not 7.2.5


I'm pretty sure I'm using 7.1.5 but I'll check again

EDIT>> I am using version 4.6.2, thats for 7.1.5

Kkthnxbye wrote:
Anyway, you can fix this yourself. Pickup Notepad++ or something. Atom, or anything else that can edit and view code properly and use ctrl+f to find INSTANCE_CHAT and replace all INSTANCE_CHAT with RAID

Another thing. In the code there is a Lua function called strupper ctrl+f that and remove it all.


this is exactly what I was hoping for

I'm not a coder so when I opened up the REPorter.lua file I had no idea what to look for

EDIT>>

managed to replace all "INSTANCE_CHAT" to "RAID_CHAT"

and I found 3 instances of this "strupper" thing, but I deleted the whole if-then thing (tho I'm not a coder I took basic programming in school)

could you please tell me if its ok



here I included the 'else' from the previous 'if' (I think?)



here I pretty much deleted the function without deleting the function itself in case it was called by some other function (huh? but I hope u know what I mean?)



thank you for taking the time

if it works ima ask to put this edited version of the addon on the freakz site

this addon is awesome for bgs

0 0
  
Back to top
View user's profile Send private message
Kkthnxbye

[KkthnxUI Developer]



Status: Offline
(since 24-12-2020 16:42)
Joined: 16 Nov 2011
Posts: 332, Topics: 175
Location: Attempt to index local 'Location' (a nil value)

Reputation: 136.8
Votes: 21

        Battletag: postrow.ID_BATTLE_NET}  KkthnxTV 
Post Posted: 28-06-2017, 18:48:58 | Translate post to: ... (Click for more languages)

Here you go this should work. If you get any errors let me know.

https://mega.nz/#!JPoURSYZ!mpe3oJdXZUwcmyHhuJ0caZcAH0sp1b1Ea-fTuJmvLuw


Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.

0 0
  
Back to top
View user's profile Send private message
troncho

[Mentally Stable]



Status: Offline
(since 28-02-2018 19:32)
Joined: 17 Dec 2015
Posts: 332, Topics: 115
Location: Bolivia

Reputation: 155.1
Votes: 23

 
Post Posted: 30-06-2017, 04:57:20 | Translate post to: ... (Click for more languages)

Kkthnxbye wrote:
Here you go this should work. If you get any errors let me know.


omg you are awesome

thank you so much

it still gives errors at silvershard mines

something about

"562x REPorter\\\\REPorter-1.2.2.lua:603: attempt to perform arithmetic on a nil value
REPorter\\\\REPorter-1.2.2.lua:603: in function <REPorter\\\\REPorter.lua:485>"



but it actually does send the msgs on the other bg maps

thanks again

do u think it's possible to disable it for sivershard mines?

if you cant find the issue

0 0
  
Back to top
View user's profile Send private message
Kkthnxbye

[KkthnxUI Developer]



Status: Offline
(since 24-12-2020 16:42)
Joined: 16 Nov 2011
Posts: 332, Topics: 175
Location: Attempt to index local 'Location' (a nil value)

Reputation: 136.8
Votes: 21

        Battletag: postrow.ID_BATTLE_NET}  KkthnxTV 
Post Posted: 30-06-2017, 09:00:04 | Translate post to: ... (Click for more languages)

troncho wrote:
Kkthnxbye wrote:
Here you go this should work. If you get any errors let me know.


omg you are awesome

thank you so much

it still gives errors at silvershard mines

something about

"562x REPorter\\\\REPorter-1.2.2.lua:603: attempt to perform arithmetic on a nil value
REPorter\\\\REPorter-1.2.2.lua:603: in function <REPorter\\\\REPorter.lua:485>"



but it actually does send the msgs on the other bg maps

thanks again

do u think it's possible to disable it for sivershard mines?

if you cant find the issue


Ill check it. I was thinking it could be a wrong map ID or something. Ill debug it this weekend.


Success isn't what you've done compared to others. Success is what you've done compared to what you were made to do.

0 0
  
Back to top
View user's profile Send private message
troncho

[Mentally Stable]



Status: Offline
(since 28-02-2018 19:32)
Joined: 17 Dec 2015
Posts: 332, Topics: 115
Location: Bolivia

Reputation: 155.1
Votes: 23

 
Post Posted: 07-07-2017, 01:22:42 | Translate post to: ... (Click for more languages)

is there any way you can help with this?

make SSM quite unplayable

tnx


0 0
  
Back to top
View user's profile Send private message

  Topic locked


Topic is closed, you cannot post any messages in it anymore




 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> Trash  


The time now is 26-04-2024, 10:26:34
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x