Jump to content

Flash™

Legendary Member
  • Posts

    2,865
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Flash™

  1. Ti theleis na kaneis akruvos mporeis na mas peis gia na sou poume giati tosi ora pame sta tifla kai kratiomaste apo mia le3ei mono boi8isemas na se boi8isoume
  2. pas sto config tou tvt event kai vazeis to id ton Doors katasira apo to 1 ws to 4 kai tha anoi3ei otan teleiwnei kai tha kleinei otan arxizei
  3. file pigene package com.l2jserver.gameserver.model.base; bres to Classid.java kai kanto post edw mia ama einai na sto ftia3w. den kano post to fix
  4. pigene java\com\l2jserver\gameserver\network\serverpackets kai tha breis gia tous character analoga me to ti theleis
  5. file vale photo na doume to error na mporesoume na se boi8isoume File Kafros_Gr pou to ekanes test ayto to link pou dineis ? ekanes kanena atack me ddos se kanena pack ?
  6. 1. Diavase ta Rules. [Our Forum Rules] 2. Ekanes post kai eipes mono ti theleis kai oute ti client ti theleis oute tpt 3. to link pou sou edosa einai na kaneis search 4.mporeis na psa3eis kai na breis den einai diskolo. 5.Post gia tetoia idh post i help edw kaneis post [Request] Dev Help [L2J] Gr 6. kalh tixh
  7. kane search edw here
  8. pare ayto edw einai + + if (_text.length() >= 100) + { + _log.warning("Say2: Max input exceeded."); + return; + }
  9. man edit for this is ok .getHtm(activeChar.getHtmlPrefix(), "data/html/welcome.htm");
  10. pare olo mazi sql kai skill kai sto skill alla3e oti theleis.. egw to ekana sto freya gia balance kai einai ok.. REPLACE INTO `skill_trees` VALUES ('92', '7104', '1', 'BALANCE_Sagittarius', '0', '76'); to 92 einai to id tou Sagittarius to 7104 einai to skill kai to 1 einai to lvl to 76 einai sta posa lvl na to pernei <skill id="7104" levels="1" name="BALANCE_Sagittarius"> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_PASSIVE" /> <for> <mul order="0x30" stat="pDef" val="1" /> <mul order="0x30" stat="mDef" val="1" /> <mul order="0x30" stat="pAtk" val="1" /> <mul order="0x30" stat="mAtk" val="1" /> <mul order="0x30" stat="pAtkSpd" val="1" /> <mul order="0x30" stat="mAtkSpd" val="1" /> <mul order="0x30" stat="mReuse" val="1" /> <mul order="0x30" stat="sDef" val="1" /> <mul order="0x30" stat="cAtk" val="1" /> <mul order="0x30" stat="cAtkAdd" val="1" /> </for>
  11. theleis ena skill san kai ayto file mou ee ? <skill id="7104" levels="1" name="BALANCE_Sagittarius"> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="OP_PASSIVE" /> <for> <mul order="0x30" stat="pDef" val="1" /> <mul order="0x30" stat="mDef" val="1" /> <mul order="0x30" stat="pAtk" val="1" /> <mul order="0x30" stat="mAtk" val="1" /> <mul order="0x30" stat="pAtkSpd" val="1" /> <mul order="0x30" stat="mAtkSpd" val="1" /> <mul order="0x30" stat="mReuse" val="1" /> <mul order="0x30" stat="sDef" val="1" /> <mul order="0x30" stat="cAtk" val="1" /> <mul order="0x30" stat="cAtkAdd" val="1" /> </for>
  12. man test for this Index: java/com/l2jserver/gameserver/skills/Formulas.java =================================================================== --- java/com/l2jserver/gameserver/skills/Formulas.java (revision 4472) +++ java/com/l2jserver/gameserver/skills/Formulas.java (working copy) @@ -2446,8 +2446,8 @@ return Rnd.get(100) < value; } - else if (type.equals(L2SkillType.CANCEL)) // CANCEL-type effects land always - return true; + else if (type.equals(L2SkillType.CANCEL)) + return Rnd.get(50) < skill.getMaxChance(); if (shld == SHIELD_DEFENSE_PERFECT_BLOCK) // perfect block {
  13. file ekei pou mou eipes den to uparxei exw ta ubuntu ta new
  14. provlem for sql characters no 'pc_point' `subpledge` SMALLINT NOT NULL DEFAULT 0, `lvl_joined_academy` TINYINT UNSIGNED NOT NULL DEFAULT 0, `apprentice` INT UNSIGNED NOT NULL DEFAULT 0, `sponsor` INT UNSIGNED NOT NULL DEFAULT 0, `varka_ketra_ally` TINYINT NOT NULL DEFAULT 0, `clan_join_expiry_time` BIGINT UNSIGNED NOT NULL DEFAULT 0, `clan_create_expiry_time` BIGINT UNSIGNED NOT NULL DEFAULT 0, `death_penalty_level` SMALLINT UNSIGNED NOT NULL DEFAULT 0, `pc_point` SMALLINT UNSIGNED NOT NULL DEFAULT 0, `bookmarkslot` SMALLINT UNSIGNED NOT NULL DEFAULT 0, `vitality_points` SMALLINT UNSIGNED NOT NULL DEFAULT 0, `createTime` DECIMAL(20,0) NOT NULL default 0, `language` VARCHAR(2) DEFAULT NULL, and look for this + private static final String UPDATE_CHARACTER = "UPDATE characters SET level=?,maxHp=?,curHp=?,maxCp=?,curCp=?,maxMp=?,curMp=?,str=?,con=?,dex=?,_int=?,men=?,wit=?,face=?,hairStyle=?,hairColor=?,heading=?,x=?,y=?,z=?,exp=?,expBeforeDeath=?,sp=?,karma=?,pvpkills=?,pkkills=?,rec_have=?,rec_left=?,clanid=?,maxload=?,race=?,classid=?,deletetime=?,title=?,accesslevel=?,online=?,isin7sdungeon=?,clan_privs=?,wantspeace=?,base_class=?,onlinetime=?,in_jail=?,jail_timer=?,newbie=?,nobless=?,power_grade=?,subpledge=?,last_recom_date=?,lvl_joined_academy=?,apprentice=?,sponsor=?,varka_ketra_ally=?,clan_join_expiry_time=?,clan_create_expiry_time=?,char_name=?,event_points=?,coupon=?,donator=?,death_penalty_level=?,koof=?,noob=?,idiot=?,pc_point=? WHERE obj_id=?"; # + private static final String RESTORE_CHARACTER = "SELECT account_name, obj_Id, char_name, level, maxHp, curHp, maxCp, curCp, maxMp, curMp, acc, crit, evasion, mAtk, mDef, mSpd, pAtk, pDef, pSpd, runSpd, walkSpd, str, con, dex, _int, men, wit, face, hairStyle, hairColor, sex, heading, x, y, z, movement_multiplier, attack_speed_multiplier, colRad, colHeight, exp, expBeforeDeath, sp, karma, pvpkills, pkkills, clanid, maxload, race, classid, deletetime, cancraft, title, rec_have, rec_left, accesslevel, online, char_slot, lastAccess, clan_privs, wantspeace, base_class, onlinetime, isin7sdungeon, in_jail, jail_timer, newbie, nobless, power_grade, subpledge, last_recom_date, lvl_joined_academy, apprentice, sponsor, varka_ketra_ally,clan_join_expiry_time,clan_create_expiry_time,event_points,coupon,donator,death_penalty_level,koof,noob,idiot,pc_point FROM characters WHERE obj_id=?";
  15. file mou i ora allazh apo to roloi tou pc sou.. to pack pernei tin ora apo to pc oste na litourgisei. px. ama den kanei locked ton gameserver kai allazeis ora tha deis oti sou petaei erro ston gameserver kai prepei na ton kaneis locked na tin ftia3eis opws theleis kai meta na ton kaneis open.. pigene sto roloi kai bres Format kai bres tin xora pou theleis kai ftia3e kai tha eisai ok :)
  16. tha ithela na rwtisw pws mporw na mpw apo windows se ubuntu me remote desktop na exw plhreis elenxw
  17. ti pack server exeis kai ti client ?
  18. file i l2jfree einai mono me maven oxi me eclipse ..
  19. I sell only Html of that. Accepted ways to pay: Paypal 10€
  20. Ti ennoeis file mou na ftia3eis mono sou ola ta java arxia pou exei to pack mono sou ? i na pareis ena katharo pack kai na to ftia3eis ?
  21. apo ta config file mou ayto to ftiaxneis Gia help kanoume edw post [Request] Dev Help [L2J] Gr
  22. file mou poia buffer exeis kai exei ayta ta skill? ti pack exeis?
×
×
  • 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