Jump to content

sancak

Members
  • Posts

    43
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by sancak

  1. what about efects...for example a npcbuffer you click on a button and some efects :D how can i do it?
  2. is there any guide for creating new instances i search but cant found a good guide thanx my problem is : i cant take a party or a clan to an instance what is problem or what should i do 1. def onTalk (self,npc,player): 2. st = player.getQuestState(qn) 3. npcId = npc.getNpcId() 4. party = player.getParty() 5. if not party : 6. html = "5000-01.htm" 7. else : 8. have_quest = False 9. wrong_Level = False 10. for partyMember in party.getPartyMembers().toArray() : 11. pst = partyMember.getQuestState("Hisar") 12. if pst : have_quest = True 13. if partyMember.getLevel() < 60 or partyMember.getLevel() > 80 : 14. wrong_Level = True 15. player_name = partyMember.getName() 16. if not have_quest : 17. html = "5000-02.htm" 18. elif player != party.getLeader() : 19. party.broadcastToPartyMembers(SystemMessage(2185)) 20. html = "5000-03.htm" 21. elif wrong_Level : 22. party.broadcastToPartyMembers(SystemMessage(2097).addString(player_name)) 23. html = "5000-03.htm" 24. else : 25. for partyMember in party.getPartyMembers().toArray() : 26. enterInstance(self, player, "Hisar.xml", tele) 27. st.playSound("ItemSound.quest_middle") 28. partyMember.teleToLocation(157041, 53662, -3264) 29. html = "" 30.
  3. i want to close !shout after first talk.. just one talk is enough and it's not important is he/she speaks the same or not, is it possible. !hi ==> he or she, say hi !hi ==> you can't sat anything for a while, you have to wait 5 min. thanx
  4. yes it was working before gracia but now in shift click, i have a category field. I read and try lots of thing but nothing help. What should i write to this category field?
  5. Hi i have a small problem in droplist.sql table... is there any body who really knows what is category :-\ i want a mob (i also create it) which drop all s84 weapons. What should i write to category. Thanx
  6. yes censoring words, i can do it by java but it means lag :'( i think with client it will be more faster
  7. you know the skill Curse of Desparion (id=1541) and i wrote it's xml file and the skill is working but it's icon is a black box, i want to set it's icon and use icon.skill0000 for Curse of Desparion, is it possible?
  8. i write the xml file of curse of desparion but i didn't have it's icon in skill window i also find the pic but i don't know how i will put this icon to curse of desparion, is there any one knows that, thanx
  9. can i create my own chat filter?
  10. yeah thanx dud, it works now, but i will try to keep my own .dat files and than it's ok, i can find it by trying. thanks i'm really happy for that
  11. ok thanx i will try but it's system folder i can also edit my own. is it important to use all files or which are enough
  12. what is patched system, i edit my own system folder(maybe every file) but i didn't understand what you mean. i think some thing will come from you.:P
  13. i had tryed it but i'm trying again and ups... the client crashed. No way, any other ideas or is there any body to help writing new .dll (s)
  14. is there a way to write utf-8 chars in chat window i try to change unichat.dll with some custom ones but all my try is just a shit, i want to write i,ü ...etc how can i do it possible, thanx
  15. hi:) i'm new in here and try something for my own server... i add these four wyvern... http://www.maxcheaters.com/forum/index. ... ic=69767.0 <===great share and also i see all of them, then i decide to create 4 new wyvern by using these colors. firstly; i edit npcname-e.dat and npcgrp.dat files and i give new ids 12622,12623,12624 and 12625 than; i add the neccassary codes by eclipse to my server's source than; i edit sql tables which are about npcs and pets; npc, pet_stats, pet_skills, npcskills than; to try faster i create four admincommand in adminride like; (not buy item but also i know how to, it is not a problem) ride_w1 ride_w2 ride_w3 ride_w4 and after this i check masterhandler.java ok there is no problem, i start my server there isn't any error after all... when i ride my command... i'm on new wyvern but with a small problem...yes my movement speed is increased but i can't see new wyverns... when i try to ride other mounts...the warning is comming like "you are already have a pet" and also i can unride:) but like i said i'can see wyverns... what could be problem, anyway tnx for your answers!
  16. hi:) i'm new in here and try something for my own server... i add these four wyvern... and also i see all of them, then i try to create 4 new wyvern by using these colors. firstly; i edit npcname-e.dat and npcgrp.dat files and i give new ids 12622,12623,12624 and 12625 than; i add the neccassary codes by eclipse to my server's source than; i edit sql tables which are about npcs and pets; npc, pet_stats, pet_skills, npcskills than; to try faster i create four admincommand in adminride like; ride_w1 ride_w2 ride_w3 ride_w4 and after this i check masterhandler.java ok there is no problem, i start my server there isn't any error after all... when i ride my command... i'm on new wyvern but with a small problem...yes my movement speed is increased but i can't see new wyverns... when i try to ride other mounts...the warning is comming like "you are already have a pet" and also i can unride:) but like i said i'can see wyverns... what could be problem, anyway tnx for your answers!
  17. i have one question about ctf; i applied patchs and start server without any problem... i used "//ctf" command to start event but there are lots of settings.. and i can't find how must i set these, is there any body who knows it? or help us? thanx ________updated ok i start ctf event but only one flag.... what could be problem? could it be about compiling or settings
×
×
  • 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