Jump to content

rullezz

Members
  • Posts

    396
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by rullezz

  1. lol whaen i change to none in db,in game i see Shield...and all shield have in db none.
  2. i change...to (none) in game it shield :/
  3. hi i need to adapt dawn book(weapon) to shield....and when i change from right hand to left in db....i don't see it in game...i use l2jserver Epilogue. what i can do? :/
  4. e gia paradigma ekane spawn sto giran kai to rb girise piso eki pou kanei kanonika to spawn afto enoi
  5. Then in systemmsg-e just fix in line 128 this message, for example: In our server you can't creat kamael race, choose another!
  6. Think you lamer befor post XD i just delete them from database and if i go to creat kamael i have this:
  7. How they can understand if i have l2off pack?
  8. hi. as i know l2 off is ilegal...so all who have off servers use it for own risk? or what?...i don't work with off i work with java so i don't know about off nothing.... if i open an l2 off server then i can have problem with ncsoft,fbi etc....? i can buy off files or something to not have any of these problems?
  9. ]you don't understand me i don't need dyes stat in skills i need dye for example dex or con will give you 5% run speed(wind walk) and other
  10. :-\ HI! How i can make dyes to work like skill(wind walk,focus....)?
  11. :-\ Hi i have made my own Rebirth system(Quest) for Interlude. I use L2jArchid pack,but it still no work :/ so...this quest can be used only 3 times...if player have 80 lvl...he will be deleveled to 1 lvl and will take rebirth list and book.In the end if you have rebirth list 3 you cant do again quest. Plz some one fix it... Here my code: import sys from com.l2jarchid.gameserver.model.actor.instance import L2PcInstance from com.l2jarchid.gameserver.model.quest import State from com.l2jarchid.gameserver.model.quest import QuestState from com.l2jarchid.gameserver.model.quest.jython import QuestJython as JQuest qn = "99999_Rebirth" #prerequisites: MINLEVEL = 80 #Rebirth_List_1 = 17801 #Rebirth_List_2 = 17802 #Rebirth_List_3 = 17803 #Book_of_Rebirth = 17804 NPC=[999900] class Quest (JQuest) : def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr) if player.getLevel(80) st.exitQuest(1) htmltext = "30166-01.htm" #not qualified st.giveItems(Rebirth_List_1,1) st.giveItems(Book_of_Rebirth,1) st.getPlayer().setExp() st.getPlayer().getStat().setLevel(1) if player.getLevel(80) st.exitQuest(1) htmltext = "30166-01.htm" #not qualified st.getItems(Rebirth_List_1,1) st.giveItems(Rebirth_List_2,1) st.giveItems(Book_of_Rebirth,1) st.getPlayer().setExp() st.getPlayer().getStat().setLevel(1) if player.getLevel(80) st.exitQuest(1) htmltext = "30166-01.htm" #not qualified st.getItems(Rebirth_List_2,1) st.giveItems(Rebirth_List_3,1) st.giveItems(Book_of_Rebirth,1) st.getPlayer().setExp() st.getPlayer().getStat().setLevel(1) st.getItems(Rebirth_List_3,1) st.exitQuest(1) htmltext = "30166-03.htm" #not qualified if id == st.setState(COMPLETED) : htmltext = "<html><body>You have already completed this quest.</body></html>" return htmltext QUEST = Quest(99999,qn,"Rebirth") CREATED=State('Start',QUEST) STARTED=State('Started',QUEST) COMPLETED=State('Completed',QUEST) QUEST.setInitialState(CREATED) for npcId in NPC: QUEST.addStartNpc(npcId) QUEST.addTalkId(npcId) print "importing quests: 99999:Rebirth"
  12. Archid not dead project it will reborn again in some days
  13. i try it but not work in raidboss_spawnlist respawn time don't change(i kill Raid Boss and set refresh for 5 sec,nothing)...only if i do restart and then i can see true status on web-site Alive/Down
  14. yes it's for off....but i need for java... a and one more any one have or can make npc who will make you 1 lvl like from start and give one item yeah it work but i have 1hp,cp,mp...and when i exp i don't take back my hp,cp,mp... and one more to take 1 lvl i need change any armor on me
  15. yea this help me a little st.getPlayer().setExp(0) st.getPlayer().getStat().setLevel(1) but then if i exp i have all time 1 hp,mp,cp :/ dude i wana make rebirth system but nothing...if any one have rebirth system for interlude plox post link here...i need it very very!!!!
  16. bcuz i need it for my quest if you don't understand i speek about __init__.py file in quest
  17. hi i need java comand to set player 1 lvl ...like this: st.takeItems(ADENA_ID,1) st.getPlayer().setNoble(True) st.giveItems(NOBLESS_TIARA,1) but for set player 1 lvl.
  18. bcuz as i know vesper use .ukx format and cloaks uix :/ (interlude don't support uix format) ...we need to make own model(animation) for this...i don't know how :/
  19. first uix and second i don't found anything on google :/ lol
×
×
  • 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