Jump to content

Francisko

Members
  • Posts

    196
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Francisko

  1. my pack it's l2jfree, please help me ^^!!, but if u know how to fix for another pack elp me too :D.... ty for try to help me ^^*!
  2. so beautiful the effect :D!!!!!!! ty for shre ^^*!!**!
  3. Hi Everyone, i'am posting here because i need help whit this code from npcbuffer, well i need to know what i need to change in the code to make the NPC cast the buffs, or what I need to edit for see an animation when i press the buff button?? import sys from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance from java.util import Iterator from net.sf.l2j.gameserver.datatables import SkillTable from net.sf.l2j import L2DatabaseFactory 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 qn = "9977_NPCBuffer" NPC=[7106] ADENA_ID=57 QuestId = 9977 QuestName = "NPCBuffer" QuestDesc = "custom" InitialHtml = "1.htm" print "importing custom: 9977: NPCBuffer" class Quest (JQuest) : def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr) def onEvent(self,event,st): htmltext = event count=st.getQuestItemsCount(ADENA_ID) if count < 15000 or st.getPlayer().getLevel() < 2 : htmltext = "<html><head><body>No Tienes Adena.<br></body></html>" else: st.takeItems(ADENA_ID,0) st.getPlayer().setTarget(st.getPlayer()) if event == "1": st.takeItems(ADENA_ID,1000) st.getPlayer().useMagic(SkillTable.getInstance().getInfo(9951,5),False,False) st.getPlayer().restoreHPMP() return "1.htm" st.setState(COMPLETED) #Wind Walk if event == "2": st.takeItems(ADENA_ID,10000) SkillTable.getInstance().getInfo(1204,2).getEffects(st.getPlayer(),st.getPlayer()) st.getPlayer().restoreHPMP() return "2.htm" st.setState(COMPLETED) #Arcane Protection if event == "3": st.takeItems(ADENA_ID,10000) SkillTable.getInstance().getInfo(1354,1).getEffects(st.getPlayer(),st.getPlayer()) st.getPlayer().restoreHPMP() return "2.htm" st.setState(COMPLETED) #Shield if event == "4": st.takeItems(ADENA_ID,10000) SkillTable.getInstance().getInfo(1040,3).getEffects(st.getPlayer(),st.getPlayer()) st.getPlayer().restoreHPMP() return "2.htm" st.setState(COMPLETED) #Might if event == "5": st.takeItems(ADENA_ID,10000) SkillTable.getInstance().getInfo(1068,3).getEffects(st.getPlayer(),st.getPlayer()) st.getPlayer().restoreHPMP() return "2.htm" st.setState(COMPLETED) #Mental Shield if event == "6": st.takeItems(ADENA_ID,10000) SkillTable.getInstance().getInfo(1035,4).getEffects(st.getPlayer(),st.getPlayer()) st.getPlayer().restoreHPMP() return "2.htm" st.setState(COMPLETED) if htmltext != event: st.setState(COMPLETED) st.exitQuest(1) return htmltext def onTalk (self,npc,player): st = player.getQuestState(qn) htmltext = "<html><head><body>No Tengo Nada que decirte.</body></html>" st.setState(State.STARTED) return InitialHtml QUEST = Quest(QuestId,str(QuestId) + "_" + QuestName,QuestDesc) for npcId in NPC: QUEST.addStartNpc(npcId) QUEST.addTalkId(npcId) with nothing more to say, thank you very much for the help .... Francisko ^^*! PD: i just post a part of the code, because the other repeats
  4. this lite version doesn't have a sema stuff from a full version, but its a nice way to get a software legally, anyway ty share this guide ^^*!
  5. ty , i will test it :D
  6. nice but why in 4 parts?????? LOL? anyway ty for share D:
  7. great, the last wing are so nice :D!!! ty for share ^^*!!
  8. EDIT: This serverpack it's so unstable!!!! make errors in sql scripts, and when i try to load the server have more problems!!! like a can't find a *.jar files :S!!!!!! greetings ---------------------------- ty for share and i will test it, i hop this pack don't have the bug whit the mobs while thay try to cast an skill!! -.- al serverpacks i've test have this bug ty for share ^^
  9. very nice share!!!!!! downloading and testing!!
  10. well like always ty for shre this whit us ^^*!!!!
  11. nice share, u fix sql? beacuse are some missing buff =).. i hope so :D!
  12. nice share testing ^^*
  13. ty for share this great job whit us!!! but one question, what i need to edit on the script, to see the npc casting the buffs? i like that but i can't found any npc buffer whit animations, just to let the subject more understandable, i want to SEE the NPC CASTING THE BUFF NOT THE PLAYER :)!! ty 4 ur answer^^
  14. amazing!!, sorry for the question but this "all clients" includes GRACIA FINAL client?? ty for ur answer... and anyway this its a great job ty 4 share whit us ^^*!
  15. just awesome !!! ty for share whit us!!
  16. good good work ty for share ^^
  17. awesome !!! ty for share this great job whit us ^^*1
  18. ty for share it!!!!!! amazing ^^*
  19. well u post this "Can someone Give me The Gracia Final SKills? ( 80+ lvl)" not like a "Can someone Give me The SQl script of Gracia Final SKills for any serverpack?? ( 80+ lvl)"
×
×
  • 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