Jump to content
  • 0

Adding New Skills Problem


Question

Posted

hello i have a problem while trying to create some skills , that you will see below....while i am trying to solve my issue my eye saw an answer about a guy who had wrong pch ID's  and the best solution was this one

 

HB++ = (skill_id*65536)+level

 

Not HB++ = (skill_id*256)+level

 

 

can someone explain to me what do HB++ mean ?And how should i edit my skills according to that? my code can be seen below :

* ps An and Di are my prefixes in order to arange things.. They are 2 effects in each category : 2 below A , 2 below B , 2 below C   etc.
 

 
 
Skill data


A


skill_begin skill_name=[s_opt_acumen_An] /* [???? ???] */ skill_id=15000 level=2 operate_type=P magic_level=64 effect={{p_magic_speed;{all};16;per};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end
skill_begin skill_name=[s_opt_acumen_Di] /* [???? ???] */ skill_id=16000 level=2 operate_type=P magic_level=64 effect={{p_magic_speed;{all};18;per};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end


B


skill_begin skill_name=[s_opt_focus_high_crit80_An] skill_id=15001 level=2 operate_type=P magic_level=1 effect={{p_critical_rate;{all};10.8;diff};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end
skill_begin skill_name=[s_opt_focus_high_crit80_Di] skill_id=16001 level=2 operate_type=P magic_level=1 effect={{p_critical_rate;{all};11.2;diff};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end


C


skill_begin skill_name=[s_opt_focus_medium_cri75_An] skill_id=15002 level=1 operate_type=P magic_level=75 effect={{p_critical_rate;{all};8.53;diff};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end
skill_begin skill_name=[s_opt_focus_medium_cri75_Di] skill_id=16002 level=1 operate_type=P magic_level=75 effect={{p_critical_rate;{all};8.93;diff};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end


D ( this one got no error and the console was running perfect , i don;t know why )


skill_begin skill_name=[s_opt_empower75_An] skill_id=15003 level=1 operate_type=P magic_level=75 effect={{p_magical_attack;{all};17.5;per};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end
skill_begin skill_name=[s_opt_empower75_Di] skill_id=16003 level=1 operate_type=P magic_level=75 effect={{p_magical_attack;{all};19;per};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end


E


skill_begin skill_name=[s_opt_haste75_An] skill_id=15004 level=1 operate_type=P magic_level=75 effect={{p_attack_speed;{all};7;per};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end
skill_begin skill_name=[s_opt_haste75_Di] skill_id=16004 level=1 operate_type=P magic_level=75 effect={{p_attack_speed;{all};15;per};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end


F


skill_begin skill_name=[s_opt_maxhp_up_a_An] /* [???? ??] */ skill_id=15005 level=3 operate_type=P magic_level=64 effect={{p_max_hp;{all};30;per};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end
skill_begin skill_name=[s_opt_maxhp_up_a_Di] /* [???? ??] */ skill_id=16005 level=3 operate_type=P magic_level=64 effect={{p_max_hp;{all};35;per};{p_pvp_physical_attack_dmg_bonus;5;per};{p_pvp_magical_skill_dmg_bonus;5;per}} skill_end


G


skill_begin skill_name=[s_avoid_up_3_An] /* [???? ????] */ skill_id=15006 level=3 operate_type=P magic_level=52 effect={{p_avoid;{all};1.5;per}} skill_end
skill_begin skill_name=[s_avoid_up_3_Di] /* [???? ????] */ skill_id=16006 level=3 operate_type=P magic_level=52 effect={{p_avoid;{all};3;per}} skill_end


H


skill_begin skill_name=[s_polearm_multi_attack_An] /* [?? ?? ??] */ skill_id=15007 level=1 operate_type=P magic_level=1 effect={{p_hit_number;6;diff}} skill_end
skill_begin skill_name=[s_polearm_multi_attack_Di] /* [?? ?? ??] */ skill_id=16007 level=1 operate_type=P magic_level=1 effect={{p_hit_number;8;diff}} skill_end






...............................................................................


skill_pch :




[s_opt_acumen_An] = 3200000
[s_opt_acumen_Di] = 3300000


[s_opt_focus_high_crit80_An] = 3200001
[s_opt_focus_high_crit80_Di] = 3300001


[s_opt_focus_medium_cri75_An] = 3200002
[s_opt_focus_medium_cri75_Di] = 3300002


[s_opt_empower75_An] = 3200003
[s_opt_empower75_Di] = 3300003


[s_opt_haste75_An] = 3200004
[s_opt_haste75_Di] = 3300004


[s_opt_maxhp_up_a_An] = 3200005
[s_opt_maxhp_up_a_Di] = 3300005


[s_avoid_up_3_An] = 3200006
[s_avoid_up_3_Di] = 3300006


[s_polearm_multi_attack_An] = 3200007
[s_polearm_multi_attack_Di] = 3300007








...............................................................................


skill_pch 2 :






3200000 0 0 0 0 0 0 -1 0 0 0 0 -12345
3300000 0 0 0 0 0 0 -1 0 0 0 0 -12345


3200001 0 0 0 0 0 0 -1 0 0 0 0 -12345
3300001 0 0 0 0 0 0 -1 0 0 0 0 -12345


3200002 0 0 0 0 0 0 -1 0 0 0 0 -12345
3300002 0 0 0 0 0 0 -1 0 0 0 0 -12345


3200003 0 0 0 0 0 0 -1 0 0 0 0 -12345
3300003 0 0 0 0 0 0 -1 0 0 0 0 -12345


3200004 0 0 0 0 0 0 -1 0 0 0 0 -12345
3300004 0 0 0 0 0 0 -1 0 0 0 0 -12345


3200005 0 0 0 0 0 0 -1 0 0 0 0 -12345
3300005 0 0 0 0 0 0 -1 0 0 0 0 -12345


3200006 0 0 0 0 0 0 -1 0 0 0 0 -12345
3300006 0 0 0 0 0 0 -1 0 0 0 0 -12345


3200007 0 0 0 0 0 0 -1 0 0 0 0 -12345
3300007 0 0 0 0 0 0 -1 0 0 0 0 -12345




 
 
=============================================================================
.............................................................................
=============================================================================
 

3 answers to this question

Recommended Posts

  • 0
Posted

well i can do that thanks to Xel  but before i do anything i think it would be wise to learn what everything does. Knowledge is above everything i believe. Ok a mod can lock this topic thanks for your help !

Guest
This topic is now closed to further replies.
  • Posts

    • Hi everyone, Since I’m no longer interested in L2 servers, if anyone is willing to continue the project, let me know. I’m currently selling the entire project. DM me for more information if you’re genuinely interested. I can offer limited free support for the first couple of months. It is not cheap. The sale includes the domain, the recently fully redesigned website, the updater, the interface, server files with Lucera ext source, and the database (excluding account passwords, emails, and other private information; character data can remain).   Server for test: https://lineage2.gold/download Server Info: https://lineage2.gold/info Over 110 videos YouTube playlist: https://www.youtube.com/watch?v=HO7BZaxUv2U&list=PLD9WZ0Nj-zstZaYeWxAxTKbX7ia2M_DUu&index=113  
    • You invent yourself a life - bad for you, one of the inner core dev, fernandopm, which worked hard over aCis quests from 2011 to 2016 is argentinian. I teached him back in time to work and make proper quests. My dev team comes from 10+ countries and I'm myself french. "Racist/nationalist" card ? Not working bro.   Not sure why I should thank you to send me questions, and regarding bug reports, so far, I got none of yours in either discord, gitlab, or forums. I'm sorry if you feel "ignored", but that's more a psychanalyst you need to speak with if you put emotions towards someones' appreciation over a forum. I never ignore a bug report, and if so (like skills reports), it's because I got a bigger plan (skills refactor, in that case). In any case, I delivered cookies for the bug report/fix, even if it dated of months, with proper credits over changesets. "Victim card" ? Not really working, but ok, maybe you're "emotional".   I barely make money out of aCis, for the spent time - simply selling my services, or even coding/administrating a minecraft/L2J server would make far more money. Breaking intentionally things would be stupid. If you don't understand I'm not the only one working on that pack, I can't help you. Also, the scale of edits is sometimes extreme - AI L2OFF ? 1800 files added. How do you want everything works in a single shot ? "Exploiting noobz for money" card ? Still not working, or I'm a terrible businessman.   Meanwhile - you shadow advertise your project, L2JOne (since 2017 btw) - you should maybe start by the beginning saying you're a competitor and aCis is actually a spike in your foot. That also explains why you act like that. RusAcis got the exact same strategy, speaking bad of me, saying they got unique fixes (you speak about I break things, they break and recode things 4 times sometimes, btw), but successfully reselling latest revision with poorly executed stuff. "aCis is good, Tryskell is ok, but I solve all issues in extreme low time so I can piss over him" card ? Mmmmhhhh.   Our conversation ends here if you want, I don't force ppl to speak with me if they don't want - hopefully, people would understand I'm not the arrogant one and the one who doesn't want to talk, or even collaborate. :). I understand you got your own project and got no will to improve aCis.   NOTE : I'm extremely happy for your call of ExShowServerPrimitive with getValidGeoLocation, extremely impressive. Arrogant, no. Sarcastic ? Maybe.   Good night everyone.
  • Topics

×
×
  • 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..

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