Jump to content
  • 0

[Quest remove[ i need help!


Question

Posted

Hello. I need help for remove quest caradine for give me directly Noblesse .

i'm sorry , my english is bad

is that possible?

If so, please help me!

if not, I would like a way to do something to participate in oly. thanks all :( i'm sorry for my english!

3 answers to this question

Recommended Posts

  • 0
Posted

Hello. I need help for remove quest caradine for give me directly Noblesse .

i'm sorry , my english is bad

is that possible?

If so, please help me!

if not, I would like a way to do something to participate in oly. thanks all :( i'm sorry for my english!

Use search to find an npc that makes noblesse with any fee you want.

  • 0
Posted

You can remove the Quest in character_quest.sql

 

You can create a NPC that gives us a nobless directly, use onTalk method:

 

def onTalk (Self,npc,player):

  st = player.getQuestState(qn) 

  npcId = npc.getNpcId()

  if npcId in [ NPC ] :

      st.getPlayer().setNoble(True)

      st.exitQuest(1)

    return

 

 

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