Go Back   AC Web > World Of Warcraft > Tutorials

Reply
 
LinkBack Thread Tools Display Modes
  #26 (permalink)  
Old 03-16-2008, 06:59 PM
 

Join Date: Aug 2007
Location: hej
Reputation: simppi is an unknown quantity at this point
========== Build: 0 succeeded, 5 failed, 0 up-to-date, 0 skipped ========== why 5 failed ---
Reply With Quote
  #27 (permalink)  
Old 03-17-2008, 12:11 PM
dagsvik1's Avatar
 

Join Date: Dec 2007
Location: norway
Reputation: dagsvik1 is on a distinguished road
thx + rep
Reply With Quote
  #28 (permalink)  
Old 03-23-2008, 03:51 AM
 

Join Date: Sep 2007
Reputation: shadeypwns is an unknown quantity at this point
link doesn't work, says file has been deleted.
Reply With Quote
  #29 (permalink)  
Old 03-29-2008, 10:15 AM
luket1's Avatar
 

Join Date: Dec 2007
Location: The Netherlands
Reputation: luket1 is on a distinguished road
What must I do when by step 5?

Last edited by luket1; 03-29-2008 at 11:42 AM.
Reply With Quote
  #30 (permalink)  
Old 04-06-2008, 11:33 PM
 

Join Date: Nov 2007
Reputation: syrtan is an unknown quantity at this point
why am I getting this errors? please help

1>------ Build started: Project: GossipScripts, Configuration: Release Win32 ------
1>Compiling...
1>Warper.cpp
1>c:\ascent\branches\3_8_stable\src\scripts\src\go ssipscripts\Setup.h(7) : error C2065: 'scriptMgr' : undeclared identifier
1>c:\ascent\branches\3_8_stable\src\scripts\src\go ssipscripts\Setup.h(7) : error C2065: 'mgr' : undeclared identifier
1>c:\ascent\branches\3_8_stable\src\scripts\src\go ssipscripts\Setup.h(7) : error C2182: 'SetupWarper' : illegal use of type 'void'
1>c:\ascent\branches\3_8_stable\src\scripts\src\go ssipscripts\Setup.h(7) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>Setup.cpp
1>c:\ascent\branches\3_8_stable\src\scripts\src\go ssipscripts\Setup.h(7) : error C2065: 'scriptMgr' : undeclared identifier
1>c:\ascent\branches\3_8_stable\src\scripts\src\go ssipscripts\Setup.h(7) : error C2065: 'mgr' : undeclared identifier
1>c:\ascent\branches\3_8_stable\src\scripts\src\go ssipscripts\Setup.h(7) : error C2182: 'SetupWarper' : illegal use of type 'void'
1>c:\ascent\branches\3_8_stable\src\scripts\src\go ssipscripts\Setup.h(7) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>Build log was saved at "file://c:\ascent\branches\3_8_stable\src\scripts\projects \2008_int_release_gossipscripts\BuildLog.htm"
1>GossipScripts - 8 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 4 up-to-date, 0 skipped ==========
Reply With Quote
  #31 (permalink)  
Old 04-13-2008, 09:34 PM
 

Join Date: Feb 2008
Reputation: Middjet is an unknown quantity at this point
The ascent Source code doesn't work...
Reply With Quote
  #32 (permalink)  
Old 04-15-2008, 05:15 PM
Jewel's Avatar
 

Join Date: Sep 2007
Location: Finland
Reputation: Jewel is an unknown quantity at this point
I got

Morpher.cpp
..\src\GossipScripts\Morpher.cpp(46) : warning C4101: 'Menu' : unreferenced local variable
Warper.cpp
..\src\GossipScripts\Warper.cpp(58) : warning C4101: 'Menu' : unreferenced local variable

You know why?
Reply With Quote
  #33 (permalink)  
Old 05-08-2008, 05:22 AM
 

Join Date: May 2008
Reputation: Mr. Sandman is an unknown quantity at this point
forgive me for being retarded, but i cant figure this out for the life of me....

I'm not a "noob" when it comes to computing, in fact, im CompTIA A+ Cert.... i just dont think your "tutorial" is very in-depth to those who have never programmed in c++ (including myself).

Quote:
3) Rename the TeleporterItem.cpp to Warper.cpp and extract it to \trunk\src\scripts\src\GossipScripts
im assuming, when you say "Extract" to copy the file itself from the folder extracted from the archive to \trunk\src\scripts\src\GossipScripts.... that, i can do...

Quote:
4) Add warper to setup.cpp, setup.h and makefile.
Where or how, exactally, am i supposed to do this? Just type "Warper" in any line of code?

Quote:
5) Go to projects folder and find GossipScripts2008. Right-click on the file and hit edit. Scroll down to the end of the file and add path to the warper. Save & close.
ok, i found that, but if i right click it, i have no "edit" option... double-clicking brings up C++, but theres nothing to "Scroll down" to add the path of anything... no lines of code...

