L2J_JP Project Forum Index  
 FAQ   Search    Memberlist   Usergroups    Register    Profile   Log in to check your private messages   Log in
マナポーション

 
Post new topic   Reply to topic    L2J_JP Project Forum Index -> カスタムデータ
 Display posts from previous 
Display posts from previous:   

 マナポーション 
Author Message
gyo
一般ユーザ


Joined: 2008.02.07
Posts: 9
Location: 秋葉原

PostPosted: 2008/06/13 23:01:01    Post subject: マナポーション Reply with quote

マナポーションがカマエル+から使えなくなってたけど hosimi 鯖では使えたので調べてみました。が、いまいちよくわかんなかったのでやっつけで「強力マナのハーブ」と同じ扱いにしたところ悪くなかったので共有します。マナポーションのスキルXMLでの定義がわかるようでしたら、適宜変更してください。
ご参考まで

java/net/sf/l2j/gameserver/handler/itemhandlers/Potion.java
の case 文で、727 の次あたりにこれを追記

Code:
         case 728: // mana_potion, xml: ?
            res = usePotion(activeChar, 2279, 2);
            break;


Last edited by gyo on 2008/06/25 15:54:05; edited 1 time in total
View user's profile Send private message Visit poster's website

 スキルファイル 
Author Message
gyo
一般ユーザ


Joined: 2008.02.07
Posts: 9
Location: 秋葉原

PostPosted: 2008/06/25 15:53:31    Post subject: スキルファイル Reply with quote

その後ファイルを色々見て回ってなんとなく実装方法が見えてきました。んで、マナポのXML定義を作ってみたところちゃんと動きましたので、共有しときます。
スキルIDは空いていたので適当に「2555」としています。
datapack_development/data/stats/skills/2500-2599.xml を L2J_JP/data/stats/skills にコピーして、最後の行「</list>」の直前にこれを追加します

Code:
<skill id="2555" levels="1" name="Mana Potion">
  <set name="power" val="435.0"/>
  <set name="target" val="TARGET_SELF"/>
  <set name="skillType" val="MANAHEAL"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="castRange" val="-1"/>
  <set name="effectRange" val="-1"/>
  <set name="isPotion" val="true"/>
  <for>
  </for>
</skill>


そして、上のソース追加分のスキルIDも「2555」に変更してリビルドします。

Code:
         case 728: // mana_potion, xml: 2555 by gyo
            res = usePotion(activeChar, 2555, 1);
            break;


これで、マナポでMPが435回復されるようになりました。
View user's profile Send private message Visit poster's website

Post new topic   Reply to topic    L2J_JP Project Forum Index -> カスタムデータ All times are GMT + 9 Hours
Page 1 of 1
View previous topic :: View next topic  

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Protected by CBACK CrackerTracker
629 Attacks blocked.



Powered by phpBB © 2001, 2005 phpBB Group :: Theme & Graphics by GHS
Traduction par : PHPBB JAPAN / EUC-JP Edition : JP Support Forum