Jump to content

Urbanhack

Members
  • Posts

    135
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Urbanhack

  1. Hello Guys.. im here again... this is very complicated for me beacause i try and try and try.. but i'm going crazy. i wanna put "QUEST B" into "QUEST A" For Start Quest With This Movie (I Have The Core y DP Side Working Need The Quest.) "QUEST A" "QUEST B" #created by KKnD import sys from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest from net.sf.l2j.gameserver.instancemanager import FrintezzaManager from net.sf.l2j.gameserver.instancemanager import GrandBossManager from java.lang import System class Frintezza(JQuest) : def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr) self.isMorphed = False self.FirstAttacked = False self.status = 0 def onAdvEvent(self,event,npc,player) : if event == "start" : FrintezzaManager.getInstance().startBattle() return def onTalk (self,npc,player): npcId = npc.getNpcId() htmltext = "1" if npcId == 31453 : if self.status == 0 : if FrintezzaManager.getInstance().telePlayers(player, npc) == True : self.startQuestTimer("start", 180000, npc, player) if self.status == 1 : htmltext = "<html><body>Some other group entered lair.</body></html>" if self.status == 2 : htmltext = "<html><body>Frintezza is now busy.</body></html>" return htmltext QUEST = Frintezza(-1,"Frintezza","ai") QUEST.addStartNpc(31453) QUEST.addTalkId(31453) print "AI: individuals: Frintezza...loaded!" Tx For Read. ;)
  2. I was looking for this, sorry for my bad explanation. you're the man! very ty bigboss now i can continue ;) really ty. :)
  3. I need a code to search the C3P0 library if there is any line then the server starts. for example: this "code" there is only an explanation! if getfrom c3p0 library example c3p0.com.mchange.util.AssertException ( line maxcheater don't exist ) return; if getform c3p0 library c3p0.com.mchange.util.AssertException ( lineage 2 maxcheaters ) continue; for start GS anyway tx for read
  4. hello guys. I'm trying to protect a project. by C3P0 library and mysql . where a person needs a valid username and password, connecting to a mysql database created for my order to start the server. where within the database is the account which may initiate and without the account may not. not know where to start such a system exists but could not find it to work on it. I believe that this system had scoria. but not how it works or how to get ... thank you very much ... I hope you can help EDIT: Im Sorry Wrong Section. Can Some Mod Move To [Request] Dev Help [L2J] En? Really Im Sorry...
  5. u forgot make a new column on characters table here u have :) ALTER TABLE `characters` ADD COLUMN `donator` TINYINT UNSIGNED NOT NULL DEFAULT '0' after `acceslevel`;
  6. i know but.. im not need this script because it don't work anymore on hopzone.. and... im looking for the php file.
  7. hello again.. i adapt this vote point system to epilogue http://www.maxcheaters.com/forum/index.php?topic=41709.0 but... i need the php file for complete it... some one know where i can find? because this link http://www.4shared.com/file/89856652/81ab6709/votesystemphp.html has broken. can some1 share it? ty
  8. hello Guys .. Acording With This Post. http://www.maxcheaters.com/forum/index.php?topic=121485.0;topicseen Here Have The SQL For Remove All Material Drop... REALLY NICE FOR HIGH RATES SERVERS. And Make a Light Data Base Item Store From Characters. If Some One Need I Share It... If Not Need Bad Luck Anyway Here Is The Link Download
  9. -beep-.. well.. then i have to write all materials "id" on a .txt and later remove the drop with a sql.>> DELETE FROM droplist WHERE item_id = XXXX; then i need make this with all!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! IDs (Materials) OMG! T_T if some1 know a better way pls tell me! ty
  10. but it delete for 1 mob i need remove for all mobs in all the world. i wanna clear the material drop
  11. Hello Guys... Some One Know How I Can Remove ALL Material Drop? Some Script For Remove It? I Dont Like Search One By One... And Delete Later... I Need Remove All Fastly!!! For Example Bones Crafted Leather... Armor Parts Weapon Parts... Some Idea? Anyway Tx A Lot
  12. how i add mana potions to character... echo insert into `items` values (%id%, %OBJ_SPIRIT_ORES%, 3031, 1000, 0, 'INVENTORY', 31, null, 0, 0, '-1', 'none'); > aiobuffer.sql %mysqlPath% -h %gshost% -u %gsuser% --password=%gspass% -D %gsdb% < aiobuffer.sql here insert spirit ores.. then... for mana potions what i need make? tx a lot good work..
  13. awesome tx a lot! u are the man! :P tx for the fast reply
  14. hello guys some1 know where i can find the aio buffer maker/creator? i try search but i cant find pls if some one have idea... tell me ;)
  15. hello guys... im looking for buff = 1hour gracia final... serverpack: l2jserver if someone already have all buffs 1hs please share.. anyway.. tx and gl ;)
  16. all are free to work on their projects or whatever, but no need to fight for this. everyone does what they want, remember that the internet is free, and everyone does what he wants to do! no one is the best here. everyone is ready to learn!! and.. me too
  17. im sorry i dont know where i can share it. if wrong section please mod move or if u want delete it and i re-share in the correct section. ty
  18. Rev 206 Download at: http://www.megaupload.com/?d=U610C1VQ
  19. these wrong, but there is no problem ... several days ago I realized that EQUAL again .. and I was fine because for me ... EQUAL project was the best so far ... I believe the truth if not the same now ... is because I tried ... but anyway I wish you good luck ... and continues to work ... are going very well ... GL man... Urbanhack. Sorry For My Bad English...
  20. because jenova have own forum.. http://jenova.webmmorpg.net/
  21. o yeah.. because I do not like to remove the credits, not all .... archid have some things from equal, l2jfree, l2emu, well the source is a copy from l2emu... anyway i get some codes from another teams.. how archid and equal get codes from another teams too.. brb
  22. if you are not interested in my project that write on this message? np. if u want give me -999 karma I'm not interested
×
×
  • Create New...