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.


Messages - Deuzz

Pages: [1] 2
1
Okay I ran it in a Windows 7 VM and I had no issues there.
Worked flawless like a charm

2
It has the same outcome  :-\

My friend and I are both running Windows 10, can it be that this causes the issues?
I'll later try to run it in a Win 7 VM

3
It's set to
Code: [Select]
@echo off
for %%i in (*.adt) do OffsetFix.exe "%%i"
pause
by default which causes the error, and I've changed it to the following:
Code: [Select]
@echo off
OffsetFix.exe "survivalisland01_10_15.adt"
pause

4
Hey there

I just followed the Tutorial for making a map from scratch but when I make the ADT files I'm running into a problem. Whenever I'm running the fix.bat script is just keeps opening the OffsetFix.exe up to infinite times and a friend has the same problem. I've tried to make it only go on one ADT file but that opens it infinite times as well.

How can we/I prevent it from happening?

Thanks in advance
Kind regards

5
Miscellaneous / Re: [QUESTION:WotlK] removing Item arena rating
« on: August 26, 2015, 01:45:42 am »
Well, thanks for your answers
Problem solved ^-^

6
Miscellaneous / Re: [QUESTION:WotlK] removing Item arena rating
« on: August 25, 2015, 03:11:32 pm »
I have the TDB 335.11.47 for patch 3.3.5a :/
But it should be possible somehow..

7
Miscellaneous / [QUESTION:WotlK] removing Item arena rating
« on: August 24, 2015, 08:27:10 pm »
Hey,
I've a question: How do I remove the personal/team arena rating from items?

Thanks for the answers.
Kind regards

8
Miscellaneous / Re: [QUESTION] Custom Race
« on: August 13, 2015, 09:45:29 am »
Okay, changed max races to 16 but the 2 race Buttons disappeared completely now :/

9
Miscellaneous / Re: [QUESTION] Custom Race
« on: August 09, 2015, 05:03:26 pm »
anyone? :c

10
Miscellaneous / Re: [QUESTION] Custom Race
« on: August 02, 2015, 02:42:38 pm »
Okay, I made some changes and now I see this:
http://puu.sh/jmsLl/73f7982b41.jpg

CharacterCreate.lua: http://pastebin.com/5gnANugs
CharacterCreate.xml: http://pastebin.com/SNn9X0u8

GlueParent.lua: http://pastebin.com/r4cs8USA
GlueString.lua: http://pastebin.com/t9FjAbQN (Only the part I added there)

Goblin and Naga are working but Tuskarr and Taunka not :/

Edit// Forgot to add the guide link http://emudevs.com/showthread.php/121-H ... stom-Races!

11
Miscellaneous / [QUESTION] Custom Race
« on: August 01, 2015, 06:51:58 pm »
Hey,
I have a Problem with custom races.
A friend added 4 races into the Server for me and I want to add some more using a tutorial from emudevs.
After I edited the Client and Server files (yes, I edited the SharedDefinition.h) and added them to the patch, I always get an error after going to the character selection.
This is the error which I always get: http://puu.sh/jlvuF/b9a79bde40.jpg

And now I don't know what I've made wrong ;~;
This is the Code part from the CharacterCreate.lua around line 188-193.
Quote
   for i=1, select("#", ...), 3 do
      coords = RACE_ICON_TCOORDS[strupper(select(i+1, ...).."_"..gender)];
      _G["CharacterCreateRaceButton"..index.."NormalTexture"]:SetTexCoord(coords[1], coords[2], coords[3], coords[4]);
      _G["CharacterCreateRaceButton"..index.."PushedTexture"]:SetTexCoord(coords[1], coords[2], coords[3], coords[4]);
      button = _G["CharacterCreateRaceButton"..index];
      button:Show();
Please help me :c

Kind regards

12
Recruitment / Re: cyk23 app
« on: July 25, 2013, 07:22:34 pm »
Okay, added you

13
Recruitment / Re: cyk23 app
« on: July 25, 2013, 12:10:58 pm »
I will add you when my internet works again^^

14
Recruitment / Re: cyk23 app
« on: July 24, 2013, 11:36:24 pm »
Jiushi,  I haven't received a request from you o:

15
Recruitment / cyk23 app
« on: July 23, 2013, 07:06:55 pm »
Accountname: cyk23
Language: English and German
Age: 16
Skypename: jaina141

-----------------------------------------------------

Brief introduction of yourself: I started to create maps in May 2013. First I tried to create some villages, cities and co. And with the time I had a small land. Now i have summer holidays and I don't know what i can do.

List of skills you have: Mapping ,a bit DBC editing and Lore writing.

What do you want to do: I want to do on an island a wintertauren area or to write some lores.

Have you worked on other projects: No, I haven't worked on other projects yet.

---------------
#Edit: forgot something ._.

Pages: [1] 2