Jump to content

InFocus

Members
  • Posts

    306
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by InFocus

  1. I add Rebirth System, and i set max to 200. I put Skill, i edit Skill, in java/xml and client side to have 1 rebirth + 1 skill. And i have rebirth number 4 and skill it is blocking at level 3. How i can fix this?
  2. Morning all, i need champion aura config , i try to search on google, but no work what i found, can someone give me another link?
  3. i correct addToExp, but still no work, and that variable need to create in pc instance?
  4. HI all, today, i try to add premium services, and i get some errors in L2PcInstance How i can set there? and here, Thank you
  5. Traceback (innermost last): (no code object) at line 0 SyntaxError: ('inconsistent dedent', ('custom/50300_PKlist/__init__.py', 58, 15, ' con.close()\t\t ')) No work con.close()
  6. Morning all. Today, i add a npc and i get little errors in init.py, in L2DatabaseFactory. In console, error is File "custom/50300_PKlist/__init__.py", line 58, in onEvent AttributeError: class 'com.l2jserver.L2DatabaseFactory' has no attribute 'close' and in init.py is setted L2DatabaseFactory.close(con) Thank you!
  7. Solved, can close topic
  8. I try to put this <table name="#magicLvl"> 58 62 66 70 74 </table> <table name="#pAtk"> 72.7 86.1 100.2 114.8 129.3 </table> <set name="icon" val="BranchSys2.icon.skill0952" /> <set name="magicLvl" val="#magicLvl" /> <set name="operateType" val="P" /> <set name="targetType" val="SELF" /> <for> <effect name="Buff"> <add stat="pAtk" val="#pAtk"> </add> </effect> </for> ...no work, i restart server, no work
  9. Yes, i try all variants.
  10. no work, it is still active :)
  11. HI all, as title say, how i can change a skill from ACTIVE to PASSIVE( just from server side, from client i know how)? Here it is skill type xml: <skill id="xxxx" levels="1" name="Skill Name - Super Status"> <!-- CT2.5 retail confirmed --> <set name="castRange" val="1000" /> <set name="effectPoint" val="-100" /> <set name="effectRange" val="2000" /> <set name="hitTime" val="2000" /> <set name="magicLvl" val="76" /> <set name="mpConsume" val="108" /> <set name="operateType" val="A1" /> <set name="power" val="10000000" /> <set name="rideState" val="NONE" /> <set name="targetType" val="ONE" /> <for> <effect name="PhysicalAttack" /> </for> </skill> Thank you
  12. Hi all, who can help me to adapt a premium service for latest L2jServer (Hi5) here it is code. https://gist.github.com/VlLight/7777405/revisions?diff=unified i Think it is impossible to get help here, but i try
  13. HI, I am looking for developer for config communityboard with: GM Shop Buffer Teleport Character Status with rates XP,SP,Drop (per player) pm L2jServer (High Five Project)
  14. Who can help me with something? i try to add Drop Rune and i don't know how i can set the multiply rates: For exemple: 50% = 0.50f 100% = 1.00f E.t.c I use L2jserver project.
  15. Ok. 2 things, 1: How i can modify Multipli 2: How i can add Drop one
  16. Can somebody know a java code for boost rates for drop / xp / sp? Thank you
  17. Lol, that's work, the answer was L2DonateShop. Thank you Sweet
  18. And this is window when i set it L2Npc And this is when i set it L2Merchant
  19. i really don;t know how to do the main screen, cuz is L2Merchant Type and need 100.htm
  20. i have that htms, but i keep it in mods folder?
  21. in java code?
  22. I get the code from here http://l2devsadmins.net/l2devsAdmins2-0-11/index.php?topic=8490.0. If you cna help me, please
  23. i don't know how to check this
  24. And, i can leave services in mods? and make html separated?
  25. Hi all, i add npc with Donate Services, and i put in mods folder, now, what type of npc it is? L2Merchant L2Npc...? Cuz if i put L2Merchant , need html :) and i haven't, and i do not know hw to edit. Thank you. L2jFrozen 1132
×
×
  • 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