
03-16-2008, 06:59 PM
|
|
|
|
Join Date: Aug 2007
Location: hej
Reputation: 
|
|
|
========== Build: 0 succeeded, 5 failed, 0 up-to-date, 0 skipped ========== why 5 failed ---
|

03-17-2008, 12:11 PM
|
 |
|
|
Join Date: Dec 2007
Location: norway
Reputation: 
|
|
|
thx + rep
|

03-23-2008, 03:51 AM
|
|
|
|
Join Date: Sep 2007
Reputation: 
|
|
|
link doesn't work, says file has been deleted.
|

03-29-2008, 10:15 AM
|
 |
|
|
Join Date: Dec 2007
Location: The Netherlands
Reputation: 
|
|
|
What must I do when by step 5?
Last edited by luket1; 03-29-2008 at 11:42 AM.
|

04-06-2008, 11:33 PM
|
|
|
|
Join Date: Nov 2007
Reputation: 
|
|
|
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 ==========
|

04-13-2008, 09:34 PM
|
|
|
|
Join Date: Feb 2008
Reputation: 
|
|
|
The ascent Source code doesn't work...
|

04-15-2008, 05:15 PM
|
 |
|
|
Join Date: Sep 2007
Location: Finland
Reputation: 
|
|
|
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?
|

05-08-2008, 05:22 AM
|
|
|
|
Join Date: May 2008
Reputation: 
|
|
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....
|

05-14-2008, 04:35 PM
|
 |
|
|
Join Date: Jan 2008
Location: Over here!
Reputation: 
|
|
|
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.
|

05-31-2008, 10:21 PM
|
 |
|
|
Join Date: Apr 2008
Reputation: 
|
|
|
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"???
|

05-31-2008, 10:24 PM
|
|
|
|
Join Date: May 2008
Reputation: 
|
|
|
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
|

06-01-2008, 06:30 AM
|
 |
|
|
Join Date: Apr 2008
Reputation: 
|
|
|
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.
|

06-02-2008, 04:33 AM
|
|
|
|
Join Date: May 2008
Reputation: 
|
|
Quote:
Originally Posted by Tennisbro14
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!!!
|

06-03-2008, 03:35 PM
|
|
|
|
Join Date: Apr 2008
Reputation: 
|
|
how to make a portable teleporter pls any1 tell  ?
|

06-05-2008, 07:18 AM
|
|
|
|
Join Date: Jun 2008
Reputation: 
|
|
|
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.
|

06-05-2008, 09:13 AM
|
 |
GolepaCopter®
|
|
Join Date: Jun 2007
Location: Finland
|
|
Quote:
Originally Posted by spike388
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.
|

06-05-2008, 07:37 PM
|
 |
|
|
Join Date: Apr 2008
Reputation: 
|
|
|
heh
Quote:
Originally Posted by Golepa
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.
|

06-05-2008, 07:59 PM
|
 |
GolepaCopter®
|
|
Join Date: Jun 2007
Location: Finland
|
|
|
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.
|

06-05-2008, 08:27 PM
|
 |
|
|
Join Date: Apr 2008
Reputation: 
|
|
|
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.
|

06-05-2008, 10:07 PM
|
|
|
|
Join Date: Jun 2008
Reputation: 
|
|
|
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
|

06-05-2008, 10:12 PM
|
 |
The Lone Wolf
|
|
Join Date: Jul 2007
Location: In Your GF's Bedroom
|
|
Thanks for using your Golepa-ness and making this guide 
|

06-05-2008, 10:26 PM
|
 |
GolepaCopter®
|
|
Join Date: Jun 2007
Location: Finland
|
|
Quote:
Originally Posted by spike388
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.
|

06-05-2008, 10:32 PM
|
 |
|
|
Join Date: Apr 2008
Reputation: 
|
|
|
Cool!
Awesome thank you for adding those pictures on the guide... made things allot easier for me! Thank you so much!
|
|