Jump to content
  • 0

little help ... :D


Question

Posted

when some1 die i wanna port directly to giran..

how to make epic bosses respawn time to 6/12 h ?

how to spawn gm shop/buffer/gk in every town from navicat? not default one.

how to change npc color title ?

is it bug ?

when i take all siege manager to giran.. it says all belong to giran castle  , why ?!

thx in advance..

6 answers to this question

Recommended Posts

  • 0
Posted

1. gameserver\network\clientpackets\RequestRestartPoint.java

 

default:
				loc = MapRegionTable.getInstance().getTeleToLocation(activeChar, MapRegionTable.TeleportWhereType.Town);

 

change to

 

default:
				loc = new Location(x, y, z);

 

2. grandboss_data table, change respawn time.

3. Do it ingame

4. Edit npcname-e.dat || rgb[0] rgb[1] rgb[2]

5. Yes, surely it is.

6. SM takes nearest territory info.

  • 0
Posted

It's developement section, not supermarket.

 

Between help you to develop something and doing it for you, there's an abyss.

 

So gather some curiosity, and see with SweeTs reply. And if you don't know how to compile then check stickied topics or even go on L2j wiki.

 

@dpbBryan, learning Java is one thing, but when ppl ask to make all for themselves, there's something broken before :P.

Guest
This topic is now closed to further replies.


×
×
  • Create New...