PDA

View Full Version : Howto : convert mod from live to Bc?


mantafloppy
12-11-2006, 08:40 PM
Anyone have a link to a website where it's explain how to convert a mod so it work on BC beta server.

BC flag incompatible mod creatad for live, so i supose it's a question of flag and maybe some light (or heavy change for big mod) to make it work on beta server.

Any info on that would be helpfull.

P.S. I never coded mod, but i have a good background in programation.

include
13-11-2006, 09:04 AM
open your toc-file, and type:
## Interface: 20000

next thing: the use of "castspell", "castspellbyname", "targetunit", "useaction" etc is no longer possible, as soon as you are in combat.

Sherkhan
13-11-2006, 04:28 PM
Three more things:

Change all loops of type: for x in table, to for x in pairs(table)

Change all XML files that use 'NormalText' under a button to use 'ButtonText' instead.

Replace all calls for: string.gfind with string.gmatch

bbushvt
07-12-2006, 04:14 AM
So how do you use something like BibToolBars (or any moveable toolbars) in wow 2.0?

Wintrow
07-12-2006, 01:56 PM
they can still be moved manually at all times, automatically only works out of combat

Shadoweos
08-12-2006, 04:08 PM
I'm getting the following error "attempl to call table value" can anyone tell me what they changed that could make this a problem