如果喜欢,那偶顺便也送上准确位置代码.:)
打开../templates/default/petpknpcmap.htm
找到:
<div align="center"><img src="$imgpath/pet/map.jpg" width="579" height="442" usemap="#Map" border="0">
<map name="Map">
<area shape="rect" coords="200,165,255,232" href="pet.php">
<area shape="rect" coords="250,260,330,315" href="pet.php?index=petpknpc&mapid=2">
<area shape="rect" coords="350,220,415,285" href="pet.php?index=petpknpc&mapid=3">
<area shape="rect" coords="285,325,350,380" href="pet.php?index=petpknpc&mapid=1">
<area shape="rect" coords="460,255,530,320" href="pet.php?index=petpknpc&mapid=4">
<area shape="rect" coords="300,135,375,205" href="pet.php?index=petpknpc&mapid=5">
<area shape="rect" coords="90,85,160,160" href="pet.php?index=petpknpc&mapid=6">
<area shape="rect" coords="435,40,515,120" href="pet.php?index=petpknpc&mapid=7">
<area shape="rect" coords="260,35,340,120" href="pet.php?index=petpknpc&mapid=8">
<area shape="rect" coords="495,180,580,250" href="pet.php?index=petpknpc&mapid=9">
<area shape="rect" coords="470,340,555,425" href="pet.php?index=petpknpc&mapid=10">
<area shape="rect" coords="70,340,145,415" href="pet.php?index=petpknpc&mapid=11">
<area shape="rect" coords="70,10,145,65" href="pet.php?index=petpknpc&mapid=12">
</map>
</div>
不对地图转数限制才可点击则修改为:
<div align="center"><img src="$imgpath/pet/map.jpg" usemap="#Map" border="0">
<map name="Map">
<area shape="circle" coords="115,295,41" href="pet.php">
<area shape="circle" coords="215,409,41" href="pet.php?index=petpknpc&mapid=1">
<area shape="circle" coords="281,328,41" href="pet.php?index=petpknpc&mapid=2">
<area shape="circle" coords="335,180,41" href="pet.php?index=petpknpc&mapid=3">
<area shape="circle" coords="467,234,41" href="pet.php?index=petpknpc&mapid=4">
<area shape="circle" coords="148,168,41" href="pet.php?index=petpknpc&mapid=5">
<area shape="circle" coords="235,197,41" href="pet.php?index=petpknpc&mapid=6">
<area shape="circle" coords="294,86,41" href="pet.php?index=petpknpc&mapid=7">
<area shape="circle" coords="354,30,41" href="pet.php?index=petpknpc&mapid=8">
<area shape="circle" coords="425,110,41" href="pet.php?index=petpknpc&mapid=9">
<area shape="circle" coords="530,155,41" href="pet.php?index=petpknpc&mapid=10">
<area shape="circle" coords="40,225,41" href="pet.php?index=petpknpc&mapid=11">
<area shape="circle" coords="228,26,41" href="pet.php?index=petpknpc&mapid=12">
</map>
</div>
对地图转数限制才可点击则修改为:
<div align="center"><img src="$imgpath/pet/map.jpg" usemap="#Map" border="0">
<map name="Map">
<area shape="circle" coords="115,295,41" href="pet.php">
<area shape="circle" coords="215,409,41" href="pet.php?index=petpknpc&mapid=1">
<area shape="circle" coords="281,328,41" href="pet.php?index=petpknpc&mapid=2">
<area shape="circle" coords="335,180,41" href="pet.php?index=petpknpc&mapid=3">
<area shape="circle" coords="467,234,41" href="pet.php?index=petpknpc&mapid=4">
<area shape="circle" coords="148,168,41" href="pet.php?index=petpknpc&mapid=5">
<area shape="circle" coords="235,197,41" href="pet.php?index=petpknpc&mapid=6">
<!--{if $mypetdata[mypetjob]>0}-->
<area shape="circle" coords="294,86,41" href="pet.php?index=petpknpc&mapid=7">
<!--{/if}-->
<!--{if $mypetdata[mypetjob]>1}-->
<area shape="circle" coords="354,30,41" href="pet.php?index=petpknpc&mapid=8">
<!--{/if}-->
<!--{if $mypetdata[mypetjob]>2}-->
<area shape="circle" coords="425,110,41" href="pet.php?index=petpknpc&mapid=9">
<!--{/if}-->
<!--{if $mypetdata[mypetjob]>3}-->
<area shape="circle" coords="530,155,41" href="pet.php?index=petpknpc&mapid=10">
<!--{/if}-->
<!--{if $mypetdata[mypetjob]>4}-->
<area shape="circle" coords="40,225,41" href="pet.php?index=petpknpc&mapid=11">
<!--{/if}-->
<!--{if $mypetdata[mypetjob]>5}-->
<area shape="circle" coords="228,26,41" href="pet.php?index=petpknpc&mapid=12">
<!--{/if}-->
</map>
</div>
注意:如果你在后台编辑了默认转数设置,上面的内容也要相应的修改.<!--{if $mypetdata[mypetjob]>1}-->指1转后才进..再之..
[ 本帖最后由 羽翼时空 于 2007-1-23 15:26 编辑 ] |