Jump to content
  • 0

[Reguest help] how to ..


Question

Posted

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

5 answers to this question

Recommended Posts

  • 0
Posted
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");

  • 0
Posted
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

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...