Jump to content

Joκκєrino

Members
  • Posts

    386
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Joκκєrino

  1. Not sure , into navicat , etcitems table should be at last column something with item's skill id (not sure , i'm not working on interlude+ ) After that , check data/stats/skill . Should be something like ( yes , that's for your item ) http://trac.assembla.com/L2jOfficial/changeset/1446/trunk/data/data/stats/skills/22000-22099.xml
  2. Download them again from 4shared . And save to Desktop or Downloads folder . Editing client is ilegally .
  3. Please stop caps looking . I'm here to help you , or i can leave you alone . After editing this , you have to do what i said on last post :
  4. Buddy , first you have to edit From 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=?,death_penalty_level=? 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,death_penalty_level FROM characters WHERE obj_id=?"; to 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=?,death_penalty_level=?,todaypvps=?,pvplord=? 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,death_penalty_level,todaypvps,pvplord FROM characters WHERE obj_id=?"; After that , you have to do what i said : And that's it , this gonna work .
  5. Take a look at itemhandler , there should be the problem . EDIT : Can you give me the skill of the item ? What is wrote in gameserver when you press it ?
  6. First you have to edit UPDATE_CHARACTER and RESTORE_CHARACTER as you said .
  7. Open navicat, your connection, your database, table named characters.sql, file, design table, then add todaypvps and pvplord as int with lenght from 2 to 5 (depends how many players you have because they can make 10.000 pvp's in 1 day ), save it, restart server, and try create another character. Follow these steps and it gonna work .
  8. And revita pops means ? Any source/code ?
  9. I didn't tested it , but i think bugs are minors , because that's a good project . Anyway , can be hard to fix them . TODO :Should compile/test the pack .
  10. That's used on L2jFrozen , so already shared .
  11. Config.ENCHANT_SAFE_MAX That code it's incomplete . You have to add something in configs . Personally , i can add it (i don't need it) , but if you post a share , post it all .
  12. Gonna FU... Interlude chronicle . Anyway , it's already shared on la2base.ru .
  13. Think that should be locked . http://lmgtfy.com/?q=eclipse# http://maxcheaters.com/forum/index.php?topic=81843.0
  14. Add "nu" - Romanian word
  15. I checked . There is just for dismount , not for target .
  16. Yes , you're right sir . I thought this one !
  17. Check Enterworld.java and put condition if(!activeChar.isOnline)
  18. He duplicated account connection . First time when he loggin in , gonna be disconnected to prevent hacks , others..
  19. Open commandname-e.dat with L2FileEdit and delete 13 12 target To know , that's ilegally . You have to ask for NCsoft if you wanna do that . Or you can just change it ! :D
  20. For sure , i'll test it . EDIT : HTML are in russian/english .
  21. It's supposed to work . I'm not sure where is the problem . Try with a hopzone link . Vote Reward System by GoldenBoy
  22. Wanna edit the command (e.g. from /target ~> /target1 ) or what is doing ?
  23. Special ? Isn't . Try making something new and unique . Anyway , good share .
×
×
  • 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