EOSERV Forum > EOSERV > Adding Wiseman to your server(Release)
Topic is locked.
Page: << 1 2 >>
Adding Wiseman to your server(Release)
Author Message
Post #32703 Re: Adding Wiseman to your server(Release)

Well it sounds like using apollos script would be the smarter choice but i'm confused as how I would put it in. I made a quest.cpp like you were supposed to on hispanics script and i put this code in it https://tehsausage.com/paste/wiseman-as and it gave me these errors:


\src\handlers\Quest.cpp|10|error: stray '@' in program|
\src\handlers\Quest.cpp|26|error: stray '@' in program|
\src\handlers\Quest.cpp|31|error: stray '@' in program|
\src\handlers\Quest.cpp|47|error: stray '@' in program|
\src\handlers\Quest.cpp|58|error: stray '@' in program|
\src\handlers\Quest.cpp|8|error: variable or field 'karma_menu' declared void|
\src\handlers\Quest.cpp|8|error: 'Character' was not declared in this scope|
\src\handlers\Quest.cpp|8|error: 'character' was not declared in this scope|
\src\handlers\Quest.cpp|8|error: expected primary-expression before 'int'|
\src\handlers\Quest.cpp|19|error: variable or field 'do_karma' declared void|
\src\handlers\Quest.cpp|19|error: 'Character' was not declared in this scope|
\src\handlers\Quest.cpp|19|error: 'character' was not declared in this scope|
\src\handlers\Quest.cpp|19|error: expected primary-expression before 'int'|
\src\handlers\Quest.cpp|24|error: variable or field 'class_menu' declared void|
\src\handlers\Quest.cpp|24|error: 'Character' was not declared in this scope|
\src\handlers\Quest.cpp|24|error: 'character' was not declared in this scope|
\src\handlers\Quest.cpp|24|error: expected primary-expression before 'int'|
||=== Build finished: 17 errors, 0 warnings ===|

Who knows, I'm a retard. Any help?


15 years, 32 weeks ago
Post #32748 Re: Adding Wiseman to your server(Release)

@Sephthiroth: Bankhead and I both use to run EOSoft/EOLegends, so of coarse we would have the same code..


@Batmaso: Why aren't you using my code..? It should give you no errors.

15 years, 32 weeks ago
Post #32750 Re: Adding Wiseman to your server(Release)
Thehispanic posted: (17th Feb 2010 10:19 am)

@Sephthiroth: Bankhead and I both use to run EOSoft/EOLegends, so of coarse we would have the same code..


@Batmaso: Why aren't you using my code..? It should give you no errors.


Mhm works fine for me. I need help adding 2 more classes though, I tried but I couldn't make them clickable.
---
Web developer, currently looking for graphic artists / designers.
15 years, 32 weeks ago
Post #32751 Re: Adding Wiseman to your server(Release)
Thehispanic posted: (17th Feb 2010 10:19 am)

@Sephthiroth: Bankhead and I both use to run EOSoft/EOLegends, so of coarse we would have the same code..


@Batmaso: Why aren't you using my code..? It should give you no errors.


It just seems like his actually calls out the wiseman ID so not all NPCs act as the wiseman but then again I guess it doesn't really matter until someone releases quests.
15 years, 32 weeks ago
Post #32803 Re: Adding Wiseman to your server(Release)

Klutz: The quest dialog will only handle so many links, I think that's why I only did 2-8.

15 years, 32 weeks ago
Post #37832 Re: Adding Wiseman to your server(Release)

EDIT: Works now, thanks alot :)

---
[i]Tales of Endless Developer[/i]
15 years, 18 weeks ago
Post #41787 Re: Adding Wiseman to your server(Release)

I still can't click on Wiseman, help plz.

15 years, 13 weeks ago
Post #41788 Re: Adding Wiseman to your server(Release)

Is the Wiseman's NPC type Set to "Quest"?

15 years, 13 weeks ago
Post #41789 Re: Adding Wiseman to your server(Release)

Yes.

15 years, 13 weeks ago
Post #51375 Re: Adding Wiseman to your server(Release)

Im using SQLyog. i dont know where this is at. Any help i really need wise man -10/17/10-

14 years, 49 weeks ago
Post #51376 Re: Adding Wiseman to your server(Release)

This is a really old topic, I suggest you use Apollo's Eoserv Vodka because it comes with a fully functional quest system and a pre-built wiseman quest.

---
Love you too.
14 years, 49 weeks ago
Post #52095 Re: Adding Wiseman to your server(Release)

I get these 2 errors:


||=== eoserv, MYSQL+SQLITE ===|
..\src\packet.hpp|56|error: redefinition of 'PACKET_QUEST'|
..\src\packet.hpp|53|error: 'PACKET_QUEST' previously defined here|
||=== Build finished: 2 errors, 0 warnings ===|



Any ideas where I went wrong?

14 years, 48 weeks ago
Post #52098 Re: Adding Wiseman to your server(Release)

The error speaks for itself, It means it's already been defined. Also instead of hard coding this feature, you should add the EO+ Quest system and write a wiseman script. Or as new guy stated, download apollo's vodka release as the script comes with the download. 

14 years, 48 weeks ago
Post #74995 Re: Adding Wiseman to your server(Release)


-------------- Clean: MYSQL+SQLITE in eoserv ---------------

Cleaned "eoserv - MYSQL+SQLITE"

-------------- Build: MYSQL+SQLITE in eoserv ---------------

Precompiling header: ..\src\stdafx.h
Precompiling header: ..\src\handlers\handlers.h
In file included from ..\src/eoclient.hpp:13:0,
                 from C:\Users\Learner\Desktop\trunk\src\handlers\handlers.h:13:
..\src/packet.hpp:57:2: error: expected '}' before 'PACKET_PRIEST'
..\src/packet.hpp:57:18: error: invalid conversion from 'int' to 'PacketFamily'
..\src/packet.hpp:58:25: error: invalid conversion from 'int' to 'PacketFamily'
..\src/packet.hpp:59:19: error: invalid conversion from 'int' to 'PacketFamily'
..\src/packet.hpp:60:2: error: 'PacketFamily PACKET_QUEST' redeclared as different kind of symbol
..\src/packet.hpp:56:17: error: previous declaration of 'PacketFamily PACKET_QUEST'
..\src/packet.hpp:61:16: error: invalid conversion from 'int' to 'PacketFamily'
..\src/packet.hpp:62:17: error: invalid conversion from 'int' to 'PacketFamily'
..\src/packet.hpp:63:18: error: invalid conversion from 'int' to 'PacketFamily'
..\src/packet.hpp:64:1: error: expected ',' or ';' before '}' token
..\src/packet.hpp:64:1: error: expected declaration before '}' token
Process terminated with status 1 (0 minutes, 4 seconds)
11 errors, 0 warnings

14 years, 23 weeks ago
Post #79395 Re: Adding Wiseman to your server(Release)

C:\Documents and Settings\TaetmM\Desktop\REV189\src\character.cpp|1224|error: expected unqualified-id before 'this'|
C:\Documents and Settings\TaetmM\Desktop\REV189\src\character.cpp|1234|error: expected declaration before '}' token|
||=== Build finished: 2 errors, 0 warnings ===|

14 years, 18 weeks ago
Page: << 1 2 >>
Topic is locked.
EOSERV Forum > EOSERV > Adding Wiseman to your server(Release)