Jump to content
  • 0

help In game default script !


jehadmalek

Question


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  07/28/13
  • Last Seen:  

Hi ,

 

i just found some scripts that gives player some items that i don't want "quests" like "majestiq baphomet horns" After getting "Cursed Baphomet doll"

 

So things like this i don't want them in my server like i will open them as an event for a certain time ..

 

so is there a list for Npc's that is working like this ? or if some one knew one please can u tell me it name so i can unactive it & THX

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

There are tons of quest headgears enabled by default.

 

Check npc/scripts_athena.conf again

// --------------------------- Quests ---------------------------
// - Quests-Tutorials for basic classes (1st class quests) ------
//npc: npc/quests/first_class/tu_acolyte.txt
//npc: npc/quests/first_class/tu_archer.txt
//npc: npc/quests/first_class/tu_magician01.txt
//npc: npc/quests/first_class/tu_ma_th01.txt
//npc: npc/quests/first_class/tu_merchant.txt
//npc: npc/quests/first_class/tu_sword.txt
//npc: npc/quests/first_class/tu_thief01.txt
// - Headgear Quests --------------------------------------------
npc: npc/quests/newgears/2004_headgears.txt
npc: npc/quests/newgears/2005_headgears.txt
npc: npc/quests/newgears/2006_headgears.txt
npc: npc/quests/newgears/2008_headgears.txt
// - Falicious Okolnir ------------------------------------------
//   God Item Second Edition Quests
npc: npc/quests/okolnir.txt
// - The God Item Quest -----------------------------------------
// - Controller file, allow GMs to change variables.
//npc: npc/quests/seals/god_global.txt
//npc: npc/quests/seals/brisingamen_seal.txt
//npc: npc/quests/seals/god_weapon_creation.txt
//npc: npc/quests/seals/megingard_seal.txt
//npc: npc/quests/seals/mjolnir_seal.txt
//npc: npc/quests/seals/sleipnir_seal.txt
// - Seal status board.
//npc: npc/quests/seals/seal_status.txt
// --------------------------------------------------------------
// - Wandering Minstrel Quest
//npc: npc/quests/bard_quest.txt
npc: npc/quests/bunnyband.txt
npc: npc/quests/cooking_quest.txt
npc: npc/quests/counteragent_mixture.txt
//npc: npc/quests/dandelion_request.txt
//npc: npc/quests/doomed_swords.txt
//npc: npc/quests/doomed_swords_quest.txt
npc: npc/quests/eye_of_hellion.txt
// - Guild Relay Quests
npc: npc/quests/guildrelay.txt
npc: npc/quests/gunslinger_quests.txt
npc: npc/quests/juice_maker.txt
//npc: npc/quests/kiel_hyre_quest.txt
npc: npc/quests/lvl4_weapon_quest.txt
npc: npc/quests/mage_solution.txt
npc: npc/quests/monstertamers.txt
//npc: npc/quests/mrsmile.txt
npc: npc/quests/ninja_quests.txt
npc: npc/quests/obb_quest.txt
//npc: npc/quests/partyrelay.txt
//npc: npc/quests/quests_13_1.txt
//npc: npc/quests/quests_13_2.txt
npc: npc/quests/quests_airship.txt
npc: npc/quests/quests_alberta.txt
npc: npc/quests/quests_aldebaran.txt
npc: npc/quests/quests_amatsu.txt
npc: npc/quests/quests_ayothaya.txt
npc: npc/quests/quests_comodo.txt
npc: npc/quests/quests_ein.txt
npc: npc/quests/quests_geffen.txt
npc: npc/quests/quests_gonryun.txt
npc: npc/quests/quests_hugel.txt
npc: npc/quests/quests_izlude.txt
npc: npc/quests/quests_juperos.txt
npc: npc/quests/quests_lighthalzen.txt
npc: npc/quests/quests_louyang.txt
npc: npc/quests/quests_lutie.txt
npc: npc/quests/quests_morocc.txt
npc: npc/quests/quests_moscovia.txt
npc: npc/quests/quests_nameless.txt
npc: npc/quests/quests_niflheim.txt
npc: npc/quests/quests_payon.txt
npc: npc/quests/quests_prontera.txt
npc: npc/quests/quests_rachel.txt
npc: npc/quests/quests_umbala.txt
npc: npc/quests/quests_veins.txt
npc: npc/quests/quests_yuno.txt
npc: npc/quests/thana_quest.txt
// - The Sign Quest
//   Be sure that the time zone set corresponds with the server's.
//   For more info, read the comments in npc/quests/the_sign_quest.txt
//npc: npc/quests/the_sign_quest.txt

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  505
  • Reputation:   126
  • Joined:  04/04/16
  • Last Seen:  

npc/scripts_athena.conf

// ------------------------ Instances ---------------------------
//npc: npc/instances/SealedShrine.txt
npc: npc/instances/EndlessTower.txt
npc: npc/instances/OrcsMemory.txt
npc: npc/instances/NydhoggsNest.txt

Disable it by commenting it out. SealedShrine is the instance that give Large Bapho Horns

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  07/28/13
  • Last Seen:  

npc/scripts_athena.conf

// ------------------------ Instances ---------------------------
//npc: npc/instances/SealedShrine.txt
npc: npc/instances/EndlessTower.txt
npc: npc/instances/OrcsMemory.txt
npc: npc/instances/NydhoggsNest.txt

Disable it by commenting it out. SealedShrine is the instance that give Large Bapho Horns

 

Yeah , i knew that but is there any Npc's that like it ? quests or things that gives player things like this & thx

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  01/31/14
  • Last Seen:  

 

