Jump to content
  • 0

Question

Posted

Well, I wanted to ask some idea of ​​how I can make a s80 area?

 

Example where nothing but a specified area to enter  dynasty (Armor and weapon s80) clothing!

 

Sorry for my english!!

If someone made ​​me a hand with this I'll be grateful. regards!

3 answers to this question

Recommended Posts

  • 0
Posted

Make in this order :

 

- a simple zone (Jail, NoStore, Peace, NoSummon, etc etc) from existing zones system (to understand how work zones) ;

- understand how a zone works (core side, what do you need to add a zone in core system) ;

- copy paste the most basic zone, then try to add a condition and a message, then create a zone and go on it ;

- analyze JailZone, which got a teleport function (in your example, it's the reverse of a JailZone, but system works the same)

 

- code the whole crap.

 

About condition you can check which weapon or armor is equipped, but as S80 creates S cystal you can't do test about crystal grade, I don't even know if you can check the grade directly (never checked basically).

 


 

Here is an "live" exemple of how to add a full zone in the existing system, in this exemple it's a ArtifactZone, which allow to cast the Seal of Rule skill ONLY if you're on this type of zone.

 

http://trac.assembla.com/acis_project/changeset/115

 

Depending of your pack/chronicle, you can have XML && SQL or XML only. Here it's a XML && SQL, newer version of aCis uses only SQL. :P

  • 0
Posted

Make in this order :

 

- a simple zone (Jail, NoStore, Peace, NoSummon, etc etc) from existing zones system (to understand how work zones) ;

- understand how a zone works (core side, what do you need to add a zone in core system) ;

- copy paste the most basic zone, then try to add a condition and a message, then create a zone and go on it ;

- analyze JailZone, which got a teleport function (in your example, it's the reverse of a JailZone, but system works the same)

 

- code the whole crap.

 

About condition you can check which weapon or armor is equipped, but as S80 creates S cystal you can't do test about crystal grade, I don't even know if you can check the grade directly (never checked basically).

 


 

Here is an "live" exemple of how to add a full zone in the existing system, in this exemple it's a ArtifactZone, which allow to cast the Seal of Rule skill ONLY if you're on this type of zone.

 

http://trac.assembla.com/acis_project/changeset/115

 

Depending of your pack/chronicle, you can have XML && SQL or XML only. Here it's a XML && SQL, newer version of aCis uses only SQL. :P

 

Well I tell you that I saw this system on a server called l2pride!

 

and is based on final grace l2off!

 

is one of the things I admire about (dav), is a very unique method, which caught my attention!

 

I really do not know how it works. . . if by area or sql!

 

good a zone s80,  is that pvp is more real and more durable in that area, as well as farming!!

 

and the pack that is implemented qiero "freya" L2JServer

 

in this case speak of a restriction of items xD

 

 

the truth if you have any information on how to step on it I'd appreciate it!!

 

Thank you very much from now!

  • 0
Posted

I put you a full existing exemple of implementing a zone area, what do you want more ?

 

About Freya it's XML only, check higher revs of aCis or any Freya pack to see how it works now (basically they put vertices of SQL in XML under the term of "nodes").

 

Do as I told you, begin little and see bigger (create zone, blablabla read previous post lol I won't redo it), the finality is to make your stuff alone. No one will do it for you (and guess after my explanation, there isn't much more to say about it), and my timeline is enough clear to understand if of your own.

 

If you got issues implementing it, post screens or copy/paste error, but without any personal try, I won't help you until you made something. No work, no cookies.

 

Tryskell.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...