Page 2 of 2
Re: Make walls like in L2off LOOK !!! all plz
Posted: Mon Jun 22, 2009 3:22 pm
by HorridoJoho
It is a a server packet send to the client, can't remember the exact name. It was named something with "Fence".
I'm not sure anymore, but i think the packet contained a fenceId and the fence dimensions(ofc dimensions).
A fence is a rectangle.
The fence stops your movement client side.
There were a client command like ///fence or something.
As i said i can't really remember much of this stuff.
I would check it myself, but i'm at army and i'm not going to buy a notebook soon.
Re: Make walls like in L2off LOOK !!! all plz
Posted: Thu Oct 08, 2009 9:29 am
by denser
hehe) i typed ///fence and get 4 cubes around me...
Re: Make walls like in L2off LOOK !!! all plz
Posted: Sat Oct 10, 2009 10:27 am
by XavierElf
This is not a mod. It exists in retail servers. These walls created via "EventMatch" system. First you define width and length of area (there are angular columns after that), next you "build" this zone (walls connecting columns "grow"), after that you define red team and blue team and start the match. I worked with it when used C4 PTS server.
Re: Make walls like in L2off LOOK !!! all plz
Posted: Sat Oct 10, 2009 4:52 pm
by Danoontje
so any commands for us to play with?
Re: Make walls like in L2off LOOK !!! all plz
Posted: Fri Nov 20, 2009 1:59 am
by glasya
Well, iv'e been GM on a server using the L2Offi engine, the exact command is:
//eventmatch create 1 team1 team2 x y z 920 900
next you can use //eventmatch list to see the ID generated for this event
than you can use //eventmatch manage <id> and a window will appear where you can click the button saying "Fence up / Fence down"
Using 2 .dll files on your local C drive you can set certain rules for event matches such as non allowed weapons/skills/potions etc.
Quite fun to use, and NOT a client mod, it already exists in the client (both thw wall and the eventmatch window popup for gm's with builder lvl 3 and up.
You can even stack them on top of each other to build like a extra high wall.
Re: Make walls like in L2off LOOK !!! all plz
Posted: Fri Nov 20, 2009 6:22 am
by janiii
pls continue here. packet already found and ready to use on l2j. viewtopic.php?f=73&t=13947
Re: Make walls like in L2off LOOK !!! all plz
Posted: Fri Nov 20, 2009 11:05 am
by yeonseo14
Yes i also see this on the official server here in L2 SouthEast Asia..
I'm a friend of the GM who made //event commands while they are conducting the Battle League for SEA..she gladly show off some commands to me

*but poor memory, theyre just too long to memorize hehe*
There is some DLL file that they place on the system folder of the client..
I also see some //observer command stuff like that to begin the match..
Usually after the match, the winner shows off a level up effect plus fire crackers...
Also while in battle, the GM client shows skills and the items that is used by the players and serves as their LOG while the game is in process... to determine if they use forbidden skills/items as the rules says..
Re: Make walls like in L2off LOOK !!! all plz
Posted: Fri Nov 20, 2009 11:47 am
by janiii
it is more important which packets are used than which commands they use.
Re: Make walls like in L2off LOOK !!! all plz
Posted: Mon Nov 23, 2009 2:19 pm
by bauwbas
Its not in topic, but how to delete fencis?

i wrote ///fencis, spawned it, but now i don't know how to delete it

Re: Make walls like in L2off LOOK !!! all plz
Posted: Mon Nov 23, 2009 2:26 pm
by janiii
bauwbas wrote:Its not in topic, but how to delete fencis?

i wrote ///fencis, spawned it, but now i don't know how to delete it

that is only client side. just relog
if you want to make the fence durable and use some admin commands, check the other topic:
viewtopic.php?f=73&t=13947
Re: Make walls like in L2off LOOK !!! all plz
Posted: Mon Nov 23, 2009 2:34 pm
by bauwbas
janiii wrote:bauwbas wrote:Its not in topic, but how to delete fencis?

i wrote ///fencis, spawned it, but now i don't know how to delete it

that is only client side. just relog
if you want to make the fence durable and use some admin commands, check the other topic:
viewtopic.php?f=73&t=13947
Thank you janiii, you always helping me

And thank you for link, already reading it

Re: Make walls like in L2off LOOK !!! all plz
Posted: Thu Nov 26, 2009 7:55 pm
by savormix
The packet must be supported with geodata, otherwise it's worthless & exploitable.
Re: Make walls like in L2off LOOK !!! all plz
Posted: Fri Nov 27, 2009 12:03 am
by Vapulabe
Well, it has to be supported server side... which don't mean that it has to be in Geodata but that the movement/targetting engine has to take the fences into account...
Re: Make walls like in L2off LOOK !!! all plz
Posted: Wed Dec 02, 2009 6:11 pm
by ThePhoenixBird