Quote:
6) Open scripts2008 and compile.
again, confused, since i have no idea how to use any programming software. (Yes, i did get Microsoft's c++ software from your link, but i have absolutely no idea how to use it....)

Quote:
7) If you want to change the entry of warper, open Warper.cpp and scroll down to the end, until you see "mgr->register_item_gossip_script(65001,gs);" Change the number and compile.
now, this, i understand just fine, i think... when you say "Entry of warper" i assume you mean the in-game model... or the .npc spawn id....
Reply With Quote
  #34 (permalink)  
Old 05-14-2008, 04:35 PM
Davve's Avatar
 

Join Date: Jan 2008
Location: Over here!
Reputation: Davve is an unknown quantity at this point
No wait i start to get this but you should read jargs thread first to get all stuff

Last edited by Davve; 05-17-2008 at 10:01 AM.
Reply With Quote
  #35 (permalink)  
Old 05-31-2008, 10:21 PM
internethero's Avatar
 

Join Date: Apr 2008
Reputation: internethero is an unknown quantity at this point
lol

4) Add warper to setup.cpp, setup.h and makefile.

Wow this is confusing! How do you do this???? How do you combine these files? What do you make the file into? What are you using to "makefile"???
Reply With Quote
  #36 (permalink)  
Old 05-31-2008, 10:24 PM
 

Join Date: May 2008
Reputation: Mr. Sandman is an unknown quantity at this point
this is exactally what i was talking about... i cant imagine anyone can understand these instructions, with the way they are worded and without any sort of diagram or screenshots...

this tut = phail
Reply With Quote
  #37 (permalink)  
Old 06-01-2008, 06:30 AM
Tennisbro14's Avatar
 

Join Date: Apr 2008
Reputation: Tennisbro14 is an unknown quantity at this point
by "add warper to setup.cpp etc." this is what I did: I opened the files with notepad and where I saw the other .cpp files, I simply copied the code and renamed it to warper.cpp and thats how you "add" warper.cpp to the files... but when you compile scripts2008, it said 0 succeeded and 5 failed... it gave me fatal errors because I need a thing called zlib.h and I need to have it in /trunk/src/ascent-world/ but I dont... does anyone have it?

Last edited by Tennisbro14; 06-01-2008 at 06:35 AM.
Reply With Quote
  #38 (permalink)  
Old 06-02-2008, 04:33 AM
 

Join Date: May 2008
Reputation: Mr. Sandman is an unknown quantity at this point
Quote:
Originally Posted by Tennisbro14 View Post
by "add warper to setup.cpp etc." this is what I did: I opened the files with notepad and where I saw the other .cpp files, I simply copied the code and renamed it to warper.cpp and thats how you "add" warper.cpp to the files... but when you compile scripts2008, it said 0 succeeded and 5 failed... it gave me fatal errors because I need a thing called zlib.h and I need to have it in /trunk/src/ascent-world/ but I dont... does anyone have it?
im pretty sure (and correct me if im wrong) that anything involving /trunk/src is from the SVN... im not too sure about this, but, hey, its better than the information IN THIS TUTORIAL!!!
Reply With Quote
  #39 (permalink)  
Old 06-03-2008, 03:35 PM
 

Join Date: Apr 2008
Reputation: marcus101 is an unknown quantity at this point
how to make a portable teleporter pls any1 tell ?
Reply With Quote
  #40 (permalink)  
Old 06-05-2008, 07:18 AM
 

Join Date: Jun 2008
Reputation: spike388 is an unknown quantity at this point
Ok. Seriously people, I have searched for 2 days now on how to compile a warpnpc and no one has given a clear understanding how to do so. I get errors when compiling.

Someone please be little more detailed and how doing so cause that 1. 2. 3. 4. 5. your done is bull crap and its not helping people.
Reply With Quote
  #41 (permalink)  
Old 06-05-2008, 09:13 AM
Golepa's Avatar
GolepaCopter®
 

Join Date: Jun 2007
Location: Finland
Reputation: Golepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant future
Quote:
Originally Posted by spike388 View Post
Ok. Seriously people, I have searched for 2 days now on how to compile a warpnpc and no one has given a clear understanding how to do so. I get errors when compiling.

Someone please be little more detailed and how doing so cause that 1. 2. 3. 4. 5. your done is bull crap and its not helping people.
It's not bull crap and it does help people. I've explained everything so everyone (well, almost everyone) understands it. Maybe you should use a little more time on this instead flaming me just because you didn't succeed on first try.

This guide is meant for "advanced users", however, I've tried to make this as simple as I can.

It ain't my problem if you're too shnizzleing dumb to understand any of it.
Reply With Quote
  #42 (permalink)  
Old 06-05-2008, 07:37 PM
internethero's Avatar
 

Join Date: Apr 2008
Reputation: internethero is an unknown quantity at this point
heh

Quote:
Originally Posted by Golepa View Post
It's not bull crap and it does help people. I've explained everything so everyone (well, almost everyone) understands it. Maybe you should use a little more time on this instead flaming me just because you didn't succeed on first try.

