Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

_NPCScan.Overlay: Carbonite changed names of functions #101

Closed
GoogleCodeExporter opened this issue Jan 27, 2016 · 3 comments
Closed

_NPCScan.Overlay: Carbonite changed names of functions #101

GoogleCodeExporter opened this issue Jan 27, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What version of the add-on are you using?
5.0.0.1

What version of World of Warcraft are you using? (Please include language)
5.0.5  deDE

What steps will reproduce the problem?
1. logIn


Please provide any additional information below.
Carbonite changed names of functions
Below is a summary of the changes that I found:

_NPCScan.Overlay\Modules\Carbonite.lua

row
original
new

21
local CarboniteMap = NxMap1.NxM1;
local CarboniteMap = NxMap1.NxMap;

30
CarboniteMap:CZF( CarboniteMap.Con, CarboniteMap.Zon, WorldMap, 1 );
CarboniteMap:ClipZoneFrm( CarboniteMap.Cont, CarboniteMap.Zone, WorldMap, 1 );

32
WorldMap.KeyParent:SetAlpha( NxMap1.NxW.BaF ); -- Obey window's "Fade Out" 
setting
WorldMap.KeyParent:SetAlpha( NxMap1.NxWin.BackgndFade ); -- Obey window's "Fade 
Out" setting

66
local ScrollFrame = CarboniteMap.tsf;
local ScrollFrame = CarboniteMap.TextScFrm;

Original issue reported on code.google.com by Thomas.N...@googlemail.com on 8 Oct 2012 at 11:19

@GoogleCodeExporter
Copy link
Author

How about:
75
WorldMap.RangeRingSetTarget( CarboniteMap.PlF );
WorldMap.RangeRingSetTarget( CarboniteMap.PlyrFrm );

It's a guess!

Original comment by hent...@gmail.com on 13 Oct 2012 at 1:27

@GoogleCodeExporter
Copy link
Author

Issue 103 has been merged into this issue.

Original comment by saiket....@gmail.com on 13 Oct 2012 at 7:35

@GoogleCodeExporter
Copy link
Author

This is fixed in version 5.0.0.2 (r1902) of _NPCScan.Overlay, thanks to Rythal.

Original comment by saiket....@gmail.com on 13 Oct 2012 at 7:38

  • Changed title: _NPCScan.Overlay: Carbonite changed names of functions
  • Changed state: Fixed
  • Added labels: AddOn-NPCScan.Overlay

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant