Jump to content
  • 0

[Reguest help] how to ..


DaPhreack

Question

Hello guys i have some problems ,

1) i wanna delete all npc+mobs from my server , u used command //unspawn_all  all npc+mobs was deletet , but when i restart server  all npc+mobs  was back on ...donno waht i must do pls help me  Done /fix it thx to Leki

2)How i make a Custom GK whit Random teleport zones for factions ..  

exp: Giran Town --> Red Team own ..so  Green connot teleport

        Giran Castle --- Green Team own  So  Red connot teleport

And i what to make random teleport (30 min Giran town+ castele and when the time finish to have the next map for 30 min  exp:gludin ) fix it thx to Leki

3)how i make a Faction Guard killer   : Green guard town  kills only red team if they wanna take the base

                                                   Red guard town will  kill on Green team if they wanna take the base

if u know what i must do ...pls help me

If i get some herp whit npc i will share it here

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
1) i wanna delete all npc+mobs from my server , u used command //unspawn_all  all npc+mobs was deletet , but when i restart server  all npc+mobs  was back on ...donno waht i must do pls help me

 

DELETE FROM spawnlist WHERE npc_templateid IN (SELECT id from NPC WHERE type="L2Npc");
DELETE FROM spawnlist WHERE npc_templateid IN (SELECT id from NPC WHERE type="L2Merchant");
DELETE FROM spawnlist WHERE npc_templateid IN (SELECT id from NPC WHERE type="L2Teleporter");
DELETE FROM spawnlist WHERE npc_templateid IN (SELECT id from NPC WHERE type="L2Monster");
DELETE FROM spawnlist WHERE npc_templateid IN (SELECT id from NPC WHERE type="L2FestivalMonster");
DELETE FROM spawnlist WHERE npc_templateid IN (SELECT id from NPC WHERE type="L2Trainer");
DELETE FROM spawnlist WHERE npc_templateid IN (SELECT id from NPC WHERE type="L2Guard");

Link to comment
Share on other sites

  • 0
2)How i make a Custom GK whit Random teleport zones for factions .. 

exp: Giran Town --> Red Team own ..so  Green connot teleport

        Giran Castle --- Green Team own  So  Red connot teleport

And i what to make random teleport (30 min Giran town+ castele and when the time finish to have the next map for 30 min  exp:gludin )

I never use faction pack but look to this gk

 

http://www.maxcheaters.com/forum/index.php?topic=21090.0

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...