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 - Moridhin

Pages: [1]
1
Recruitment / Application - Moridhin
« on: January 13, 2014, 03:41:23 pm »
--------------------------------------------------------------------------------------------------------------------------
Accountname: Moridhin
Language: Serbian,English.
Age: 20
Skypename: djokxbogotac

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

Brief introduction of yourself: Hi, my name is Alex. Studying IT(second year).

List of skills you have:
I worked before on private servers, repack makings...so I have knowledge in emulation.
I know the basics of C,C#(studying now), LUA(I mean on serverside scripting).
I am in modding world for two years, but never did anything rally big.
I have some skill in: noggit(but not really good, as guys working on project),dbc editing, and other basic stuff about wow modding.

What do you want to do:
I am mostly interesed in lore making(quests,plots,story...) whatever I can help about lore. I could if needed try to world shape(or some other modding job), but mainly I would work on lore.

Have you worked on other projects:
Mostly my own work which is, as stated above: private servers, repacks, and basic modding stuff.

2
Miscellaneous / [SOLVED] Problem with adding custom races in Trinity
« on: April 08, 2013, 08:24:49 pm »
Ok here is the thing:
-I did client part of adding custom races(i added 2),they show up without errors in character creation screen.
-I did core edit of SharedDefines.h and compiled without problems.
-I added into database query just for playercreateinfo table(only that for testing purpose)
BUT when i try to create new character with those new races i get in my world console this error:
Code: [Select]
Player::Create: Possible hacking-attempt: Account 1 tried creating a character named 'Adsdas' with an invalid race/class pair (14/1) - refusing to do so.
Any ideas how to solve this?
Here is mine added line in playercreateinfo:
Code: [Select]
INSERT INTO `playercreateinfo` VALUES ('14', '1', '1', '14', '-618.518', '-4251.67', '38.718', '0');Its broken warrior (i added only that for testing purpose) with starting zone same as orcs.
-
Also upload shareddefines.h if someone could check it out.
Tnx

3
Serverside Modding / [QUESTION] problem with custom races
« on: March 06, 2013, 01:24:02 pm »
Ok here is the thing:
-I did client part of adding custom races(i added 2),they show up without errors in character creation screen.
-I did core edit of SharedDefines.h and compiled without problems.
-I added into database query's using tool races by Khanx.
BUT when i try to create new character with those new races i get in my world console this error:

Player::Create: Possible hacking-attempt: Account 1 tried creating a character named 'Adsdas' with an invalid race/class pair (14/1) - refusing to do so.

Any ideas how to solve this?

4
Level Design / [SOLVED] Editing ground effects on ADT
« on: November 19, 2012, 08:44:42 pm »
Well my question is how can i remove ground effects from certain adt's.
I know how to add,but how to remove?
I tried opening adt in taliis but  nothing shows up,maybe its because i am editing blizzards map?
Anyway any ideas?

5
Miscellaneous / [QUESTION]  Texture problem with new race
« on: September 25, 2012, 06:01:29 pm »
Well like this i am trying to make furbolgs become playable race,so i got stuck with this

I made a patch with all dbc lua and character
(added model with animations and skins,diffrent faces...) edits.
So any ideas what i did wrong?
Also furbolg model has 2 skin files and 2 types of textures(skins,and feathers with some necklace).

6
Miscellaneous / [QUESTION] Adding Furbolg race-animation
« on: September 22, 2012, 04:49:26 pm »
Ok well my question is not really simple one.I know some things i need to do to make new race,in my case furbolgs.I am planing on swaping them with tuskarr in .dbc files,i am working on skins and faces,so i don't know what exactly should i do when with animations(.anim files)how am i adding them to furbolgs,should i just use animations from some race and rename it,or something else ?And how am i adding a .skin file to my race?
Yea i know its a lot "how",but any help wold be greatly appreciated. :)

7
Miscellaneous / [QUESTION] Error when adding custom race
« on: September 19, 2012, 07:49:30 pm »
Ok so i followed guide on adding custom race,and when i finish client-side modding i get this error.

I am really confused :?: ,MAYBE i did something wrong,but then again when i create custom MPQ archive without changing lua and xml files i still get this error!
Don't know what to do. :(
And yes i have cracked wow.exe(to bypass lua error),i also uploaded my mpq file if anyone wants to check if everything is properly edited.
So,any help would be greatly appreciated.

8
Ok like this i followed Eluo's guide about adding new continent to the game
I get it to work,i can see my new land in nogg-it and edit it,thats not the problem.
Nice guide really helped
But when i enter the game i tele to my new zone,there is NOTHING(literally) i just get falling FOREVER with my character and then die!!

I use arcemu and i edited database(worldmap_info table),and created patch with adts,wdt and map.dbc in it(put it in the right place also).

So guys pls help,i really dont know what am i doing wrong.

CHEERS!!

Pages: [1]