设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索

如何令裝備窗口也顯示 + dex 和 +agi ?

查看数: 4515 | 评论数: 11 | 收藏 0
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2010-8-19 16:24

正文摘要:

本帖最后由 石仔 于 2010-8-19 21:53 编辑 默認的只顯示 + attack, def, magic def 已搜索網站 但找不到方法~ 望前輩指點

回复

石仔 发表于 2010-8-19 21:55:27
回复 azdet54639 的帖子

嗯嗯! 完美解決了!

   
BBBBB6 发表于 2010-8-19 21:50:28
这个效果实在是太捞了。。。
azdet54639 发表于 2010-8-19 21:48:43
  1.     if @new_atk != nil
  2.       self.contents.font.color = system_color
  3.       self.contents.draw_text(160, 50, 40, 30, "→", 1)
  4.       self.contents.font.color = normal_color
  5.       self.contents.draw_text(200, 50, 36, 30, @new_atk.to_s, 2)
  6.     end
  7.     if @new_pdef != nil
  8.       self.contents.font.color = system_color
  9.       self.contents.draw_text(160, 75, 40, 30, "→", 1)
  10.       self.contents.font.color = normal_color
  11.       self.contents.draw_text(200, 75, 36, 30, @new_pdef.to_s, 2)
  12.     end
  13.     if @new_mdef != nil
  14.       self.contents.font.color = system_color
  15.       self.contents.draw_text(160, 100, 40, 30, "→", 1)
  16.       self.contents.font.color = normal_color
  17.       self.contents.draw_text(200, 100, 36, 30, @new_mdef.to_s, 2)
  18.     end
  19.     if @new_str != nil
  20.       self.contents.font.color = system_color
  21.       self.contents.draw_text(160, 125, 40, 30, "→", 1)
  22.       self.contents.font.color = normal_color
  23.       self.contents.draw_text(200, 125, 36, 30, @new_str.to_s, 2)
  24.     end
  25.     if @new_dex != nil
  26.       self.contents.font.color = system_color
  27.       self.contents.draw_text(160, 150, 40, 30, "→", 1)
  28.       self.contents.font.color = normal_color
  29.       self.contents.draw_text(200, 150, 36, 30, @new_dex.to_s, 2)
  30.     end
  31.     if @new_agi != nil
  32.       self.contents.font.color = system_color
  33.       self.contents.draw_text(160, 175, 40, 30, "→", 1)
  34.       self.contents.font.color = normal_color
  35.       self.contents.draw_text(200, 175, 36, 30, @new_agi.to_s, 2)
  36.     end
  37.     if @new_int != nil
  38.       self.contents.font.color = system_color
  39.       self.contents.draw_text(160, 200, 40, 30, "→", 1)
  40.       self.contents.font.color = normal_color
  41.       self.contents.draw_text(200, 200, 36, 30, @new_int.to_s, 2)
  42.     end
  43.   end
复制代码

评分

参与人数 1星屑 +600 收起 理由
「旅」 + 600 辛苦了~~~

查看全部评分

azdet54639 发表于 2010-8-19 21:46:11
其实可以直接将我的脚本复制上去
azdet54639 发表于 2010-8-19 20:58:00
我的範例也有改的
為了不連帖
發短信ing...
azdet54639 发表于 2010-8-19 20:57:34
在第3個nil後面加上4個nil
azdet54639 发表于 2010-8-19 19:44:56
回复 石仔 的帖子


    已经完成 附件在原贴子内 请验收
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-11-30 07:16

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表