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

Pages: [1]
1
Thank you Schlumpf, for that haste response! I never imagined it being quite so straightforward. Something so simple has been holding me back for quite a while. I must admit, I spent time on different days trying to get another piece of the site to work - and in the end it turned out I'd used a "_" somewhere I shouldn't have, and ended up being treated as a wildcard (I think).

Thanks!

/Cuana

2
Serverside Modding / Re: [QUESTION] Print chat message in WoW
« on: August 11, 2013, 11:49:48 pm »
Thank you, stoneharry. Very much appreciate your help! If I'm completely honest I don't even know how to code an addon, I'm (as you can probably tell) quite new to modding!

Anyway, I managed to get the addon to run, and then I created an XML button linked to the function. However I will most likely need to learn some of the basics before I can make use of your code snippet, as so far I've had no luck... not that lucks involved, just actual knowledge/skill :P

Nevertheless you've inspired me to continue; as long as I know it's possible then I have good reason to!

Thanks.

/Cuana

3
Hi,

I'm currently working on a CMS for the Trinity World DB. I'm kind of new to PHP/SQL and am seeking a simple explanation for executing multiple queries at once!

Currently I am able to insert data into the creature_template database using a HTML form. This works fine as there's only one table where data needs to be inputed.

However when it comes to quests - i have no problem entering data into the quest_template table. However in order to link the quest to an NPC (start/finish) it requires the creature_questrelation, and creature_involved relation table.

So I need to take data from one form and the input the data into appropriate tables.


So far I have:


Quote
$sql="INSERT INTO creature_template (...)
VALUES (...) ";

$result = mysql_query($sql);

if($result){
header("Location: 1a_success.php#show");
}

else {
(will link error page here)
}


I need something like

$result = mysql_query($sql1, $sql2, sql3) and then have 3 queries than run. If all 3 queries are successful then I need it to redirect to a success page.

Any ideas? Thanks!

4
Serverside Modding / [QUESTION] Print chat message in WoW
« on: August 08, 2013, 03:11:06 pm »
Hi,


Is it possible using LUA or otherwise to send a chat message to WoW like ".morph $id" where the $id part iterates from 1-30,000 every 5 seconds for example?

It would need to act as if the player is typing it, so the command is ran OK. What I'm hoping is to go through every Display ID in the WoW database and take a screenshot, saving the file as the Display ID.

Thanks!

5
Serverside Modding / [QUESTION] Display IDs for WoTLK
« on: August 04, 2013, 04:21:59 am »
Hi,

Is it possible to display NPC models using PHP/SQL (i.e. A Web CMS) - apart from visiting 3rd party websites like wowhead? I'm working on a CMS atm, and I'm considering literally screenshotting every Display ID using some kind of script.

I'm wondering how plausible it would be, to basically:

1) Position camera in WoW, then let script run to morph NPCs to every display ID (1-24,000) every 3/4 seconds

2) Take small screenshots (about 275x200px) every 3 seconds for example

3) Have the screenshots named $id.png (maybe smaller format JPG?) - so the display ID is the name of the file

4) IMG for NPC could be retrieved to using PHP/SQL query + IMG location (same name as variable)


The only issues is the storage might be 2GB - not exactly an ideal solution for a CMS. And anyway, it seems like a very backwards method - hence why I'm asking for advice!

Obviously every NPC model is contained within the MPQs - but how could you go about harvesting them? How does the serverside Display ID link to a model?

NB: The Display ID is the important thing as it would largely be custom NPCs - using many of the models already in WoW. Hence it would be ideal to have a Display ID reference!



Thanks for reading! :D

/Cuana

6
The reason you can't find a DL link is because there isn't one. If you read carefully it reads "Linux version: Currently not planned."

There is however a fantastic solution on OSX called eMux, but obviously that's out of the question if you're on Linux. The only other option is running it in Windows, using something like Wine - or maybe running a version of windows VirrtualBox

However, like Steff says - you really need to compile it yourself. Usually people who use Linux typically have a "DIY" attitude /technical background (although it's quite a bit more user friendly than in yesteryears!).

Anyway:

Search "How To Linux Trinity Core", I can't post the link as I'm new to Modcraft (well, haven't posted much).

7
General / Re: Where we are from :)
« on: July 24, 2013, 05:17:57 am »
United Kingdom

(it's actually Ireland but it's technically part of Britain!)

8
Do you have any plans to share this (for download)?

Thanks.


Oh - did I mention how totally awesome it is? :D

9
Random / Re: [QUESTION] what is your best tv series
« on: July 24, 2013, 04:59:48 am »
Dexter
Death Note

Daria
Futurama

Arrested Development
30 Rock

and BBC Horion for documentaries!  :D

Pages: [1]