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

    • Buying Epics/ S Gear on Elixir Whisper me
    • Hello everyone, I am looking to purchase a Premium Lineage 2 High Five server pack. My main requirements are: Stability & Quality (Most Important): The pack must be highly stable with no system errors or major bugs. Custom Features: It must include ready-to-use custom features such as a fully functional Community Board, custom NPC Buffers, and Custom Item Sellers (GM Shops), etc. Complete Files: It is absolutely necessary that the full source code (src) and complete Geodata are included. If you are selling a pack that meets these criteria, please send me a PM or leave a reply with the following information: Brief details and key features of the pack Price Test server availability (I would like to test it before buying) Thank you!
    • L2jmobiusDevClon — Classic Interlude p110 Emulator L2jmobiusDevClon is actively developing a Lineage 2 Classic Interlude p110 emulator. Development is done in free time with a strong focus on: • Stability • Authentic Classic mechanics • Clean and optimized architecture The project is based on the L2jMobius source and is continuously evolving and improving. System Requirements: • Java 25 • MariaDB 12.0 • Client p110 Current Revision: 3.0 Development Status: Active Distribution: Free Official Website: https://www.l2jmobiusdevclon.pp.ua Discord Server: https://discord.gg/23a9S8g4Bn Contact: Telegram — @L2jmobiusDevClon Also available via private messages Project Goals: ✔ Improved stability ✔ Maximum Classic accuracy ✔ Core optimization We are currently looking for: • Testers • Server administrators Suggestions, bug reports, and ideas are always welcome. Contact us via: ✔ Discord ✔ Telegram ✔ Private Messages
    • i guess loading only the effects that are needed it will maybe work, like removing from reshade shader folder the ones that are not needed, depends on the pc also i guess, also limithing the game at 30fps can be better maybe
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..