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

Pages: [1]
1
Serverside Modding / [SOLVED] GM Commands for users
« on: August 08, 2015, 02:16:25 am »
Hi, i want to ask if it is possible put some GM commands for users, and how. I want to choose the commands, not put all commands of course.Thanks.

2
Level Design / [QUESTION] Missed gobjects?
« on: June 26, 2015, 05:38:40 am »
Hi everybody.
There are some gobjects that don't appear when i try to add it. Most of them are Blood elf furniture.
So, to fix this problem, i was reading a tutorial to add gobjects to my server, i did everything that it says: get the patch, change DBC, add the scripts....
The point is that it didn't work. So, anybody knows another way to add gobjects to a server?

3
Level Design / [QUESTION] A Problem with Water
« on: April 08, 2015, 03:10:16 am »
Hi everybody. I downloaded and used the Noggit pack from here. Everything works fine, but i have a problem with water. I open Noggit and i choose go to Elwynn Forest, i make some edition in the terrain, copy and paste some WMO, and then save and close Noggit. But when i open again Noggit, and i go to Elwynn, i can see that water (from rivers and lakes) are gone. Of course, the waters that disappears are from the edited chunks.

That's all the issue. Thanks for your time guys.

4
Serverside Modding / [SOLVED] An issue with Queries
« on: February 05, 2015, 02:44:53 pm »
In my previous post i asked about a issue adding classes.

viewtopic.php?f=60&t=8887&view=unread#unread

That problem is already solved.
But I still need to know if I can delete a query that does not allow me to create human hunters.

The issue is specifically the following: By mistake i created two queries for human hunters. And if I'm not mistaken now i should delete one of them, to make that this class/race combo works properly.

So, how do I find a query and delete it?

That's all, thanks again in advance.

5
Hi everybody.  I was trying to add a class to an existing race. I been reading some tutorials, but for some reason they don´t work.
As far as i know, to add a class, you need to execute a query in Sqlyog. I'll give you an example about what i did to add class hunter to humans:

INSERT INTO `player_levelstats` VALUES ('1', '3', '1', '62', '135', '19', '18', '21');
INSERT INTO `player_levelstats` VALUES ('1', '3', '2', '62', '135', '19', '18', '21');
INSERT INTO `player_levelstats` VALUES ('1', '3', '3', '62', '135', '19', '18', '21');
INSERT INTO `player_levelstats` VALUES ('1', '3', '4', '62', '135', '19', '18', '21');
INSERT INTO `player_levelstats` VALUES ('1', '3', '5', '62', '135', '19', '18', '21');
INSERT INTO `player_levelstats` VALUES ('1', '3', '6', '62', '135', '19', '18', '21');
INSERT INTO `player_levelstats` VALUES ('1', '3', '7', '62', '135', '19', '18', '21');
INSERT INTO `player_levelstats` VALUES ('1', '3', '8', '62', '135', '19', '18', '21');
INSERT INTO `player_levelstats` VALUES ('1', '3', '9', '62', '135', '19', '18', '21');

etc... you have to do this until you get all the levels.

The thing is that when i execute the query i get always some error like this:

1 queries executed, 0 success, 1 errors, 0 warnings

Query: INSERT INTO `player_levelstats` VALUES ('1', '3', '1', '62', '135', '19', '18', '21')

Error Code: 1062
Duplicate entry '1-3-1' for key 'PRIMARY'

And then, when i try to run worldserver, crash at "Loading Player Create Level Stats Data..."  .Which have sense according to the first error.

i also put the proper information in playercreateinfo, i edited CharBaseInfo.dbc and CharStartOutfit.dbc, and i did a patch with those files (the patch works fine)

So, what i'm missing?

Thanks in advance.

PD: I'm using Trinitycore.

6
Serverside Modding / [QUESTION] Problem with Worldserver
« on: January 20, 2015, 06:42:34 am »
Greetings. I am having a problem with wordlserver. WorldServer works well at first load without problems. But eventually crash and tells me the following error.


subir foto

Try to solve it by changing minimal_diff> = 0 to inimal_diff> = 1, but it has not worked.

Anyone know how to fix this? Thanks in advance.

7
Serverside Modding / [SOLVED] Remove requirement reputation for items.
« on: December 22, 2014, 12:18:52 pm »
Hi guys, as the title says I need to know if anyone knows how to remove requirement reputation for items.
Also, if someone knows how to remove classes restrictions for items that will be good too. By this I do not mean to limitations such as "a magician who can not use plates," I resolved that issue already. I refer to these tiers or items (generally used in pvp) that are for specific classes.
That's all, thanks in advance!

8
Miscellaneous / Error LNK2019
« on: December 02, 2014, 10:35:25 pm »
Hi guys, I am working to compile the server. But when I want to compile the source with Visual Studio 2013 shows several errors, all of the same type called "Error LNK2019". Does anyone know how to solve this?

9
Miscellaneous / [SOLVED] Clone problem in GitExtensions
« on: November 20, 2014, 05:26:44 am »
Hi everyone again!

I'm still working to compile the server, and I found another problem.  When I press the "clone" button in GitExtensions, I get the following error:
fatal: master Remote branch not found in upstream origin
Unexpected end of command stream

Anybody knows how to fix this?

Thanks guys again! See you ^^

10
Miscellaneous / [SOLVED] Problem Getting The World database
« on: November 18, 2014, 12:41:07 am »
Hi everyone!

I've been reading a guide to compile a Trinity server, and in the section "Getting the databases" says "The World database must be download from TrinityCore Forum". I searched the forum TrinityCore and found a file called "TDB_full_335.53_2014_03_29". Is that the file where you could get the "world database"?

And if not that, someone has a link where I could download it?
Thanks guys! See you ^^

I almost forgot!! this is for WoW 3.3.5a

Pages: [1]