Thread Tools Display Modes
04-26-11, 02:51 PM   #1
love4stupidppl
A Black Drake
 
love4stupidppl's Avatar
Join Date: Oct 2010
Posts: 81
Temporary Solution Found

Originally Posted by adderall View Post
do a find+replace on Addons\Carbonite\Carbonite.lua:

Code:
NUM_WORLDMAP_DETAIL_TILES
replace with

Code:
GetNumberOfDetailTiles()
Credit goes to adderall. I know this doesn't fix everything, and yes the icons do blink a bit, give it a few days. They'll have it fixxed.

Fan Edited Carbonite.lua:
http://www.wowinterface.com/forums/s...ad.php?t=39806

Replace all instances of NUM_WORLDMAP_DETAIL_TILES should be 6 in all.

Last edited by love4stupidppl : 04-26-11 at 06:28 PM.
 
04-26-11, 02:54 PM   #2
Tantosai
A Murloc Raider
Join Date: Apr 2011
Posts: 5
Originally Posted by love4stupidppl View Post
Credit goes to adderall. I know this doesn't fix everything, and yes the icons do blink a bit, give it a few days. They'll have it fixxed.
How do i do that?
 
04-26-11, 02:58 PM   #3
Lyoo
A Fallenroot Satyr
Join Date: Dec 2006
Posts: 21
there is not even a Carbonite.lua in ym file..
 
04-26-11, 03:01 PM   #4
love4stupidppl
A Black Drake
 
love4stupidppl's Avatar
Join Date: Oct 2010
Posts: 81
Originally Posted by Tantosai View Post
How do i do that?
Edit the file with Notepad...

Or download my modified version, please not I am not the original author and take no responsibility for anything that happens if you chose to download this.

https://rapidshare.com/files/459334904/Carbonite.lua
 
04-26-11, 03:02 PM   #5
love4stupidppl
A Black Drake
 
love4stupidppl's Avatar
Join Date: Oct 2010
Posts: 81
Originally Posted by Lyoo View Post
there is not even a Carbonite.lua in ym file..
This makes no sense, if you don't even have a Carbonite.lua in your

Addons/Carbonite/ folder then you don't even have the addon installed.
 
04-26-11, 03:07 PM   #6
Tantosai
A Murloc Raider
Join Date: Apr 2011
Posts: 5
???

Okay I found the file in the folder. But the lua file is so dam big. How in world do I find the part to edit with out taking so long to look for it?

Please help
 
04-26-11, 03:09 PM   #7
love4stupidppl
A Black Drake
 
love4stupidppl's Avatar
Join Date: Oct 2010
Posts: 81
It is rather large you may find it easier to edit with:

notepad++

http://download.tuxfamily.org/notepa....Installer.exe
 
04-26-11, 03:17 PM   #8
Buffweazel
A Defias Bandit
Join Date: Oct 2008
Posts: 2
Do i replace all instances of NUM_WORLDMAP_DETAIL_TILES or just the first one?
 
04-26-11, 03:18 PM   #9
love4stupidppl
A Black Drake
 
love4stupidppl's Avatar
Join Date: Oct 2010
Posts: 81
Replace all, should be 6 in total.
 
04-26-11, 03:18 PM   #10
Tantosai
A Murloc Raider
Join Date: Apr 2011
Posts: 5
Originally Posted by love4stupidppl View Post
It is rather large you may find it easier to edit with:

notepad++

http://download.tuxfamily.org/notepa....Installer.exe
Thanks anyway. I found the find button in edit. Srry no offense. I dont like to download unknown content. Thank u.
 
04-26-11, 03:20 PM   #11
love4stupidppl
A Black Drake
 
love4stupidppl's Avatar
Join Date: Oct 2010
Posts: 81
No problem, I would have linked to http://notepad-plus-plus.org/ but then I'd be asked how to download it from there. Notepad++ is an advanced editing tool.
 
04-26-11, 03:20 PM   #12
Buffweazel
A Defias Bandit
Join Date: Oct 2008
Posts: 2
Originally Posted by love4stupidppl View Post
Replace all, should be 6 in total.
Thank you!
 
04-26-11, 03:26 PM   #13
love4stupidppl
A Black Drake
 
love4stupidppl's Avatar
Join Date: Oct 2010
Posts: 81
You're very welcome.
 
04-26-11, 03:46 PM   #14
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
I just made this fix to Carbonite and updated the toc version number. I will be looking for other bugs today and should have a new version out tonight.

FYI: I would replace NUM_WORLDMAP_DETAIL_TILES with 12, since it is not a dynamic value how it is used in the Carbonite map code.
__________________
faatal
 
04-26-11, 03:52 PM   #15
Lyoo
A Fallenroot Satyr
Join Date: Dec 2006
Posts: 21
it was renamed that is why....

I have replaced all of them but I still get errors EVERYTIME I push a button..
 
04-26-11, 03:53 PM   #16
love4stupidppl
A Black Drake
 
love4stupidppl's Avatar
Join Date: Oct 2010
Posts: 81
Originally Posted by Lyoo View Post
it was renamed that is why....

I have replaced all of them but I still get errors EVERYTIME I push a button..
Please crate a new thread in the Bug Report section with the exact error codes.
 
04-26-11, 05:47 PM   #17
lonelorn8734
A Defias Bandit
Join Date: Apr 2011
Posts: 2
Found a solution to another one of the error messages:

Change line 11022 in Carbonite.lua from

local time,cEv,sId,sNa,sFl,dId,dNa,dFl,a1,a2,a3,a4=select(1,...)

to

local time,cEv,hcaster,sId,sNa,sFl,dId,dNa,dFl,a1,a2,a3,a4=select(1,...)

Also change line 11806 in Carbonite.lua from

local sNa,sFl,dId,dNa,dFl=select(4,...)

to

local sNa,sFl,dId,dNa,dFl=select(5,...)
 
04-26-11, 06:58 PM   #18
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Originally Posted by carboniteaddon View Post
I just made this fix to Carbonite and updated the toc version number. I will be looking for other bugs today and should have a new version out tonight.

FYI: I would replace NUM_WORLDMAP_DETAIL_TILES with 12, since it is not a dynamic value how it is used in the Carbonite map code.
So, should the line become:
Code:
NUM_WORLDMAP_DETAIL_TILES(12)
Or:
Code:
GetNumberOfDetailTiles(12)
Or neither?

I'm no good at Lua, so that's why I ask. I copy / paste just fine, but writing and/or figuring out Lua is just not my cup of tea. Just open up the Lua file on one of "my" addons and you'll see what I mean.
 
04-26-11, 07:06 PM   #19
_cat_
A Murloc Raider
Join Date: Nov 2010
Posts: 9
Thumbs up

thank you thank you love4stupidppl and adderall for the lua temp fix. i can't even begin to tell you how much i appreciate it!!!!
 
04-26-11, 10:32 PM   #20
carboniteaddon
A Pyroguard Emberseer
 
carboniteaddon's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2008
Posts: 2,245
Originally Posted by jeffy162 View Post
So, should the line become:
Code:
NUM_WORLDMAP_DETAIL_TILES(12)
Or:
Code:
GetNumberOfDetailTiles(12)
Or neither?

I'm no good at Lua, so that's why I ask. I copy / paste just fine, but writing and/or figuring out Lua is just not my cup of tea. Just open up the Lua file on one of "my" addons and you'll see what I mean.
I meant NUM_WORLDMAP_DETAIL_TILES is now 12, but the beta is out now anyway.
__________________
faatal
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Temporary Solution Found


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off