參考連結:http://www.phpbb-tw.net/phpbb/viewtopic.php?t=32312
使用版本:phpBB 2.0.10
狀況描述:在原來的壓縮檔內沒有有關說明如何做,但我發現有一個叫spells的資料夾,內裏有一個Fireball.gif的魔法動畫,而在install.txt裏有一段code是:
代碼: 選擇全部
// Let's sort out the spell (attack) animations...
// Make table for battle sequence...
// 0 = Standing image , 1 = Attack image
$user_action = 1;
$monster_action = 1;
$attack_img = $item['item_name'];
$attackwith_overlay = ((file_exists("adr/images/battle/spells/".$attack_img.".gif"))) ? '<img src="adr/images/battle/spells/'.$attack_img.'.gif" width="256" height="96" border="0">' : '';