how i can do that

06/05/2017 04:46 Worshiper#1
how i can make it not allowed to use this 2 pet together i need when anyone use fellow pet with trans get Dc


[Only registered and activated users can see links. Click Here To Register...]
06/05/2017 10:04 KingDollar#2
you can do it using filter
or maybe sql procedure "not sure"
06/05/2017 10:37 Worshiper#3
i know i need sql procedure i dont like to use it from Filtir or Gaurd
06/05/2017 11:14 Spidy.#4
#moved
06/05/2017 11:22 Worshiper#5
Quote:
Originally Posted by Spidy. View Post
#moved
Ok ty spidy for move you dont know how i can slove this and make when any one use fellow pet with trans take dc ?
06/06/2017 14:27 -Prestige..#6
LOL as alexiuns said... either u make it through the filter or make it through a sql procedure ...

both would work great .. but the sql procedure would disable the spawn but won't give DC ..
06/06/2017 14:30 Worshiper#7
Quote:
Originally Posted by -Prestige.. View Post
LOL as alexiuns said... either u make it through the filter or make it through a sql procedure ...

both would work great .. but the sql procedure would disable the spawn but won't give DC ..
can you help me do it from Procedure can tell me where ?
06/14/2017 01:25 Worshiper#8
Anymore idea from where i can do that in SQL ?
06/14/2017 03:07 hoangphan7#9
Using 2 proc to check this!
_AddNewCOS
_ChangeCOSState
Check using pet from _CharCOS (column State)

Or you can create new Trigger from _CharCOS table
Goodluck !
06/14/2017 03:36 Worshiper#10
Quote:
Originally Posted by hoangphan7 View Post
Using 2 proc to check this!
_AddNewCOS
_ChangeCOSState
Check using pet from _CharCOS (column State)

Or you can create new Trigger from _CharCOS table
Goodluck !
thank you i will try it
06/14/2017 16:30 blapanda#11
A simple database modification won't do the trick. At the end, those spawn-items are in the same category, thus, disallowing using the same type simultaneously.

For further information: Remind of that, only one of your growth pets will get exp, while the other one being aesthetical and has not that much of a purpose.
06/14/2017 20:52 Worshiper#12
Quote:
Originally Posted by blapanda View Post
A simple database modification won't do the trick. At the end, those spawn-items are in the same category, thus, disallowing using the same type simultaneously.

For further information: Remind of that, only one of your growth pets will get exp, while the other one being aesthetical and has not that much of a purpose.
as you know for now the players make bug with fellow pet with trans and get alot of gold :) in trade so i dont like it in my server maybe if i dont fix i will remove it
06/14/2017 21:13 blapanda#13
Quote:
Originally Posted by [GM]Dejo View Post
as you know for now the players make bug with fellow pet with trans and get alot of gold :) in trade so i dont like it in my server maybe if i dont fix i will remove it
Multiple transport vehicles were an injective bug, not a database related one.
Growth pet bug was usually a glitching bug, done inside the Mogao Cave (Dunhuang Cave).

So, yeah. Use a packet filter or remove them.
06/15/2017 13:42 Worshiper#14
Quote:
Originally Posted by blapanda View Post
Multiple transport vehicles were an injective bug, not a database related one.
Growth pet bug was usually a glitching bug, done inside the Mogao Cave (Dunhuang Cave).

So, yeah. Use a packet filter or remove them.
oky i will brother thank you for your time to answer me
06/15/2017 14:02 Spidy.#15
#Closed :)