2 questions

06/08/2009 19:50 zukoo#1
1º when the players lost legion when leaving the game
2º as blocking teleportation to a friend in map vips?
many players use the remote to enter the friends maps VIPs

sorry for my bad English
06/08/2009 21:24 dani-filth0#2
for legion , its just mysql problem , use version 4
06/08/2009 21:29 Necron33#3
Quote:
Originally Posted by zukoo View Post
1º when the players lost legion when leaving the game
2º as blocking teleportation to a friend in map vips?
many players use the remote to enter the friends maps VIPs

sorry for my bad English
1.use MYSQL 4.0
2.Remove their vip from account table
06/08/2009 22:10 zukoo#4
Quote:
Originally Posted by Necron33 View Post
1.use MYSQL 4.0
2.Remove their vip from account table

1. I always use mysql 4.0.18
2. ?? no understand

2.players comum (vip 0) enter in map vips
06/09/2009 02:44 shurakakato#5
Try to talk with me at my msn ;)
[Only registered and activated users can see links. Click Here To Register...]
i know somethings about EO dev , maybe i can help u XD
ps: Eu sou brasileiro tbm ;)
06/09/2009 09:43 zukoo#6
[Only registered and activated users can see links. Click Here To Register...]


I Always used mysql 4.0.18

my ta is online
to 1 months

Help me?
06/09/2009 12:43 SoulNecturn#7
About second 2) question:

Your VIP map has special TYPE in DB cq_map which allows to teleport there and from there...

Just change it for for example:
1075838980
(other types you can find basing on other maps which has its own rules like: cata maze (no mounting and no teleportation and after relog you wont stay at this map etc etc...)

So how to do it:
Check what ID have your VIP maps and locate then inside cq_map table.
Then just edit them and change their "type" into this "1075838980".
Save, restart server and test.

This will prevent players not welcome to teleport to player who are already on this map (via teleporter for best player function as well via teleport scroll for parties)
BUT this will not solve problem when VIP player will enter someone by itself (how? will make party with non vip player and will this non vip player will autofollow him, when VIP player enter VIP map, this non VIP will be automatically teleported as well)

I hope its understandable

Regards