This guide is meant for "advanced users", however, I've tried to make this as simple as I can.

It ain't my problem if you're too shnizzleing dumb to understand any of it.
This guide is meant for "advanced users", however, I've tried to make this as simple as I can.

Well if your a "Advanced user" and you wrote a "Advanced user" tutorial, then you should be able to write a "Noob Tutorial" for "Noob users". Would that be so hard to just explain in more detail the steps taken? I mean, we were all noobs at one time in are internet lives... including you.

If your writing a tutorial to help people why would you say "It ain't my problem if you're too shnizzleing dumb to understand any of it." if you not willing to help people?

The problem is your tutorial for "Advanced users" is too vague to understand properly... yes, it's probably a good tutorial for the "Advanced user club" but hey us noobs need more explanation please. lol

Is this step and the keyword "makefile" a linux compile command?
I googled makefile and for windows users "nmake" would be the command to use in command prompt but what is the correct format to combine the two files?
I found this IBM nmake

if anyone knows what is the corrrect format to type in the cmd prompt?

nmake XXXXX XXXXXX XXXXXXXX sorry I need a little more explanation but am I on the right track?

4) Add Warper to setup.cpp, setup.h and makefile. (Just see how the other names are there)

Last edited by internethero; 06-05-2008 at 08:01 PM.
Reply With Quote
  #43 (permalink)  
Old 06-05-2008, 07:59 PM
Golepa's Avatar
GolepaCopter®
 

Join Date: Jun 2007
Location: Finland
Reputation: Golepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant future
I used to help people more than you will ever do.

Why I didn't explain everything in detail, is because I want people to look up stuff and try them on their own. People tends to forget this type of things easily if you give them everything on a silver plate. I want them to use their time on the matter (can be anything) so they don't have to be dependent on guides all the time.

If I put more details, everyone would mess up once and they immediately reply how I suck at writing guide, they don't understand it etc.

It's kind of hard to explain what I mean, but hopefully you get my point.

A picture tells more than a thousand words, so maybe I put some pikkies.
Reply With Quote
  #44 (permalink)  
Old 06-05-2008, 08:27 PM
internethero's Avatar
 

Join Date: Apr 2008
Reputation: internethero is an unknown quantity at this point
heh again

Quote:
I used to help people more than you will ever do.
lol, I am the one and probably allot of other people too that need the help. This isn't my tutorial it's your tutorial.

Quote:
Why I didn't explain everything in detail, is because I want people to look up stuff and try them on their own. People tends to forget this type of things easily if you give them everything on a silver plate. I want them to use their time on the matter (can be anything) so they don't have to be dependent on guides all the time.
What's the point of starting a thread "guide" if you won't guide people through the guide and process?

Quote:
If I put more details, everyone would mess up once and they immediately reply how I suck at writing guide, they don't understand it etc.
Well mmmk... well we don't understand this one either.

Quote:
It's kind of hard to explain what I mean, but hopefully you get my point.
I can see that it's hard for you to explain mostly everything you've written so far. Hopefully the point can be brought out more clearly.

Quote:
A picture tells more than a thousand words, so maybe I put some pikkies.
That would be awesome!!! Please, please do this.
Reply With Quote
  #45 (permalink)  
Old 06-05-2008, 10:07 PM
 

Join Date: Jun 2008
Reputation: spike388 is an unknown quantity at this point
Ok. I followed every step stated... your still not being CLEAR....

Why is this a issue?
:\Ascent Code\trunk\src\ascent-world\StdAfx.h(51) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
Reply With Quote
  #46 (permalink)  
Old 06-05-2008, 10:12 PM
spearman360's Avatar
The Lone Wolf
 

Join Date: Jul 2007
Location: In Your GF's Bedroom
Reputation: spearman360 is a name known to allspearman360 is a name known to allspearman360 is a name known to allspearman360 is a name known to allspearman360 is a name known to allspearman360 is a name known to allspearman360 is a name known to allspearman360 is a name known to allspearman360 is a name known to allspearman360 is a name known to allspearman360 is a name known to all
Thanks for using your Golepa-ness and making this guide
Reply With Quote
  #47 (permalink)  
Old 06-05-2008, 10:26 PM
Golepa's Avatar
GolepaCopter®
 

Join Date: Jun 2007
Location: Finland
Reputation: Golepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant futureGolepa has a brilliant future
Quote:
Originally Posted by spike388 View Post
Ok. I followed every step stated... your still not being CLEAR....

Why is this a issue?
:\Ascent Code\trunk\src\ascent-world\StdAfx.h(51) : fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory
You're missing a file. I don't know why, though, but that's not my fault.
Reply With Quote
  #48 (permalink)  
Old 06-05-2008, 10:32 PM
internethero's Avatar
 

Join Date: Apr 2008
Reputation: internethero is an unknown quantity at this point
Cool!

Awesome thank you for adding those pictures on the guide... made things allot easier for me! Thank you so much!
Reply With Quote
  #49 (permalink)