Flying Anywhere?
2 posters
Twist Gaming :: Gaming and Server Development :: MMORPGs Emulation & Chat :: AION : The Tower of Eternity :: Server Emulation
Page 1 of 1
Flying Anywhere?
I am trying to find the code where I can make flight anywhere possible, right from when you create a new char to anywheres. If I have to edit each land individually so be it, but can someone shed some light on how to do this? I was not getting any hits in the other area of questions so I am asking here so I can make my server complete. Thanks
From my understanding (Atleast when my server starts) This is a branch of Aion-Unique or something (Atleast when I load up it does say aion-unique) checking there forums i got this
1 - Open the file AE-go_GameServer\src\com\aionemu\gameserver\network\aion\clientpackets\CM_EMOTION.java
2 - Search for "if(currentZone != null)"
3 - Change to "if(currentZone != null && player.getAccessLevel() < X)"
4 - Change the "X" with a number 0~3(0= everyone, 1 = preminum, 2 = GM, 3 = Admin)
which is easy enough...however I cant find t hat file to edit...is it named something else in the 1.9 repack?
From my understanding (Atleast when my server starts) This is a branch of Aion-Unique or something (Atleast when I load up it does say aion-unique) checking there forums i got this
1 - Open the file AE-go_GameServer\src\com\aionemu\gameserver\network\aion\clientpackets\CM_EMOTION.java
2 - Search for "if(currentZone != null)"
3 - Change to "if(currentZone != null && player.getAccessLevel() < X)"
4 - Change the "X" with a number 0~3(0= everyone, 1 = preminum, 2 = GM, 3 = Admin)
which is easy enough...however I cant find t hat file to edit...is it named something else in the 1.9 repack?
Sandorius- Member
- Posts : 6
Reputation : 0
Warning :
Re: Flying Anywhere?
open "\gameserver\data\static_data\zones\zones_xxxxxxxxx.xml"
look for " "
add "fly="true""
example:
Credits to PrOOf
EDIT : For some reason my cut-and-paste won't display properly
You have to add fly=true after each LocName, within each xml file.
Hope this makes sense.
look for "
add "fly="true""
example:
Credits to PrOOf
EDIT : For some reason my cut-and-paste won't display properly
You have to add fly=true after each LocName, within each xml file.
Hope this makes sense.
Kreeate- Member
- Posts : 7
Reputation : 1
Warning :
Re: Flying Anywhere?
Kreeate wrote:open "\gameserver\data\static_data\zones\zones_xxxxxxxxx.xml"
look for ""
add "fly="true""
example:
Credits to PrOOf
EDIT : For some reason my cut-and-paste won't display properly
You have to add fly=true after each LocName, within each xml file.
Hope this makes sense.
Aye it does make sense, im looking at a few "examples" in the xml file now, I suppose I have alot of Copy an pasting to do coming up haha. Appreciate the information!
Sandorius- Member
- Posts : 6
Reputation : 0
Warning :
Working Flying Anywhere /W file download
Alright! I got it fully working and everything works great. Can fly anywhere now!
To those that want to achieve the same that I have using the 1.9 repack here is the
download link
[You must be registered and logged in to see this link.]
How to use:
Goto
\Novos_Easy_AionUnique_Emulator_Repack_0.1.6 AIONEmulator\gameserver\data\static_data\zones
BACKUP YOUR FILES
Copy over the files that are like zones_(ALL SORTS OF NUMBERS HERE).xml
start your server
Fly anywhere
-Special Thanks to Kreeate for giving me the info to fire this up-
To those that want to achieve the same that I have using the 1.9 repack here is the
download link
[You must be registered and logged in to see this link.]
How to use:
Goto
\Novos_Easy_AionUnique_Emulator_Repack_0.1.6 AIONEmulator\gameserver\data\static_data\zones
BACKUP YOUR FILES
Copy over the files that are like zones_(ALL SORTS OF NUMBERS HERE).xml
start your server
Fly anywhere
-Special Thanks to Kreeate for giving me the info to fire this up-
Last edited by Sandorius on Sat Aug 14, 2010 8:14 am; edited 3 times in total (Reason for editing : Did it.)
Sandorius- Member
- Posts : 6
Reputation : 0
Warning :
Re: Flying Anywhere?
Thanks
I only pasted the info from elsewhere, so I didn't do much.
Thanks for posting your updated files here. I imagine it took some
time to do all that.
Cheers!
I only pasted the info from elsewhere, so I didn't do much.
Thanks for posting your updated files here. I imagine it took some
time to do all that.
Cheers!
Kreeate- Member
- Posts : 7
Reputation : 1
Warning :
Twist Gaming :: Gaming and Server Development :: MMORPGs Emulation & Chat :: AION : The Tower of Eternity :: Server Emulation
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum