Jump to content

Nation War 100% metin2.sg


Akroma

Recommended Posts

Tira mal la quest al recargarla..

 

 

QUEST : nation_war

STATE : start

expecting 'when' or 'function'

Akroma.quest:5:Abort (core dumped)

 

Fácil en esta parte o en todas que aparecen así

****--NPC--****

solo pones así --NPC--

 

OSEA QUITA LOS ****

O SI NO DEJA ASí:

---***NPC***---
Link to comment
Share on other sites

  • 3 months later...

Me han pedido ayuda con una cosa de esta quest y me fije que el warp no funciona, meted asi el primer when

when 11001.chat."Guerra de reinos" or 11003.chat."Guerra de reinos" or 11005.chat."Guerra de reinos" begin					local akroma_war = {							{19900, 30000},				{20000, 30000},				{30000, 30000}				}					if game.get_event_flag("nation_war")== 0 then			say("La Nation War esta cerrada, en este momento")						elseif game.get_event_flag("nation_war")== 1 then			say("La Nation War esta abierta, quieres acceder viajero?")				local nation_war = select("Si","No")								if nation_war == 1 then					if pc.level < 65 then					say("Eres nivel "..pc.level()..", necesitas ser 65.")					return					end						pc.warp(akroma_war[pc.get_empire()][1],akroma_war[pc.get_empire()][2])				end			end		end
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...