Jump to content

protoftw

Members
  • Posts

    528
  • Joined

  • Last visited

  • Days Won

    31
  • Feedback

    0%

Everything posted by protoftw

  1. Το ενεργοποιησες μεσω config? EnableBotsPrevention = true
  2. Κανενας δεν ειναι τιποτα μεχρι να αποκτησει εναν τιτλο που καποιος ξαφνικα αποφασισε πως πρεπει να υπαρχει αυτος ο τιτλος..Ο λογος?Για λογους αναγνωρισης του προσωπου και της ειδικοτητας του στη συγκεκριμενη περιπτωση..Δεν αυτοαποκαλεστηκε κατι που δεν μπορει να υποστηριξει..Ειπε ειμαι νεος σαν developer..Οπως εισαι ΝΕΟΣ και σε μια δουλεια.. Παραδειγματακι: Πιανω δουλεια μπαρμανι σε κλαμπ πρωτη μερα..με ρωτανε τι δουλεια θα κανεις τελικα ρε?Μπαρμαν δικε μου.. Εκει που να λεει, ε απλα θα παω στο μαγαζι θα μπω πισω απο τον παγκο θα μου λενε τι ποτο θελουνε και εγω θα ψαχνω να βρω πιο ειναι για να το σερβιρω. Μην κανεις τοσο εντονα θεματα που δεν υπαρχει λογος να γινουν. Φιλακια, ξερεις εσυ be nice to people :-[ :-
  3. Οσο αφορα τα scrolls , αναλογα τι pack χρησιμοποιεις και τι configs εχει περασμενα μεσα..Για παραδειγμα στο l2jfrozen εχει επιλογη για το ποσο enchant να δινει το καθε scroll.. Οσο αφορα to aCis δεν εχει περασμενο κατι τετοιο το καθαρο source. Και για το equipment επισης χρειαζεται να περασεις custom configs, java codes. Δεν γινεται μονο μεσα απο το pack, χρειαζεται core edit.
  4. :you serious?: :troll: :gtfo: //ontopic Welcome tehbot12 ;)
  5. Thank you man ;)
  6. Thanks for your kind words melron. It was nice,easy and fun working with you :-
  7. 1.Type of npc must be: L2Npc 2.You need to import all these folders to scripts.cfg 3.Try reloading "custom scripts" manual. *remove those 2 lines from scripts.cfg (912_buffer and 8204_NpcNoblesse) They are not used in donate manager npc. ( I forgot to delete them , I'm sorry)
  8. Well, I'm so happy and glad to know that L2jFrozen is back..I totally support you guys and I'm all the way with you. Do not hesitate to start the project again and make sure that everything you do , is something that makes you and your users satisfied. Do not focus only on users , focus to yourselves too. I've been a frozen user for years , and I'd be happy to start being one again.
  9. HopzoneUrl = http://l2.hopzone.net/gr/lineage2/details/91106/servername TopzoneUrl = http://l2topzone.com/totalvotes.php?id=serverid
  10. <?xml version='1.0' encoding='utf-8'?> <list> <item id='weaponID' name="Weapon Name"> <for> <set val='388' order='0x08' stat='pAtk'/> <set val='132' order='0x08' stat='mAtk'/> <set val='10' order='0x08' stat='rCrit'/> <add val='0' order='0x10' stat='accCombat'/> <set val='325' order='0x08' stat='pAtkSpd'/> <enchant val='0' order='0x0C' stat='pAtk'/> <enchant val='0' order='0x0C' stat='mAtk'/> <mul val='1.15' order='0x30' stat='maxHp'> <and> <using slotitem="weaponID;14;4"/> </and> </mul> <mul val='1.2' order='0x30' stat='maxMp'> <and> <using slotitem="weaponID;14;4"/> </and> </mul> <mul val='1.3' order='0x30' stat='maxCp'> <and> <using slotitem="weaponID;14;4"/> </and> </mul> <!-- Enhances damage to target during PvP --> <mul val='1.05' order='0x30' stat='pvpPhysDmg'/> <mul val='1.05' order='0x30' stat='pvpMagicalDmg'/> </for> </item> </list> That's an example of a weapon with custom stats..It gives stats to the weapon but in addition it adds stats when the weapon is enchanted to a certain amount.
  11. Also keep in mind that the wages in USA and specifically in L.A as you mentioned are x2-3, compared to a greek one.
  12. Mr. triple eye set , το εχω δει..αρκετα καλη ταινια , δεν βαριεσαι ;)
  13. It's not a joke ..... l2 prostitution is real.
  14. Here's an example of an npc, make sure to add them on the proper file (example: Id of npc=50050 , it goes to 50000-50999.xml) idTemplate="xxx" , In idTemplate put the id of any npc you like ..You may like how grand olympiad manager looks like , so put this ID in there..And then your npc won't look like a bunny. <npc id="50006" idTemplate="31228" name="Roy the Cat" title="Class Manager"> <set name="level" val="70"/> <set name="radius" val="9"/> <set name="height" val="16"/> <set name="rHand" val="0"/> <set name="lHand" val="0"/> <set name="type" val="L2ClassMaster"/> <set name="exp" val="0"/> <set name="sp" val="10"/> <set name="hp" val="2444.46819"/> <set name="mp" val="1345.8"/> <set name="hpRegen" val="7.5"/> <set name="mpRegen" val="2.7"/> <set name="pAtk" val="688.86373"/> <set name="pDef" val="295.91597"/> <set name="mAtk" val="470.40463"/> <set name="mDef" val="216.53847"/> <set name="crit" val="4"/> <set name="atkSpd" val="253"/> <set name="str" val="40"/> <set name="int" val="21"/> <set name="dex" val="30"/> <set name="wit" val="20"/> <set name="con" val="43"/> <set name="men" val="20"/> <set name="corpseTime" val="7"/> <set name="walkSpd" val="80"/> <set name="runSpd" val="120"/> <set name="dropHerbGroup" val="0"/> <set name="attackRange" val="40"/> <ai type="default" ssCount="0" ssRate="0" spsCount="0" spsRate="0" aggro="0" canMove="true" seedable="false"/> <skills> <skill id="4045" level="1"/> <skill id="4416" level="7"/> </skills> </npc> *Multisell looks fine to me. So your problem is that u get a critical error when ur mouse is over an item , right? (also check ur pm)
  15. I added the NPC in npcgrp.dat, npcname-e.dat. 1.You don't have to add the npc to client side..You just create a new one in data/xml/npcs (as you already did) And then you create the html and you add it to the correct folder (depends on the type of npc) 2.As for the html it's ok there are no problems. 3.The critical error is probably because you didn't add properly the custom items. If you want to add custom items you should add them to armorgrp.dat (armors) and to itemname-e.dat Systextures,Animations must exist too.(that may cause your critical error) 4.Another idea is that your multisell might be wrong in some way , but i dont think so because you are saying that icons (weapons,armor) are shown properly.
  16. oh ma gaaaaaawwwd .. I love those sins God bless you, you little piece of sinjuice :-[ on topic: I hope you do well my friend , wish you luck :)
  17. ew
  18. Welcome to maxcheaters mate , hope you have fun while spending your time stalking topics :P
  19. Ok guys , thanks for your feedback. Lock it.
  20. Hello guys, I'm curious about combobox's options. Does anyone know if the listed items from combobox can lead to different html chats? For example: <table> <tr> <td align=center><button value="Confirm" action="bypass -h npc_%objectId%_Chat 1" width=102 height=17 back="sek.cbui94" fore="sek.cbui92"></td> <td align=center><combobox width=120 height=17 var=type list=test1;test2;test3;test4;test5;</td> </tr> </table> If i choose test1 , it will open "Chat 1" and the same for the other options. *I know that the current bypass leads to chat 1 ... I don't want to create more buttons bcs If I do then combobox should be deleted. All I'm saying is : I want to choose "test1" and lead me to Chat 1 I want to choose "test2" and lead me to Chat 2 ...etc Any ideas? [without creating bypass - core side]
  21. madaftw stole my last name . wtf
  22. Use navicat 8.2 , not the latest version.
  23. Thank you buddy ;)
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..