This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Jameyboor

Pages: [1]
1
Miscellaneous / [QUESTION] Character creation screen
« on: April 27, 2014, 12:43:32 pm »
Hey,

I edited the charactercreate.xml and lua files in GlueXML but now I'm getting a WoW error :


Now, usually when I edit the XML or the Lua files and something goes wrong I get an ingame error message.. something like ( attempted to initialize 'foo', a nil value ) for example.

This time however, as you can see, I'm getting a WoW error, this happens when I try to select the "Human" race, what could cause this crash?

What I've done:
* Removed every class except a custom one, set it's id to 1.
* commented out 9 out of 10 class buttons
* commented out 0 out of 10 race buttons , < and ^ both in the XML file
* Removed every charbaseinfo row instead of human<->custom class
* removed for-loops inside the CharacterCreateEnumerateClasses and CharacterCreateEnumerateRaces to only load 1 race and class.

2
Miscellaneous / [QUESTION] WoW News
« on: April 23, 2014, 09:18:15 pm »
Good day,

Does anyone know how to change the News that's displayed on the Login Screen of WoW to show custom-made News instead?

Thanks in advance,
Jamey

3
Serverside Modding / [QUESTION] Recognizing different Client.
« on: March 04, 2013, 06:57:03 pm »
Hello everyone,

So, I got a custom WoW.exe that players need to play on the server if they want all the effects, anyways, I was just wondering:
How to make the Server ( Server-Side ) recognize that the player is playing the modified WoW.exe? I mean, can I change any data in WoW.exe that doesn't harm AND can be read by the Server? most straight forward one would be the build number right?

4
Serverside Modding / [QUESTION] Areatrigger
« on: December 19, 2012, 06:11:24 pm »
So, I got this island, but I dont want people to swim off the island, so I made a custom areatrigger in areatrigger.dbc ( not sure if it works) then I added a row in areatrigger_script and made an areatrigger script that teleports you back, now it should work, only I think teleporting is a bit dull so I want something more realistic, like when the player crosses the line, two guards get summoned, they knock him out, screen fades, screen comes up again and hes somewhere else, anyone knows how to make such an animation?

Pages: [1]