我的一亩三分地 我就喜欢!
网站首页
网管
论坛
环境保护
方便网址
网管助手
软件
下载
网站地图
设为主页
收藏本站
当前位置: >
一亩三分地:首页
>
网络学院
>
网页设计
>
JS特效
>
点击展开的下拉菜单
状态栏字母大小写转换
(10-21)
上下滚动的文字
(10-21)
Javascript:window对象的方法
(11-24)
网页中播放音乐的实现方法代码
(11-24)
如何防止被IE工具拦截导致无法弹出窗
(11-24)
模仿QQ和MSN消息提示的效果
(11-13)
可展开的导航菜单
(10-21)
下拉式导航菜单
(10-21)
简单实用的下拉菜单
(10-21)
主页制作器
(10-21)
点击展开的下拉菜单
作者:
来源:
点击:
日期:
2006-10-21
下面为效果显示
认识 UO
什么是MUD
什么是UO
什么是机器人
安装和登陆
UO的安装
安装补丁文件
修改login.cfg文件
登陆游戏
UO官方站指南
UO北美NOVUS指南
UO澳州站指南
新手学堂
UO操作指南
UO指令大全
新手须知(一)
新手须知(二)
新手须知(三)
新手教程
如何赚钱
新手如何生存
UO迷你入门手册
玩UO前的心理准备
生存常识
复活的两种方法
符石的使用
店员的使用
染发指南
箱包的存放
治疗术与解剖学
Undead研究手稿
建房指南
公会石的使用方法
名誉系统
技能与称号一览
负重列表
与NPC对话列表
钥匙环的用法
招牌简介
经验交流
创世之生存手册
挖掘宝藏
创世藏宝图
屠龙记
MIB手册
Free的经验分享
Hero Lee的UO技巧
莫须有的三围观点
ZRX的赚钱方法
如何抓图
技能与训练
技能大全
技能与称号一览
难练的技能一览
技能限制表
技能训练集中营
[炼金术]
Alchemy
[铁匠]
Blacksmithy
[制弓术]
Bowcraft
[木匠]
Carpentry
[烹饪]
Cooking
[钓鱼]
Fishing
[治疗]
Healing
[放牧]
Herding
[开锁]
Lockpicking
[伐木]
Lumberjacking
[魔法]
Magery
[冥想]
Meditation
[采矿]
Mining
[音乐]
Musicanship
[解除机关]
Remove Trap
[魔法防御]
Resisting Spells
[窥探]
Snooping
[潜行]
Stealth
[盗窃]
Stealing
[裁缝]
Tailoring
[修补]
Tinkering
[兽医]
Veterinary
[箭术]
Archery
[剌枪术]
Fencing
[锤击术]
Mace Fighting
[盾防]
Parrying
[剑术]
Swordsmanship
[战术]
Tactics
[搏击]
Wrestling
[驯兽]
Animal Taming
[乞讨]
Begging
[宿营]
Camping
[制图]
Cartography
[反隐形]
Detecting Hidden
[诱惑]
Enticement
[隐藏]
Hiding
[抄写]
Inscription
[息怒]
Peacemaking
[下毒]
Poisoning
[挑拨]
Provocation
[通灵]
Spirit Speak
[追踪]
Tracking
[解剖学]
Anatomy
[动物学]
Animal Lore
[武器学]
Arms Lore
[估智术]
Evaluating Intelligence
[法医]
Forensic Evaluation
[物品鉴定]
Item Identification
[查毒]
Taste Identification
UO 地图
世界全图(怪物)
世界全图(详细)
世界全图(全图)
T2A区全图
城市地图
Britain
Trinsic
Vesper
Yew
Minco
Buccaneer's Den
Cove
Jhelom
Serpent's Hold
Magincia
Moonglow
Nujel'm
Ocllo
Skara Brae
Wind
迷宫
地下城地图
Covetous
Deceit
Despise
Destard
Hythloth
Shame
Wrong
T2A地道
Buccaneer's 暗道
UO 资料
攻防资料
生物名声及善恶表
房屋资料
UO物品一览
UO怪字图解
驯兽资料
动物大全
邪恶生物资料
T2A怪物资料
海船资料
BUG与技巧
UO小技巧
BUG大全
魔法世界
魔法系统
第一环
第二环
第三环
第四环
第五环
第六环
第七环
第八环
武器装备
武器大全
武器性能表
防具大全
魔法装备一览
打击伤害表
工匠制品
[炼金师]-药水
[铁匠系统]
[木匠]-家具一览
[制弓师]-弓弩
[裁缝]-裁缝大全
[修补匠]
[抄录师]-卷轴
[厨师]-美食天地
[矿工]-矿石大全
[特级工匠]
系统设置
UO参数设置
CHAT聊天系统
UO系统功能设定
声音与音乐
弹出设定
文字设定
交谈选项
宏键设定
鼠标设定
显示设定
颜色设定
其他杂项
滤过设定
宏键制作
UO热键详解
热键范例
制作流程
宏键界面
系统宏键
物品使用
技能使用
魔法使用
双手状态
指定攻击
语言动作
系统控制
工具指南
通过代理玩UO
UOloop的使用
UOAM的使用
EZMacros指南
脚本说明: 把如下代码加入<body>区域中 <script language=javascript> <!-- var old_menu = ''; var old_cell = ''; function menuclick( submenu ,cellbar) { if( old_menu != submenu ){ if( old_menu !='' ){ old_menu.style.display = 'none'; old_cell.src= 'plus.gif'; } submenu.style.display = 'block'; cellbar.src = 'plus.gif'; old_menu = submenu; old_cell = cellbar; }else{ submenu.style.display = 'none'; cellbar.src= 'plus.gif'; old_menu = ''; old_cell = ''; } } function RemoteWindow( url ) { window.open( url, 'PreviewWin1','width=740,height=450,resizable=yes,scrollbars=yes,status=0,location=no') } function RemoteWindow2( url ) { window.open( url, 'PreviewWin2','width=700,height=300,resizable=yes,scrollbars=yes,status=0,fullscreen=yes') } function RemoteWindow3( url ) { window.open( url, 'sub','width=740,height=300,resizable=yes,scrollbars=yes,status=0,location=no') } function MM_preloadImages(){//v3.0 var d=document; if(d.images){if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d){//v3.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length){ d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x; } function MM_nbGroup(event, grpName){//v3.0 var i,img,nbArr,args=MM_nbGroup.arguments; if (event == "init" && args.length > 2){ if ((img = MM_findObj(args[2])) != null && !img.MM_init){ img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src; if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array(); nbArr[nbArr.length] = img; for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null){ if (!img.MM_up) img.MM_up = img.src; img.src = img.MM_dn = args[i+1]; nbArr[nbArr.length] = img; }} }else if (event == "over"){ document.MM_nbOver = nbArr = new Array(); for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null){ if (!img.MM_up) img.MM_up = img.src; img.src = (img.MM_dn && args[i+2]) ? args[i+2] : args[i+1]; nbArr[nbArr.length] = img; } }else if (event == "out" ){ for (i=0; i < document.MM_nbOver.length; i++){ img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up;} }else if (event == "down"){ if ((nbArr = document[grpName]) != null) for (i=0; i < nbArr.length; i++){img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0;} document[grpName] = nbArr = new Array(); for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null){ if (!img.MM_up) img.MM_up = img.src; img.src = img.MM_dn = args[i+1]; nbArr[nbArr.length] = img; }} } //--> </script> <table border=1 cellpadding=2 bordercolor=#CCCCFF width=145 style=position:relative;left:5px;top:1px bordercolorlight=#CCCCFF bgcolor=#323E50><tr bgcolor=#FFFFDD><td align=center width=143 bordercolordark=#FFFFFF bordercolorlight=#808080><tr bgcolor=#ABBBC9> <td align=left onclick="menuclick(submenu3,bar3 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=认识MUD和UO> <img src=plus.gif border=0 id=bar3 width=11 height=11><font color=#000000> 认识 UO</font> <tr><td align=left width=143><span id=submenu3 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=jiang01.htm target=ZhuFrame>什么是MUD</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang02.htm target=ZhuFrame>什么是UO</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang03.htm target=ZhuFrame>什么是机器人</a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu8,bar8 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=成功安装与登录UO的完全流程 bgcolor=#ABBBC9> <font color=#000000><img src=plus.gif border=0 id=bar8 width=11 height=11> 安装和登陆</font><tr><td align=left width=143><span id=submenu8 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=jiang04.htm target=ZhuFrame>UO的安装</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang06.htm target=ZhuFrame>安装补丁文件</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang05.htm target=ZhuFrame>修改login.cfg文件</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang07.htm target=ZhuFrame>登陆游戏</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang35.htm target=ZhuFrame>UO官方站指南</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang36.htm target=ZhuFrame>UO北美NOVUS指南</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang37.htm target=ZhuFrame>UO澳州站指南</a></span> </td> </tr> <tr><td align=left onclick="menuclick(submenu4,bar4 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=新手学习区 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar4 width=11 height=11> <font color=#000000>新手学堂</font><tr><td align=left width=143><span id=submenu4 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=jiang08.htm target=ZhuFrame>UO操作指南</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang09.htm target=ZhuFrame>UO指令大全</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang10.htm target=ZhuFrame>新手须知(一)</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang11.htm target=ZhuFrame>新手须知(二)</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang12.htm target=ZhuFrame>新手须知(三)</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang13.htm target=ZhuFrame>新手教程</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang14.htm target=ZhuFrame>如何赚钱</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang15.htm target=ZhuFrame>新手如何生存</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang31.htm target=ZhuFrame>UO迷你入门手册</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang16.htm target=ZhuFrame>玩UO前的心理准备</a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu5,bar5 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=新手生存必须要知道的知识和生活常识 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar5 width=11 height=11> <font color=#000000>生存常识</font><tr><td align=left width=143><span id=submenu5 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=jiang17.htm target=ZhuFrame>复活的两种方法</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang19.htm target=ZhuFrame>符石的使用</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang20.htm target=ZhuFrame>店员的使用</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang21.htm target=ZhuFrame>染发指南</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang22.htm target=ZhuFrame>箱包的存放</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang23.htm target=ZhuFrame>治疗术与解剖学</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang24.htm target=ZhuFrame>Undead研究手稿</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang25.htm target=ZhuFrame>建房指南</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang26.htm target=ZhuFrame>公会石的使用方法</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang27.htm target=ZhuFrame>名誉系统</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang28.htm target=ZhuFrame>技能与称号一览</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang29.htm target=ZhuFrame>负重列表</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang30.htm target=ZhuFrame>与NPC对话列表</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang32.htm target=ZhuFrame>钥匙环的用法</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang33.htm target=ZhuFrame>招牌简介</a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu20,bar20 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=玩家练功及游戏、生活的成功经验 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar20 width=11 height=11> <font color=#000000>经验交流</font><tr><td align=left width=143><span id=submenu20 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=jingyan/jing01.htm target=ZhuFrame>创世之生存手册</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jingyan/jing02.htm target=ZhuFrame>挖掘宝藏</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jingyan/jing03.htm target=ZhuFrame>创世藏宝图</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jingyan/jing04.htm target=ZhuFrame>屠龙记</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jingyan/jing05.htm target=ZhuFrame>MIB手册</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jingyan/jing06.htm target=ZhuFrame>Free的经验分享</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jingyan/jing07.htm target=ZhuFrame>Hero Lee的UO技巧</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jingyan/jing08.htm target=ZhuFrame>莫须有的三围观点</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jingyan/jing09.htm target=ZhuFrame>ZRX的赚钱方法</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jingyan/jing10.htm target=ZhuFrame>如何抓图</a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu6,bar6 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=有关技能的介绍及练习方法 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar6 width=11 height=11> <font color=#000000>技能与训练</font><tr><td align=left width=143><span id=submenu6 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=skill/skill00.htm target=ZhuFrame>技能大全</a><br> <img src=tline.gif border=0 width=12 height=12><a href=jiang28.htm target=ZhuFrame>技能与称号一览</a><br> <img src=tline.gif border=0 width=12 height=12><a href=skill/skill01.htm target=ZhuFrame>难练的技能一览</a><br> <img src=tline.gif border=0 width=12 height=12><a href=skill/skill02.htm target=ZhuFrame>技能限制表</a><br> <img src=tline.gif border=0 width=12 height=12><a href=skill/skill03.htm target=ZhuFrame>技能训练集中营</a><br> <img src=tline.gif border=0 width=12 height=12>[炼金术] <a href=skill/skill04.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Alchemy</font></a><br> <img src=tline.gif border=0 width=12 height=12>[铁匠]<br><a href=skill/skill05.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Blacksmithy</font></a><br> <img src=tline.gif border=0 width=12 height=12>[制弓术] <a href=skill/skill06.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Bowcraft</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[木匠] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Carpentry</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[烹饪] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Cooking</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[钓鱼] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Fishing</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[治疗] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Healing</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[放牧]<a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Herding</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[开锁]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Lockpicking</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[伐木]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Lumberjacking</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[魔法]<a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Magery</font></a><br> <img src=tline.gif border=0 width=12 height=12>[冥想]<a href=skill/skill08.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Meditation</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[采矿] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Mining</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[音乐]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Musicanship</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[解除机关]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Remove Trap</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[魔法防御]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Resisting Spells</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[窥探] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Snooping</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[潜行] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Stealth</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[盗窃] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Stealing</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[裁缝]<a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Tailoring</font></a><br> <img src=tline.gif border=0 width=12 height=12>[修补] <a href=skill/skill09.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Tinkering</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[兽医]<a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Veterinary</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[箭术]<a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Archery</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[剌枪术]<a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Fencing</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[锤击术]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Mace Fighting</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[盾防] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Parrying</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[剑术]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Swordsmanship</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[战术]<a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Tactics</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[搏击] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Wrestling</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[驯兽]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Animal Taming</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[乞讨] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Begging</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[宿营]<a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Camping</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[制图]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Cartography</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[反隐形]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Detecting Hidden</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[诱惑] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Enticement</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[隐藏]<a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Hiding</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[抄写] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Inscription</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[息怒]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Peacemaking</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[下毒] <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Poisoning</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[挑拨]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Provocation</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[通灵]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Spirit Speak</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[追踪]<a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Tracking</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[解剖学]<a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Anatomy</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[动物学]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Animal Lore</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[武器学]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Arms Lore</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[估智术]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Evaluating Intelligence</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[法医]<br> <a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Forensic Evaluation</font></a><br> <img src=images/tline.gif border=0 width=12 height=12>[物品鉴定]<br><a href=ziliao/zi22.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Item Identification</font></a><br> <img src=tline.gif border=0 width=12 height=12>[查毒]<br><a href=skill/skill07.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Taste Identification</font></a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu7,bar7 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=UO世界的地图大全 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar7 width=11 height=11> <font color=#000000>UO 地图 </font><tr><td align=left width=143><span id=submenu7 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi29.htm target=ZhuFrame>世界全图(怪物)</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi20.htm target=ZhuFrame>世界全图(详细)</a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/allmap.htm target=ZhuFrame>世界全图(全图)</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi28.htm target=ZhuFrame>T2A区全图</a><br> <img src=tline.gif border=0 width=12 height=12>城市地图<br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/britain.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Britain</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/trainsic.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Trinsic</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/vesper.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Vesper</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/yew.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Yew</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/minoc.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Minco</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/buccaneer%27s-den.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Buccaneer's Den</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/cove.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Cove</font></a><br> <img src=tline.gif border=0 width=12 height=12><font face=Arial,Helvetica,sans-serif><a href=map/city/jhelom.htm target=ZhuFrame>Jhelom</a></font><br> <img src=tline.gif border=0 width=12 height=12><font face=Arial,Helvetica,sans-serif><a href=map/city/Serpent%27s-hold.htm target=ZhuFrame>Serpent's Hold</a></font><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/magincia.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Magincia</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/moonglow.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Moonglow</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/nujel%27m.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Nujel'm</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/occlo.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Ocllo</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/skara-brae.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Skara Brae</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/wind.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Wind</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/city/labyrinth.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>迷宫</font></a><br> <img src=tline.gif border=0 width=12 height=12>地下城地图<br> <img src=tline.gif border=0 width=12 height=12><a href=map/downcity/Covetous.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Covetous</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/downcity/Deceit.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Deceit</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/downcity/Despise.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Despise</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/downcity/destard.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Destard</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/downcity/hythloth.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Hythloth</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/downcity/shame.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Shame</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=map/downcity/wrong.htm target=ZhuFrame><font face=Arial,Helvetica,sans-serif>Wrong</font></a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi23.htm target=ZhuFrame>T2A地道</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi24.htm target=ZhuFrame>Buccaneer's 暗道</a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu9,bar9 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=UO世界的各类资料大全 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar9 width=11 height=11> <font color=#000000>UO 资料</font><tr><td align=left width=143><span id=submenu9 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi01.htm target=ZhuFrame>攻防资料</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi10.htm target=ZhuFrame>生物名声及善恶表</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi12.htm target=ZhuFrame>房屋资料</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi26.htm target=ZhuFrame>UO物品一览</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi21.htm target=ZhuFrame>UO怪字图解</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi13.htm target=ZhuFrame>驯兽资料<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi18.htm target=ZhuFrame>动物大全<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi17.htm target=ZhuFrame>邪恶生物资料</a><a href=datum/swzl.htm><br></a><a href=datum/swzl.htm> </a><img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi52.htm target=ZhuFrame>T2A怪物资料</a><a href=datum/swzl.htm><br></a><a href=datum/swzl.htm> </a><img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi53.htm target=ZhuFrame>海船资料</a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu1,bar1 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=在UO游戏中存在的各种BUG及小技巧 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar1 width=11 height=11> <font color=#000000>BUG与技巧</font><tr><td align=left width=143><span id=submenu1 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=jiang34.htm target=ZhuFrame>UO小技巧</a><br> <img src=tline.gif border=0 width=12 height=12><a href=bug.htm target=ZhuFrame>BUG大全</a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu18,bar18 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=UO中魔法系统的各类资料及魔法用法 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar18 width=11 height=11> <font color=#000000>魔法世界</font><tr><td align=left width=143><span id=submenu18 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi04.htm target=ZhuFrame>魔法系统<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/fh.htm#1 target=ZhuFrame>第一环<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/fh.htm#2 target=ZhuFrame>第二环<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/fh.htm#3 target=ZhuFrame>第三环<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/fh.htm#4 target=ZhuFrame>第四环<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/fh.htm#5 target=ZhuFrame>第五环<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/fh.htm#6 target=ZhuFrame>第六环<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/fh.htm#7 target=ZhuFrame>第七环<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/fh.htm#8 target=ZhuFrame>第八环</a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu17,bar17 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=介绍武器及防具种类、性能的资料 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar17 width=11 height=11> <font color=#000000>武器装备</font><tr><td align=left width=143><span id=submenu17 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi14.htm target=ZhuFrame>武器大全<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi15.htm target=ZhuFrame>武器性能表<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi16.htm target=ZhuFrame>防具大全<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi25.htm target=ZhuFrame>魔法装备一览<br></a> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi19.htm target=ZhuFrame>打击伤害表</a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu10,bar10 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=UO世界中各类工匠能制作的物品的详细资料 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar10 width=11 height=11> <font color=#000000>工匠制品</font><tr><td align=left width=143><span id=submenu10 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><span style=FONT-SIZE:9pt><a href=ziliao/zi03.htm target=ZhuFrame>[炼金师]-药水</a></span><br> <img src=tline.gif border=0 width=12 height=12><span style=FONT-SIZE:9pt><a href=ziliao/zi27.htm target=ZhuFrame>[铁匠系统]</a></span><br> <img src=tline.gif border=0 width=12 height=12><span style=FONT-SIZE:9pt><a href=ziliao/zi57.htm target=ZhuFrame>[木匠]-家具一览</a></span><br> <img src=tline.gif border=0 width=12 height=12><span style=FONT-SIZE:9pt><a href=ziliao/zi07.htm target=ZhuFrame>[制弓师]-弓弩</a></span><br> <img src=tline.gif border=0 width=12 height=12><span style=FONT-SIZE:9pt><a href=ziliao/zi05.htm target=ZhuFrame>[裁缝]-裁缝大全</a></span><br> <img src=tline.gif border=0 width=12 height=12><span style=FONT-SIZE:9pt><a href=ziliao/zi06.htm target=ZhuFrame>[修补匠]</a></span><br> <img src=tline.gif border=0 width=12 height=12><span style=FONT-SIZE:9pt><a href=ziliao/zi08.htm target=ZhuFrame>[抄录师]-卷轴</a></span><br> <img src=tline.gif border=0 width=12 height=12><span style=FONT-SIZE:9pt><a href=ziliao/zi09.htm target=ZhuFrame>[厨师]-美食天地</a></span><br> <img src=tline.gif border=0 width=12 height=12><span style=FONT-SIZE:9pt><a href=ziliao/zi11.htm target=ZhuFrame>[矿工]-矿石大全</a></span><br> <img src=tline.gif border=0 width=12 height=12><span style=FONT-SIZE:9pt><a href=ziliao/zi02.htm target=ZhuFrame>[特级工匠]</a></span></span> </td> </tr> <tr><td align=left onclick="menuclick(submenu11,bar11 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=介绍优化UO系统的方法及UO中具体功能的使用 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar11 width=11 height=11> <font color=#000000>系统设置</font><tr><td align=left width=143><span id=submenu11 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=jiang18.htm target=ZhuFrame>UO参数设置</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi30.htm target=ZhuFrame>CHAT聊天系统</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi31.htm target=ZhuFrame>UO系统功能设定</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi31.htm#s1 target=ZhuFrame>声音与音乐</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi31.htm#s2 target=ZhuFrame>弹出设定</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi31.htm#s3 target=ZhuFrame>文字设定</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi31.htm#s4 target=ZhuFrame>交谈选项</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi31.htm#s5 target=ZhuFrame>宏键设定</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi31.htm#s6 target=ZhuFrame>鼠标设定</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi31.htm#s7 target=ZhuFrame>显示设定</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi31.htm#s8 target=ZhuFrame>颜色设定</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi31.htm#s9 target=ZhuFrame>其他杂项</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi31.htm#s10 target=ZhuFrame>滤过设定</a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu12,bar12 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=介绍UO热键的制作方法,新手必读! bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar12 width=11 height=11> <font color=#000000>宏键制作</font><tr><td align=left width=143><span id=submenu12 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi32.htm target=ZhuFrame>UO热键详解</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi59.htm target=ZhuFrame>热键范例</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi54.htm target=ZhuFrame>制作流程</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi33.htm target=ZhuFrame>宏键界面</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi34.htm target=ZhuFrame>系统宏键</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi35.htm target=ZhuFrame>物品使用</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi36.htm target=ZhuFrame>技能使用</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi37.htm target=ZhuFrame>魔法使用</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi38.htm target=ZhuFrame>双手状态</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi39.htm target=ZhuFrame>指定攻击</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi40.htm target=ZhuFrame>语言动作</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi51.htm target=ZhuFrame>系统控制</a></span> </td> </tr><tr><td align=left onclick="menuclick(submenu14,bar14 );" style=cursor:hand width=143 bordercolordark=white bordercolorlight=gray onmouseover=this.style.backgroundColor='#FFCCCC' onmouseout=this.style.backgroundColor='' title=玩UO时会经常用到的各类工具及其用法、说明 bgcolor=#ABBBC9> <img src=plus.gif border=0 id=bar14 width=11 height=11> <font color=#000000>工具指南</font><tr><td align=left width=143><span id=submenu14 style=margin-left:5;display:none;> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi60.htm target=ZhuFrame>通过代理玩UO</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi56.htm target=ZhuFrame>UOloop的使用</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi58.htm target=ZhuFrame>UOAM的使用</a><br> <img src=tline.gif border=0 width=12 height=12><a href=ziliao/zi55.htm target=ZhuFrame>EZMacros指南</a></span> </td> </tr></table>
【
文章评论
】 【
收藏本文
】 【
推荐好友
】 【
打印本文
】 【
论坛讨论
】
相关文章:
·
简单实用的下拉菜单
·
下拉式导航菜单
·
可展开的导航菜单
·
按钮展开日期表
·
dreamweaver中网页折叠菜单的制作
·
精彩网页菜单轻松完成
文章评论:
(条)
请留名:
匿名评论
点击查看所有评论
网管论坛
责任编辑:
一分
声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。