HeyHeyaa, Sorry Iff this Is Wrong Place to Post it
It doesnt fit in Xml/Htm/Script/Etc
I was Wondering,
Is it Possible... to Spawn a Static Object Through a Jython Script ?
Or is it possible to Simply Add Extra Static Object that are already Spawned once
in a Server.
For Example, The Giran Arena BillBoard. Is it possible to place another one in giran for example ?
( not create a new on in the files etc, Just spawn another one )
I believe those cannot be placed just anywhere (client problem) I could be wrong though, it's been a while since I had even played L2. Any other devs want to chime in?
i didnt tryied it but im sure it is possible to spawn for example castle throne in middle of giran. its just very special "npc" type. Check data/staticobjects.csv
I Did Try it with the StaticObject.csv
That Didnt work, Or I Did someting wrong in it.
( I copy'd a Full Line and changed the Coordinates. )
(when that didnt work I also Changed the name of it)
also didnt work.
Then the physical location for the throne is set in the client. The only thing that changes with StaticObject.csv might be the invisible 'npc' for that static object.
But They are Objects, and Talkable... doesnt that make it also Server-Side ?
Is there absolutly No way to copy one of these to another location ? ( without Client Modding offcourse )
Mysti wrote:But They are Objects, and Talkable... doesnt that make it also Server-Side ?
Is there absolutly No way to copy one of these to another location ? ( without Client Modding offcourse )
Yes, they are server side in the sense that the interaction with them is controlled server side. But unless moving the coordinates from staticobjects.csv physically moves the object, then no, there is no way to move them (that I know of)