簽到天數: 1 天
連續簽到: 0 天
[LV.1]初來乍到
使用道具 舉報
簽到天數: 10 天
[LV.3]偶爾看看II
//增加不显示华丽水晶血量 else if( battle_config.show_mob_info && md->class_ != MOBID_EMPERIUM) { char mobhp[50], *str_p = mobhp; WBUFW(buf, 0) = cmd = 0x195; if( battle_config.show_mob_info&4 ) str_p += sprintf(str_p, "Lv. %d | ", md->level); if( battle_config.show_mob_info&1 ) str_p += sprintf(str_p, "HP: %u/%u | ", md->status.hp, md->status.max_hp); if( battle_config.show_mob_info&2 ) str_p += sprintf(str_p, "HP: %d%% | ", get_percentage(md->status.hp, md->status.max_hp)); if( battle_config.show_mob_info&8 ) str_p += sprintf(str_p, "ID. %d |",md->bl.id); if( battle_config.show_mob_info& 16) switch(md->status.size){ case 0: str_p += sprintf(str_p, "体形: 小型");break; case 1: str_p += sprintf(str_p, "体型:中型");break; case 2: str_p += sprintf(str_p, "体型:大型");break; }
簽到天數: 305 天
連續簽到: 94 天
[LV.8]以壇為家I
本版積分規則 發表回復 回帖並轉播 回帖後跳轉到最後一頁
Archiver|手機版|小黑屋|OK討論區
GMT+8, 2025-7-1 04:26 AM , Processed in 0.099185 second(s), 20 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.