npc/scripts_athena.conf

// ------------------------ Instances ---------------------------
//npc: npc/instances/SealedShrine.txt
npc: npc/instances/EndlessTower.txt
npc: npc/instances/OrcsMemory.txt
npc: npc/instances/NydhoggsNest.txt

Disable it by commenting it out. SealedShrine is the instance that give Large Bapho Horns

 

Yeah , i knew that but is there any Npc's that like it ? quests or things that gives player things like this & thx

 

It's the sealed shrine quest, you have to disable it there at npc/instances/ or you have to open the SealedShrine.txt and disable the final NPC ( which rewards the players ).

I would rather disabled Sealed Shrine instance ;)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  07/28/13
  • Last Seen:  

 

 

npc/scripts_athena.conf

// ------------------------ Instances ---------------------------
//npc: npc/instances/SealedShrine.txt
npc: npc/instances/EndlessTower.txt
npc: npc/instances/OrcsMemory.txt
npc: npc/instances/NydhoggsNest.txt

Disable it by commenting it out. SealedShrine is the instance that give Large Bapho Horns

 

Yeah , i knew that but is there any Npc's that like it ? quests or things that gives player things like this & thx

 

It's the sealed shrine quest, you have to disable it there at npc/instances/ or you have to open the SealedShrine.txt and disable the final NPC ( which rewards the players ).

I would rather disabled Sealed Shrine instance ;)

 

 

 

There are tons of quest headgears enabled by default.

 

Check npc/scripts_athena.conf again

// --------------------------- Quests ---------------------------
// - Quests-Tutorials for basic classes (1st class quests) ------
//npc: npc/quests/first_class/tu_acolyte.txt
//npc: npc/quests/first_class/tu_archer.txt
//npc: npc/quests/first_class/tu_magician01.txt
//npc: npc/quests/first_class/tu_ma_th01.txt
//npc: npc/quests/first_class/tu_merchant.txt
//npc: npc/quests/first_class/tu_sword.txt
//npc: npc/quests/first_class/tu_thief01.txt
// - Headgear Quests --------------------------------------------
npc: npc/quests/newgears/2004_headgears.txt
npc: npc/quests/newgears/2005_headgears.txt
npc: npc/quests/newgears/2006_headgears.txt
npc: npc/quests/newgears/2008_headgears.txt
// - Falicious Okolnir ------------------------------------------
//   God Item Second Edition Quests
npc: npc/quests/okolnir.txt
// - The God Item Quest -----------------------------------------
// - Controller file, allow GMs to change variables.
//npc: npc/quests/seals/god_global.txt
//npc: npc/quests/seals/brisingamen_seal.txt
//npc: npc/quests/seals/god_weapon_creation.txt
//npc: npc/quests/seals/megingard_seal.txt
//npc: npc/quests/seals/mjolnir_seal.txt
//npc: npc/quests/seals/sleipnir_seal.txt
// - Seal status board.
//npc: npc/quests/seals/seal_status.txt
// --------------------------------------------------------------
// - Wandering Minstrel Quest
//npc: npc/quests/bard_quest.txt
npc: npc/quests/bunnyband.txt
npc: npc/quests/cooking_quest.txt
npc: npc/quests/counteragent_mixture.txt
//npc: npc/quests/dandelion_request.txt
//npc: npc/quests/doomed_swords.txt
//npc: npc/quests/doomed_swords_quest.txt
npc: npc/quests/eye_of_hellion.txt
// - Guild Relay Quests
npc: npc/quests/guildrelay.txt
npc: npc/quests/gunslinger_quests.txt
npc: npc/quests/juice_maker.txt
//npc: npc/quests/kiel_hyre_quest.txt
npc: npc/quests/lvl4_weapon_quest.txt
npc: npc/quests/mage_solution.txt
npc: npc/quests/monstertamers.txt
//npc: npc/quests/mrsmile.txt
npc: npc/quests/ninja_quests.txt
npc: npc/quests/obb_quest.txt
//npc: npc/quests/partyrelay.txt
//npc: npc/quests/quests_13_1.txt
//npc: npc/quests/quests_13_2.txt
npc: npc/quests/quests_airship.txt
npc: npc/quests/quests_alberta.txt
npc: npc/quests/quests_aldebaran.txt
npc: npc/quests/quests_amatsu.txt
npc: npc/quests/quests_ayothaya.txt
npc: npc/quests/quests_comodo.txt
npc: npc/quests/quests_ein.txt
npc: npc/quests/quests_geffen.txt
npc: npc/quests/quests_gonryun.txt
npc: npc/quests/quests_hugel.txt
npc: npc/quests/quests_izlude.txt
npc: npc/quests/quests_juperos.txt
npc: npc/quests/quests_lighthalzen.txt
npc: npc/quests/quests_louyang.txt
npc: npc/quests/quests_lutie.txt
npc: npc/quests/quests_morocc.txt
npc: npc/quests/quests_moscovia.txt
npc: npc/quests/quests_nameless.txt
npc: npc/quests/quests_niflheim.txt
npc: npc/quests/quests_payon.txt
npc: npc/quests/quests_prontera.txt
npc: npc/quests/quests_rachel.txt
npc: npc/quests/quests_umbala.txt
npc: npc/quests/quests_veins.txt
npc: npc/quests/quests_yuno.txt
npc: npc/quests/thana_quest.txt
// - The Sign Quest
//   Be sure that the time zone set corresponds with the server's.
//   For more info, read the comments in npc/quests/the_sign_quest.txt
//npc: npc/quests/the_sign_quest.txt

 

THX

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