View Full Version : Carpet! Carpet? Carpet...!
pinkkea
06-11-2010, 07:51 PM
I'm thinking about the normal one, not the royal. I was going to get a broom but the carpet has more storage space and HP (but seven minutes less storage space) than the Oak Broom. Or the other broom. The more expensive broom.
D: Suggestions? Which is faster, actually? That's the main thing. :stress:
hengsheng120
06-11-2010, 08:49 PM
oak broom is faster on land and air (compared to regular carpet)
paladin
06-11-2010, 09:41 PM
Nvm hengsheng may be right
I wonder why carpets are slower
Broom to carpet prices are about equal
hengsheng120
06-11-2010, 09:47 PM
see for yourself then, aircraftdesc.xml is directly responsible for the client side speed (only velocity is synced with server)
ID="430001" ClassName="Pet_Thunderbird"
ID="430002" ClassName="AirSnapshotTeamT"
ID="430101" ClassName="Pet_Eagle"
ID="430102" ClassName="AirSnapshotTeamE"
ID="430201" ClassName="Pet_Pelican"
ID="430202" ClassName="AirSnapshotTeamP"
ID="460102" ClassName="FireWyvernB
ID="460103" ClassName="FireWyvernC"
ID="460104" ClassName="FireWyvernStrongA"
ID="460201" ClassName="LightningWyvernA"
ID="460202" ClassName="LightningWyvernB"
ID="460203" ClassName="LightningWyvernC"
ID="460204" ClassName="LightningWyvernStrongA"
ID="460205" ClassName="LightningWyvernStrongB"
ID="460301" ClassName="IceWyvernA"
ID="460302" ClassName="IceWyvernB"
ID="460303" ClassName="IceWyvernC"
ID="460304" ClassName="IceWyvernStrongA"
ID="460305" ClassName="IceWyvernStrongB"
ID="490001" ClassName="Pet_Flyingstar"
ID="490002" ClassName="Pet_oak_broom"
ID="490003" ClassName="Pet_bush_clover_broom"
ID="490005" ClassName="Pet_MagicCarpet2"
ID="490007" ClassName="Pet_PremiumMagicCarpet2"
<?xml version="1.0" encoding="UTF-16"?>
<aircraft_descs>
<!--
<aircraft_desc>
- id : race ID
<aviation>
- velocity : 수평 속도, m / s
- rising : 상승 속도, m / s
- drop : 하강 속도, m / s
- rotation : 회전속도, rad / s
</aviation>
</aircraft_desc>
-->
<aircraft_desc id="430001" desc="썬더버드">
<aviation velocity="13.5" rising="4" drop="-7" rotation="1.20" />
</aircraft_desc>
<aircraft_desc id="430002" desc="항공촬영팀T">
<aviation velocity="13.5" rising="4" drop="-10" rotation="1.20" />
</aircraft_desc>
<aircraft_desc id="430101" desc="독수리">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="430102" desc="항공촬영팀E">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="430201" desc="펠리컨">
<aviation velocity="13.5" rising="4" drop="-7" rotation="1.20" />
</aircraft_desc>
<aircraft_desc id="430202" desc="항공촬용팀P">
<aviation velocity="13.5" rising="4" drop="-7" rotation="1.20" />
</aircraft_desc>
<aircraft_desc id="460101" desc="와이번(파이어)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460102" desc="와이번(파이어)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460103" desc="와이번(파이어)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460104" desc="강한 와이번(파이어)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460201" desc="와이번(라이트닝)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460202" desc="와이번(라이트닝)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460203" desc="와이번(라이트닝)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460204" desc="강한 와이번(라이트닝)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460205" desc="강한 와이번(라이트닝)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460301" desc="와이번(아이스)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460302" desc="와이번(아이스)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460303" desc="와이번(아이스)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460304" desc="강한 와이번(아이스)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<aircraft_desc id="460305" desc="강한 와이번(아이스)">
<aviation velocity="16" rising="5" drop="-10" rotation="1.57" />
</aircraft_desc>
<!-- 빗자루 -->
<aircraft_desc id="490001" desc="한정 빗자루">
<aviation velocity="15.0" rising="8" drop="-12" rotation="2.0" />
</aircraft_desc>
<aircraft_desc id="490002" desc="나무 빗자루">
<aviation velocity="15.0" rising="150" drop="-150" rotation="3.75" />
</aircraft_desc>
<aircraft_desc id="490003" desc="싸리 빗자루">
<aviation velocity="13.5" rising="7" drop="-10" rotation="1.8" />
</aircraft_desc>
<!-- 마법 융단 -->
<aircraft_desc id="490005" desc="2인승 융단">
<aviation velocity="13.5" rising="5" drop="-10" rotation="1.20" />
</aircraft_desc>
<aircraft_desc id="490007" desc="한정 2인승 융단">
<aviation velocity="15.0" rising="6" drop="-10" rotation="1.20" />
</aircraft_desc>
</aircraft_descs>
paladin
06-11-2010, 09:56 PM
Hmm
If i take velocity as flying speed forward,rise and drop as lift off and descend
Royal magic carpet ties the fastest brooms for velocity but lacks in descend and lift off speed
Rotation i have no idea
On a other note
According to this the base magic carpet is tie with the pelican
hengsheng120
06-12-2010, 05:56 AM
yea but you can edit the rise,drop, and rotation, so that doesn't really matter.
pinkkea
06-13-2010, 08:27 AM
...okay, it's Oak Broom, then. Maybe I'll get the carpet instead of a Shire.
Website powered by vBulletin™. Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.