Jump to content

Recommended Posts

Posted

pedia isos na exi gini polles fores ayto to post alla thelo na m dosete ena guide i tespa ta bimata gia auto-xp stoys tg (the game) servers

an borite tha ithela guides gia spoiler

thx mages!!!!

  • 1 year later...
Posted

import sys

from com.l2jfree                                  import Config

from com.l2jfree                                  import L2DatabaseFactory

from com.l2jfree.gameserver.datatables            import CharTemplateTable

from com.l2jfree.gameserver.communitybbs.Manager  import RegionBBSManager

from com.l2jfree.gameserver.model                import L2World

from com.l2jfree.gameserver.model.quest          import State

from com.l2jfree.gameserver.model.quest          import QuestState

from com.l2jfree.gameserver.model.quest.jython    import QuestJython as JQuest

from com.l2jfree.gameserver.network.serverpackets import EtcStatusUpdate

from com.l2jfree.gameserver.network.serverpackets import PledgeShowInfoUpdate

from com.l2jfree.tools.random                    import Rnd

 

qn = "8700_Services"

 

NPC = 8700

 

 

# Items

Item = 3481

GenreCount = 10

 

print "INFO Loaded: 8700_Services"

 

 

def AutoChat(npc, text) :

  chars = npc.getKnownList().getKnownPlayers().values().toArray()

  if chars != None :

    for pc in chars :

      sm = NpcSay(npc.getObjectId(), 0, npc.getNpcId(), text)

      pc.sendPacket(sm)

 

class Quest (JQuest) :

 

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

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

 

  def onAdvEvent(self, event, npc, player) :

    st = player.getQuestState(qn)

    htmltext = event

 

    if event == "changeGenre" :

      if st.getQuestItemsCount(Item) < GenreCount :

        htmltext = "cant.htm"

      elif player.isCursedWeaponEquipped() :

        AutoChat(npc, player.getName()+" you can't change your genre when you are equipped with a Cursed Weapon.")

        htmltext = "cant.htm"

      else :

        if player.getAppearance().getSex() == 1 :

          newGenre = 0

        else :

          newGenre = 1

        con = L2DatabaseFactory.getInstance().getConnection(None)

        offline = con.prepareStatement("UPDATE characters SET sex = ? WHERE charId = ?")

        offline.setInt(1, newGenre)

        offline.setInt(2, player.getObjectId())

        try :

          offline.executeUpdate()

          offline.close()

          con.close()

        except :

          try : con.close()

          except : pass

        player.store()

        player.broadcastUserInfo()

        player.decayMe()

        player.spawnMe(player.getX(), player.getY(), player.getZ())

  st.takeItems(Item, GenreCount)

        return "2.htm"

        st.playSound("ItemSound.quest_finish")

        st.exitQuest(1)

   

 

   

 

  def onTalk(self, npc, player) :

    htmltext = ""

    st = player.getQuestState(qn)

    if not st :

      st = self.newQuestState(player)

    htmltext = "1.htm"

    st.playSound("ItemSound.quest_accept")

    return htmltext

 

QUEST = Quest(8700,qn,"custom")

 

QUEST.addStartNpc(NPC)

 

QUEST.addTalkId(NPC)

 

exo ct 1,5 mipos prepi na kano kapia alagi giati den doyleboyn mexri edo mia xara  [ Hello, im Sure i wana Change ] molis patiso afto moy lei [ you are either not on a quest thet involver this npc, or you don't meet this npc's minimum quest requirements mipos mporis na boi8isi 

 

http://rapidshare.com/files/174235507/Shot00000.rar

 

http://rapidshare.com/files/174234855/Shot00001.rar

Guest
This topic is now closed to further replies.


  • Posts

    • Still looking for adaption on Vanganth GF extender adapted for modern client.
    • Why the fuck would u implement russian / polak memes into a codebase a customer uses..   Jesus christ grow up
    • ➡ Discount for your purchase: APRIL (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • ➡ Discount for your purchase: APRIL (10% discount) ➡ Our Online Shop: https://socnet.store  ➡ Our SMM-Boosting Panel: https://socnet.pro  ➡ Telegram Shop Bot: https://socnet.shop  ➡ Telegram Support: https://t.me/solomon_bog  ➡ Telegram Channel: https://t.me/accsforyou_shop  ➡ Discord Support: @AllSocialNetworksShop  ➡ Discord Server: https://discord.gg/y9AStFFsrh  ➡ WhatsApp Support: https://wa.me/79051904467 ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n  ➡ Email Support: solomonbog@socnet.store 
    • Okay, I understand. First, to get started by contributing to open projects and learning along the way. Then, when you mention starting my own project privately, do you mean taking a free datapack like L2jMobius and trying to make it functional for an online server? Great, thank you very much — all this information is really helpful. I’ve been reaching out to several server admins here in Argentina, but it seems like none of them have the time or interest to take on an intern or assistant. xd   P.S.: Are you the creator of Hopzone? Brings back memories of when I was a kid, downloading servers at the cyber café. For two dollars, I could spend the whole day playing and eating candy like crazy.   Another question: between L2jMobius, L2jServer, and aCis, which one has ALL of its code free? As you probably noticed, I'm using ChatGPT to help me translate things, lol, and it suggested the following: Project Status Open Source Accepts Juniors? Difficulty L2JMobius Very active Semi-closed Partially (with patches) Medium-High L2JServer Active Fully open Yes (directly on GitHub) Medium aCis Semi-active Unofficial Not very clear Low
  • Topics

×
×
  • Create New...