Thread Tools Display Modes
Prev Previous Post   Next Post Next
12-24-06, 12:17 AM   #1
rob1101
A Cyclonian
 
rob1101's Avatar
Join Date: Dec 2006
Posts: 40
need help creating my Hello_World Mod

ok so i have the following files in interface/addons/Hello_World and i cant even get it to show up in the AddOns section in the login screen.

HelloWorld.toc
## Infrance: 20000
## Title: Hello World
## Notes: Plz work
## Dependences:
HelloWorld.lua
Helloworld.xml
HelloWorld.lua
function HelloWorld()
Message("HelloWorld!");
end
HelloWorld.xml
<Ui xmlns="http://www.blizzard.com/wow/ui/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\..\FrameXML\UI.xsd">

<Frame name="HelloWorldFrame">
<scrips>
<onload>
HelloWorld();
</onload>
</scrips>
</frame>

</Ui>
if someone could explain to me where i went wrong and why this set up does not work i would greatly appreciate it.

Last edited by rob1101 : 12-24-06 at 12:38 AM.
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » need help creating my Hello_World Mod


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