Jump to content
  • 0

[HELP] baium,aq,etc...respawn time


Question

Posted

hi all!

i need help,i need to change baium,aq,antharas,valakas,etc...respawn time. how can i do this?

in my db i see only this

21678786.jpg

 

maybe from gameserver or...pfff i don't know,if anyone know plix answer me...i realy need it. thx

7 answers to this question

Recommended Posts

  • 0
Posted

No i think u cant edit it from the game...!

You must go to the Database and go to table "spawlist"

find the id of the raid u want to change the respawn time and change from there!

  • 0
Posted

bullshit all epic raid spawn time handled in a script!(acripts/ai/individual)

you need to edit the script(the sql edit dont work because the script handle the boss)

  • 0
Posted

yeah here script for baium,but what i need to change? :/

 

# version 0.1

# by Fulminus

# L2J_JP EDIT SANDMAN

 

import sys

from net.sf.l2j.gameserver.model.quest import State

from net.sf.l2j.gameserver.model.quest import QuestState

from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

from net.sf.l2j.gameserver.instancemanager import BaiumManager

 

# Boss: Baium

class baium (JQuest):

 

  def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr)

 

  def onTalk (self,npc,player):

    st = player.getQuestState("baium")

    if not st : return "<html><body>You are either not carrying out your quest or don't meet the criteria.</body></html>"

    npcId = npc.getNpcId()

    if npcId == 29025 :

      if st.getInt("ok"):

        if not npc.isBusy():

          npc.onBypassFeedback(player,"wake_baium")

          npc.setBusy(True)

          npc.setBusyMessage("Attending another player's request")

      else:

        st.exitQuest(1)

        return "Conditions are not right to wake up Baium"

    elif npcId == 31862 :

      if st.getQuestItemsCount(4295) : # bloody fabric

        st.takeItems(4295,1)

        player.teleToLocation(113100,14500,10077)

        BaiumManager.getInstance().addPlayerToLair(player)

        st.set("ok","1")

      else :

        return '<html><body>Angelic Vortex:<br>You do not have enough items</body></html>'

    return

 

  def onKill(self,npc,player,isPet):

    st = player.getQuestState("baium")

    BaiumManager.getInstance().setCubeSpawn()

    if not st: return

    st.exitQuest(1)

 

# Quest class and state definition

QUEST      = baium(-1, "baium", "ai")

CREATED    = State('Start', QUEST)

 

# Quest initialization

QUEST.setInitialState(CREATED)

# Quest NPC starter initialization

QUEST.addStartNpc(29025)

QUEST.addStartNpc(31862)

QUEST.addTalkId(29025)

QUEST.addTalkId(31862)

QUEST.addKillId(29020)

  • 0
Posted

hmmm....some one know normal respawn for this bosses: baium,queen ant,atharas,valakas,zaken,core,orfen ?

P.S. for ant queen i can change in spawnlist (lul) but for anather .....-.-

  • 0
Posted

no, u gota change it in scripts/ai/individual/baium.java

 

Look for

        // "lock" baium for 5 days and 1 to 8 hours [i.e. 432,000,000 +  1*3,600,000 + random-less-than(8*3,600,000) millisecs]
        long respawnTime = ((121 + Rnd.get(8)) * 3600000);

 

around line 350+, edit that.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • That domainn tho :_D
    • Perfect way to experience L2 without the brutal official grind. The progression here is so much smoother and faster, you get to the fun PvP and epic raids way quicker. The custom stuff keeps it fresh too. Definitely worth diving into!
    • L2-Getwork server highly customized with high-stats https://l2server.eu/ https://discord.gg/SsVhm7R Rates: L2 High Five fully customized Getwork Style with High Stats and Enchant ExP/Sp: 75x (custom) Drop/Spoil: 1x (custom) Safe: 500 Max: 50 000   Enchant System: Normal Scrolls: 93% - fail - decrease enchant by 20 Blessed Scrolls: 96% - fail - decrease enchant by 10   Armor Max Enchant D-Grade: +1000 Max Enchant C-Grade: +2000 Max Enchant B-Grade: +3000 Max Enchant A-Grade: +4000 Max Enchant S-Grade: +5000   Weapons Max Enchant D-Grade: +5000 Max Enchant C-Grade: +10000 Max Enchant B-Grade: +15000 Max Enchant A-Grade: +20000 Max Enchant S-Grade: +25000 - 50000   Fir Tree Branch (Weapon): +100 into Weapons (max 50 000) Fir Tree Branch (Armor): +15 into Armor (max 5000) Road to Dvc Cloak Enchant: +1 into cloak (max +1000) Masks of Spirit/Demon Horns Enchants: +1 into Masks (max +10) Each accessories has different max enchant and chances Daily Missions (.missions) Collections (ALT + B) Gambling System(.gamble) - each pack cost different amount Gamble Points, different items How to get gambling points? - by killing Raid Bosses/Events or Completing Daily Missions. Clan Bonus VIP Bonuses (maximum level 10) Battlepass (maximum level 100) - by killing monsters Rebirth (starting in Parnassus) Everything in ALT+B Master's Buffs - 100 Small Glass Box (1 buff) Farm Zones: Custom Farm Zones: Ruin of Agony (Exp Zone) Underground Coliseum (Safe Exp Zone) DVC,Brigand,Frost are similiar farm zones with same monsters Dvc Brigand Stronghold Frost Lake Parnassus - TOP ZONE some of our features: .gamble,collections,battlepass,talent tree, rebirth        
    • https://www.mediafire.com/file/l905r1sd84hnovf/FileEdit.rar/file
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock