Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Edit Travelers Guide and Rewards

Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
[HowTo] Edit travelers guide test and rewards...​

1. goto .\AIONEmulator\game\data\static_data\guides\
2. open guide.xml with program of choice
3. edit as you wishes

<guide title="adventurers_guide3_asmo" level="3" race="ASMODIANS" rewardCount="1">
<message>
<![CDATA[<BR><BR>
Here some text you like to edit
<br><br>]]>
</message>
<select>Select text</select>
<survey itemId="169300002" count="100"/>
</guide>

title -> self explaning
level -> on which level the thing pops up
race -> ASMODIANS or ELYOS
rewardCount -> How many options you can/need to choose from
survey itemID -> which item you will get
count -> how many items

you want more items to choose from?

<reward_info>Hold the Ctrl key to select multiple items.</reward_info>
<select>I look forward to it.</select>
<survey itemId="112101028" count="1"/>
<survey itemId="112301014" count="1"/>
<survey itemId="112501003" count="1"/>
<survey itemId="112601017" count="1"/>
<survey itemId="110101179" count="1"/>

4. save file and restart server
5. Done!
 
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
15
Reaction score
0
i cant write some symbol like : ' , é , à , è, ô, ù

can you help?
 
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
check -> <-

search your symbol and use HTML name

example:
é -> É
 
Newbie Spellweaver
Joined
Sep 15, 2013
Messages
15
Reaction score
0
all the item give by guide is the item of the lvl 60 guide and not lvl10 etc...
 
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
you can edit guide for level 1-60 and rewards, what you like!
 
Newbie Spellweaver
Joined
Nov 29, 2013
Messages
42
Reaction score
0
what happened :(( CANNOT CONNECT TO AUTHORIZED SERVER :-( HELP PLEASE :((

Ok first check your aion files .dll and the start.bat file you need to point your local ip in to that.
2.check firewall and open ports.
3.change manualy location to your characters if you have logout in to an istance.
 
Newbie Spellweaver
Joined
Jun 10, 2022
Messages
74
Reaction score
7
Isn't showing the guide, what I can do?

Edit: I fixed this way:

\config\main\html.properties
Code:
# Enable HTML Guides system
# Default: false
gameserver.html.guides.enable = true

and then create a new guides.html in data\static_data\HTML
 
Last edited:
Back
Top