├── install └── index.htm ├── gamedata ├── bak │ └── .gitkeep ├── clearlog.php ├── process.lock ├── templates │ └── .gitkeep ├── newsinfo.php ├── .systemmsg.htm.swp ├── cache │ └── vnmixitem_1.php ├── ruleset │ ├── ACBRA_2009 │ │ └── img │ │ │ ├── br.gif │ │ │ ├── bru.gif │ │ │ ├── f_0.gif │ │ │ ├── f_1.gif │ │ │ ├── f_2.gif │ │ │ ├── f_3.gif │ │ │ ├── f_4.gif │ │ │ ├── f_5.gif │ │ │ ├── f_6.gif │ │ │ ├── f_7.gif │ │ │ ├── f_8.gif │ │ │ ├── f_9.gif │ │ │ ├── m_0.gif │ │ │ ├── m_1.gif │ │ │ ├── m_2.gif │ │ │ ├── m_3.gif │ │ │ ├── m_4.gif │ │ │ ├── m_5.gif │ │ │ ├── m_6.gif │ │ │ ├── m_7.gif │ │ │ ├── m_8.gif │ │ │ ├── m_9.gif │ │ │ ├── n_1.gif │ │ │ ├── army1.gif │ │ │ ├── boss.gif │ │ │ ├── f_10.gif │ │ │ ├── f_11.gif │ │ │ ├── f_12.gif │ │ │ ├── f_13.gif │ │ │ ├── f_14.gif │ │ │ ├── f_15.gif │ │ │ ├── f_16.gif │ │ │ ├── f_17.gif │ │ │ ├── f_18.gif │ │ │ ├── f_19.gif │ │ │ ├── f_20.gif │ │ │ ├── f_21.gif │ │ │ ├── f_22.gif │ │ │ ├── f_23.gif │ │ │ ├── f_24.gif │ │ │ ├── f_25.gif │ │ │ ├── f_26.gif │ │ │ ├── f_27.gif │ │ │ ├── f_28.gif │ │ │ ├── f_29.gif │ │ │ ├── f_30.gif │ │ │ ├── f_31.gif │ │ │ ├── f_32.gif │ │ │ ├── f_33.gif │ │ │ ├── f_34.gif │ │ │ ├── f_35.gif │ │ │ ├── f_36.gif │ │ │ ├── f_37.gif │ │ │ ├── f_38.gif │ │ │ ├── f_39.gif │ │ │ ├── f_40.gif │ │ │ ├── f_41.gif │ │ │ ├── f_42.gif │ │ │ ├── gpO3.gif │ │ │ ├── i_ana.gif │ │ │ ├── i_anna.gif │ │ │ ├── i_anno.gif │ │ │ ├── i_bus.gif │ │ │ ├── i_ocha.gif │ │ │ ├── i_ooki.gif │ │ │ ├── m_10.gif │ │ │ ├── m_11.gif │ │ │ ├── m_12.gif │ │ │ ├── m_13.gif │ │ │ ├── m_14.gif │ │ │ ├── m_15.gif │ │ │ ├── m_16.gif │ │ │ ├── m_17.gif │ │ │ ├── m_18.gif │ │ │ ├── m_19.gif │ │ │ ├── m_20.gif │ │ │ ├── m_21.gif │ │ │ ├── m_22.gif │ │ │ ├── m_23.gif │ │ │ ├── m_24.gif │ │ │ ├── m_25.gif │ │ │ ├── m_26.gif │ │ │ ├── m_27.gif │ │ │ ├── m_28.gif │ │ │ ├── m_29.gif │ │ │ ├── m_30.gif │ │ │ ├── m_31.gif │ │ │ ├── m_32.gif │ │ │ ├── m_33.gif │ │ │ ├── m_34.gif │ │ │ ├── m_35.gif │ │ │ ├── m_36.gif │ │ │ ├── m_37.gif │ │ │ ├── m_38.gif │ │ │ ├── m_39.gif │ │ │ ├── m_40.gif │ │ │ ├── m_41.gif │ │ │ ├── m_42.gif │ │ │ ├── misaki.gif │ │ │ ├── n_11.gif │ │ │ ├── n_12.gif │ │ │ ├── n_13.gif │ │ │ ├── n_14.gif │ │ │ ├── n_15.gif │ │ │ ├── n_16.gif │ │ │ ├── n_17.gif │ │ │ ├── n_18.gif │ │ │ ├── n_1_.gif │ │ │ ├── n_81.gif │ │ │ ├── n_82.gif │ │ │ ├── n_83.gif │ │ │ ├── n_84.gif │ │ │ ├── n_85.gif │ │ │ ├── n_86.gif │ │ │ ├── n_87.gif │ │ │ ├── n_90.gif │ │ │ ├── i_inada.gif │ │ │ ├── i_junya.gif │ │ │ ├── i_keiko.gif │ │ │ ├── i_uncle.gif │ │ │ └── question.gif │ ├── ACDTS_2011 │ │ └── img │ │ │ ├── f_0.gif │ │ │ ├── f_1.gif │ │ │ ├── f_2.gif │ │ │ ├── f_3.gif │ │ │ ├── f_4.gif │ │ │ ├── f_5.gif │ │ │ ├── f_6.gif │ │ │ ├── f_7.gif │ │ │ ├── f_8.gif │ │ │ ├── f_9.gif │ │ │ ├── m_0.gif │ │ │ ├── m_1.gif │ │ │ ├── m_2.gif │ │ │ ├── m_3.gif │ │ │ ├── m_4.gif │ │ │ ├── m_5.gif │ │ │ ├── m_6.gif │ │ │ ├── m_7.gif │ │ │ ├── m_8.gif │ │ │ ├── m_9.gif │ │ │ ├── n_1.gif │ │ │ ├── n_2.gif │ │ │ ├── n_3.gif │ │ │ ├── n_4.gif │ │ │ ├── n_5.gif │ │ │ ├── n_6.gif │ │ │ ├── STAR.gif │ │ │ ├── f_10.gif │ │ │ ├── f_11.gif │ │ │ ├── f_12.gif │ │ │ ├── f_13.gif │ │ │ ├── f_14.gif │ │ │ ├── f_15.gif │ │ │ ├── f_16.gif │ │ │ ├── f_17.gif │ │ │ ├── f_18.gif │ │ │ ├── f_19.gif │ │ │ ├── f_20.gif │ │ │ ├── m_10.gif │ │ │ ├── m_11.gif │ │ │ ├── m_12.gif │ │ │ ├── m_13.gif │ │ │ ├── m_14.gif │ │ │ ├── m_15.gif │ │ │ ├── m_16.gif │ │ │ ├── m_17.gif │ │ │ ├── m_18.gif │ │ │ ├── m_19.gif │ │ │ ├── m_20.gif │ │ │ ├── n_11.gif │ │ │ ├── n_12.gif │ │ │ ├── n_13.gif │ │ │ ├── n_14.gif │ │ │ ├── n_21.gif │ │ │ ├── n_22.gif │ │ │ ├── n_23.gif │ │ │ ├── n_24.gif │ │ │ ├── n_31.gif │ │ │ ├── n_32.gif │ │ │ ├── n_33.gif │ │ │ ├── n_41.gif │ │ │ ├── n_42.gif │ │ │ ├── n_43.gif │ │ │ ├── n_51.gif │ │ │ ├── n_91.gif │ │ │ ├── n_92.gif │ │ │ ├── n_93.gif │ │ │ ├── n_94.gif │ │ │ └── question.gif │ ├── ACDTS_298SP4 │ │ └── img │ │ │ ├── p.gif │ │ │ ├── PB.gif │ │ │ ├── f_0.gif │ │ │ ├── f_1.gif │ │ │ ├── f_10.gif │ │ │ ├── f_11.gif │ │ │ ├── f_12.gif │ │ │ ├── f_13.gif │ │ │ ├── f_14.gif │ │ │ ├── f_15.gif │ │ │ ├── f_16.gif │ │ │ ├── f_17.gif │ │ │ ├── f_18.gif │ │ │ ├── f_19.gif │ │ │ ├── f_2.gif │ │ │ ├── f_20.gif │ │ │ ├── f_3.gif │ │ │ ├── f_4.gif │ │ │ ├── f_5.gif │ │ │ ├── f_6.gif │ │ │ ├── f_7.gif │ │ │ ├── f_8.gif │ │ │ ├── f_9.gif │ │ │ ├── m_0.gif │ │ │ ├── m_1.gif │ │ │ ├── m_10.gif │ │ │ ├── m_11.gif │ │ │ ├── m_12.gif │ │ │ ├── m_13.gif │ │ │ ├── m_14.gif │ │ │ ├── m_15.gif │ │ │ ├── m_16.gif │ │ │ ├── m_17.gif │ │ │ ├── m_18.gif │ │ │ ├── m_19.gif │ │ │ ├── m_2.gif │ │ │ ├── m_20.gif │ │ │ ├── m_21.gif │ │ │ ├── m_3.gif │ │ │ ├── m_4.gif │ │ │ ├── m_5.gif │ │ │ ├── m_6.gif │ │ │ ├── m_7.gif │ │ │ ├── m_8.gif │ │ │ ├── m_9.gif │ │ │ ├── n_1.gif │ │ │ ├── n_11.gif │ │ │ ├── n_12.gif │ │ │ ├── n_13.gif │ │ │ ├── n_14.gif │ │ │ ├── n_2.gif │ │ │ ├── n_21.gif │ │ │ ├── n_22.gif │ │ │ ├── n_23.gif │ │ │ ├── n_24.gif │ │ │ ├── n_3.gif │ │ │ ├── n_31.gif │ │ │ ├── n_32.gif │ │ │ ├── n_33.gif │ │ │ ├── n_4.gif │ │ │ ├── n_41.gif │ │ │ ├── n_42.gif │ │ │ ├── n_43.gif │ │ │ ├── n_5.gif │ │ │ ├── n_51.gif │ │ │ ├── n_52.gif │ │ │ ├── n_6.gif │ │ │ ├── n_61.gif │ │ │ ├── n_62.gif │ │ │ ├── n_63.gif │ │ │ ├── n_64.gif │ │ │ ├── n_65.gif │ │ │ ├── n_66.gif │ │ │ ├── n_7.gif │ │ │ ├── n_81.gif │ │ │ ├── n_82.gif │ │ │ ├── n_83.gif │ │ │ ├── n_9.gif │ │ │ ├── n_91.gif │ │ │ ├── n_92.gif │ │ │ ├── n_93.gif │ │ │ ├── n_94.gif │ │ │ ├── n_95.gif │ │ │ ├── n_96.gif │ │ │ ├── n_98.gif │ │ │ └── p2.gif │ └── ACDTS_298SP4_AR │ │ └── img │ │ ├── p.gif │ │ ├── PB.gif │ │ ├── f_0.gif │ │ ├── f_1.gif │ │ ├── f_2.gif │ │ ├── f_3.gif │ │ ├── f_4.gif │ │ ├── f_5.gif │ │ ├── f_6.gif │ │ ├── f_7.gif │ │ └── f_8.gif └── banlist.list ├── public └── .gitignore ├── templates └── default │ ├── bra.htm │ ├── css.htm │ └── radar.htm ├── config ├── .gitignore └── console │ └── params.php ├── runtime └── .gitignore ├── .env.example ├── img ├── a.gif ├── b.gif ├── e.gif ├── f.gif ├── h.gif ├── i.gif ├── l.gif ├── p.gif ├── u.gif ├── w.gif ├── PB.gif ├── PB.png ├── PB2.gif ├── STAR.gif ├── b01.png ├── dead.gif ├── e2.gif ├── enp.gif ├── f_0.gif ├── f_1.gif ├── f_10.gif ├── f_11.gif ├── f_12.gif ├── f_13.gif ├── f_14.gif ├── f_15.gif ├── f_16.gif ├── f_17.gif ├── f_18.gif ├── f_19.gif ├── f_1a.gif ├── f_2.gif ├── f_20.gif ├── f_2a.gif ├── f_3.gif ├── f_3a.gif ├── f_4.gif ├── f_4a.gif ├── f_5.gif ├── f_5a.gif ├── f_6.gif ├── f_6a.gif ├── f_7.gif ├── f_7a.gif ├── f_8.gif ├── f_8a.gif ├── f_9.gif ├── f_99.gif ├── f_9a.gif ├── fine.gif ├── help.png ├── hurt.gif ├── i2.gif ├── lock.png ├── m_0.gif ├── m_1.gif ├── m_10.gif ├── m_11.gif ├── m_12.gif ├── m_13.gif ├── m_14.gif ├── m_15.gif ├── m_16.gif ├── m_17.gif ├── m_18.gif ├── m_19.gif ├── m_2.gif ├── m_20.gif ├── m_21.gif ├── m_3.gif ├── m_4.gif ├── m_5.gif ├── m_6.gif ├── m_7.gif ├── m_8.gif ├── m_9.gif ├── n_0.gif ├── n_1.gif ├── n_10.gif ├── n_11.gif ├── n_12.gif ├── n_13.gif ├── n_14.gif ├── n_2.gif ├── n_21.gif ├── n_22.gif ├── n_23.gif ├── n_24.gif ├── n_3.gif ├── n_30.gif ├── n_31.gif ├── n_32.gif ├── n_33.gif ├── n_34.gif ├── n_35.gif ├── n_36.gif ├── n_37.gif ├── n_38.gif ├── n_4.gif ├── n_41.gif ├── n_42.gif ├── n_43.gif ├── n_5.gif ├── n_51.gif ├── n_52.gif ├── n_6.gif ├── n_61.gif ├── n_62.gif ├── n_63.gif ├── n_64.gif ├── n_65.gif ├── n_66.gif ├── n_67.gif ├── n_68.gif ├── n_69.gif ├── n_7.gif ├── n_70.gif ├── n_7a.gif ├── n_8.gif ├── n_81.gif ├── n_82.gif ├── n_83.gif ├── n_9.gif ├── n_91.gif ├── n_92.gif ├── n_93.gif ├── n_94.gif ├── n_95.gif ├── n_96.gif ├── n_98.gif ├── n_99.gif ├── njcm.jpg ├── p2.gif ├── red2.gif ├── t_0.gif ├── t_1.gif ├── t_10.gif ├── t_11.gif ├── t_12.gif ├── t_2.gif ├── t_3.gif ├── t_4.gif ├── t_5.gif ├── t_6.gif ├── t_7.gif ├── t_8.gif ├── t_9.gif ├── u2.gif ├── w2.gif ├── STAR2.gif ├── ach │ ├── 16.gif │ ├── 17.gif │ ├── 18.gif │ ├── 20.gif │ ├── 21.gif │ ├── 22.gif │ ├── 23.gif │ ├── 24.gif │ ├── 25.gif │ ├── 26.gif │ ├── 28.gif │ ├── 30.gif │ ├── 31.gif │ ├── 32.gif │ ├── 33.gif │ ├── D.gif │ ├── N.gif │ ├── 103.gif │ ├── 13_1.gif │ ├── 16_0.png │ ├── 16_1.png │ ├── 16_2.png │ ├── 17_0.png │ ├── 17_1.png │ ├── 17_2.png │ ├── 18_0.png │ ├── 18_1.png │ ├── 18_2.png │ ├── 19_0.png │ ├── 19_1.png │ ├── 19_2.png │ ├── 208_0.png │ ├── 208_1.png │ ├── 208_2.png │ ├── 29_0.png │ ├── 29_1.png │ ├── 29_2.png │ ├── 29_3.png │ ├── 30_0.png │ ├── 30_1.png │ ├── 30_2.png │ ├── 30_3.png │ ├── 31_0.png │ ├── 34_0.png │ ├── 34_1.png │ ├── 34_2.png │ ├── 4_1.gif │ ├── 501.gif │ ├── 502.gif │ ├── 503.gif │ ├── 504.gif │ ├── 505.gif │ ├── 600_0.png │ ├── 600_1.png │ ├── 600_2.png │ ├── 600_3.png │ ├── 600_4.png │ ├── end_D.png │ ├── end_N.png │ ├── 34_999.png │ ├── daily_D.png │ ├── daily_N.png │ ├── hunt_D.png │ ├── hunt_N.png │ ├── backup │ │ ├── 16.gif │ │ ├── 17.gif │ │ ├── 18.gif │ │ ├── 19.gif │ │ ├── 20.gif │ │ ├── 21.gif │ │ ├── 22.gif │ │ ├── 23.gif │ │ ├── 24.gif │ │ ├── 25.gif │ │ ├── 26.gif │ │ ├── 28.gif │ │ ├── 30.gif │ │ ├── 31.gif │ │ ├── 32.gif │ │ ├── 33.gif │ │ ├── 34.gif │ │ ├── 4_1.gif │ │ ├── D.gif │ │ ├── N.gif │ │ ├── 13_1.gif │ │ └── 34_999.gif │ ├── battle_D.png │ ├── battle_N.png │ ├── lifetime_D.png │ ├── lifetime_N.png │ ├── mixitem_D.png │ ├── mixitem_N.png │ ├── challenge_D.png │ └── challenge_N.png ├── blank.png ├── danger.gif ├── f_10a.gif ├── f_11a.gif ├── f_12a.gif ├── f_13a.gif ├── help_2.png ├── horou1.jpg ├── n_100.gif ├── n_101.gif ├── n_102.gif ├── n_103.gif ├── n_104.gif ├── n_104a.gif ├── n_105.gif ├── n_106.gif ├── n_107.gif ├── n_108.gif ├── n_109.gif ├── n_121.gif ├── n_122.gif ├── n_123.gif ├── n_127.gif ├── n_127a.gif ├── n_128.gif ├── n_128a.gif ├── n_151.gif ├── n_151a.gif ├── n_152.gif ├── n_152a.gif ├── n_153.gif ├── n_153a.gif ├── n_154.gif ├── n_154a.gif ├── n_155.gif ├── n_155a.gif ├── n_156.gif ├── n_156a.gif ├── n_157.gif ├── n_157a.gif ├── n_179.gif ├── n_179a.gif ├── n_180.gif ├── n_180a.gif ├── n_181.gif ├── n_181a.gif ├── n_182.gif ├── n_182a.gif ├── n_183.gif ├── n_183a.gif ├── n_184.gif ├── n_184a.gif ├── n_185.gif ├── n_185a.gif ├── n_186.gif ├── n_186a.gif ├── n_187.gif ├── n_187a.gif ├── n_188.gif ├── n_188a.gif ├── n_189.gif ├── n_189a.gif ├── n_190.gif ├── n_190a.gif ├── n_191.gif ├── n_191a.gif ├── n_192.gif ├── n_192a.gif ├── n_193.gif ├── n_193a.gif ├── n_194.gif ├── n_194a.gif ├── n_195.gif ├── n_195a.gif ├── n_196.gif ├── n_196a.gif ├── n_197.gif ├── n_197a.gif ├── n_198.gif ├── n_198a.gif ├── n_199.gif ├── n_199a.gif ├── n_200.gif ├── n_200a.gif ├── n_201.gif ├── n_201a.gif ├── n_202.gif ├── n_202a.gif ├── n_203.gif ├── n_203a.gif ├── n_21a.gif ├── n_224.gif ├── n_225.gif ├── n_226.gif ├── n_227.gif ├── n_22a.gif ├── n_23a.gif ├── n_24a.gif ├── n_301.gif ├── n_303.gif ├── n_304.gif ├── n_305.gif ├── n_306.gif ├── n_30a.gif ├── n_34a.gif ├── n_350.gif ├── n_351.gif ├── n_352.gif ├── n_353.gif ├── n_354.gif ├── n_355.gif ├── n_356.gif ├── n_357.gif ├── n_358.gif ├── n_359.gif ├── n_35a.gif ├── n_360.gif ├── n_36a.gif ├── n_37a.gif ├── n_38a.gif ├── n_52a.gif ├── n_69a.gif ├── n_70a.gif ├── n_81a.gif ├── n_82a.gif ├── n_888.gif ├── n_95a.gif ├── saya1.jpg ├── state1.gif ├── state2.gif ├── STARsp9.gif ├── Xmas │ └── STAR.gif ├── banner468.jpg ├── caution.gif ├── cc-by-sa.png ├── chatting.gif ├── error │ ├── 401.jpg │ ├── 403.jpg │ ├── 404.jpg │ ├── 500.jpg │ └── 503.jpg ├── gradius.jpg ├── injured.gif ├── injured2.gif ├── n_104old.gif ├── n_xilinn.gif ├── n_xilinna.gif ├── nicktest.png ├── orihime1.jpg ├── other │ ├── 262.png │ └── saiqian.png ├── profile.gif ├── question.gif ├── story_0.gif ├── story_1.gif ├── story_2.gif ├── story_3.jpg ├── story_4.jpg ├── yellow2.gif ├── Crimzonnews.gif ├── backround1.gif ├── backround13.gif ├── backround3.gif ├── backround4.gif ├── backround6.gif ├── backround7.gif ├── backround8.gif ├── backround9.gif ├── footer_line.gif ├── help │ ├── help0.gif │ ├── help1.gif │ └── help3.gif ├── location │ ├── -1.png │ ├── 0.jpg │ ├── 1.jpg │ ├── 10.jpg │ ├── 11.jpg │ ├── 12.jpg │ ├── 13.jpg │ ├── 14.jpg │ ├── 15.jpg │ ├── 16.jpg │ ├── 17.jpg │ ├── 18.jpg │ ├── 19.jpg │ ├── 2.jpg │ ├── 20.jpg │ ├── 21.jpg │ ├── 22.jpg │ ├── 23.jpg │ ├── 24.jpg │ ├── 25.jpg │ ├── 26.jpg │ ├── 27.jpg │ ├── 28.jpg │ ├── 29.jpg │ ├── 3.jpg │ ├── 30.jpg │ ├── 31.jpg │ ├── 32.jpg │ ├── 33.jpg │ ├── 34.jpg │ ├── 4.jpg │ ├── 5.jpg │ ├── 6.jpg │ ├── 7.jpg │ ├── 8.jpg │ └── 9.jpg ├── n_xilinn_a.gif ├── rbfireseed.png ├── rbfireseed2.png ├── tutorial │ ├── t1.jpg │ ├── t21.jpg │ └── t22.jpg ├── achievement_0.gif ├── avatar_kh │ ├── SAS.jpg │ ├── SAS_a.jpg │ ├── SAS_fk.jpg │ ├── sophia.jpg │ ├── annabelle.jpg │ ├── howling.jpg │ ├── howling_a.jpg │ ├── sophia_a.jpg │ ├── sophia_fk.jpg │ ├── xinghai.jpg │ ├── xinghai_a.jpg │ ├── annabelle_a.jpg │ ├── howling_fk.jpg │ ├── xinghai_fk.jpg │ └── annabelle_fk.jpg ├── newbanner468.jpg ├── story │ ├── story_n1.jpg │ ├── story_n2.jpg │ ├── story_n3.jpg │ ├── story_n4.jpg │ ├── story_n5.jpg │ ├── story_n7.jpg │ ├── story_ne1.jpg │ ├── story_ne2.png │ ├── story_ne3.png │ └── story_ne4.gif ├── MiracleCampfire.jpg ├── message_sl_sign.png ├── miracle_campfire.jpg ├── emoticons │ ├── Azure_1.png │ ├── Azure_2.png │ ├── Azure_3.png │ ├── Azure_4.png │ ├── Crimson_1.png │ ├── Crimson_2.png │ ├── Crimson_3.png │ ├── Crimson_4.png │ ├── Fleur_1.png │ ├── Fleur_2.png │ ├── Fleur_3.png │ ├── Fleur_4.png │ ├── Gothic_1.png │ ├── Gothic_2.png │ ├── Gothic_3.png │ ├── Gothic_4.png │ ├── Lilac_1.png │ ├── Lilac_2.png │ ├── Lilac_3.png │ ├── Lilac_4.png │ ├── Marylin_1.png │ ├── Marylin_2.png │ ├── Marylin_3.png │ ├── Marylin_4.png │ ├── Sanma_1.png │ ├── Sanma_2.png │ ├── Sanma_3.png │ ├── Sanma_4.png │ ├── Vivian_1.png │ ├── Vivian_2.png │ ├── Vivian_3.png │ ├── Vivian_4.png │ └── example.png ├── achievement_not_done.gif └── assets │ └── font │ ├── VonwaonBitmap-12px.woff2 │ └── VonwaonBitmap-16px.woff2 ├── BRLOGO.jpg ├── bot ├── bot_enable.sh ├── bot_enable.bat ├── multi_bot_enable.sh └── bot_enable.bat.sample ├── error.php ├── favicon.ico ├── map ├── 00.gif ├── 01.gif ├── 02.gif ├── 03.gif ├── 04.gif ├── 05.gif ├── 06.gif ├── 07.gif ├── 08.gif ├── 09.gif ├── 10.gif ├── 11.gif ├── 12.gif ├── 13.gif ├── 14.gif ├── 15.gif ├── 16.gif ├── 17.gif ├── 18.gif ├── 19.gif ├── 20.gif ├── 21.gif ├── 22.gif ├── 23.gif ├── 24.gif ├── 25.gif ├── 26.gif ├── 27.gif ├── 28.gif ├── 29.gif ├── 30.gif ├── 31.gif ├── 32.gif ├── 33.gif ├── 34.gif ├── 35.gif ├── 36.gif ├── 37.gif ├── 38.gif ├── 39.gif ├── 40.gif ├── 41.gif ├── 42.gif ├── 43.gif ├── 44.gif ├── 45.gif ├── 46.gif ├── 47.gif ├── 48.gif ├── 49.gif ├── 99.gif ├── 998.txt ├── fd.gif ├── mtn1.gif ├── mtn2.gif ├── mtn3.gif ├── mtn4.gif ├── mtn5.gif ├── mtn6.gif ├── mtn7.gif ├── mtn8.gif ├── mtn9.gif ├── po.gif ├── pond.gif ├── DANGER.png ├── blank.gif ├── kousya.gif ├── neomap.jpg ├── ocean.gif ├── ocean2.gif ├── yakuba.gif ├── CAUTION.png └── jyu-taku.gif ├── config.inc.php.sample └── pastlogs ├── changelog2012.txt ├── whatsnew0109.txt └── whatsnew1228.txt /install/index.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gamedata/bak/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gamedata/clearlog.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gamedata/process.lock: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /public/.gitignore: -------------------------------------------------------------------------------- 1 | assets -------------------------------------------------------------------------------- /gamedata/templates/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/bra.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /templates/default/css.htm: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /config/.gitignore: -------------------------------------------------------------------------------- 1 | .merge-plan.php 2 | -------------------------------------------------------------------------------- /runtime/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /templates/default/radar.htm: -------------------------------------------------------------------------------- 1 | {$radarscreen} -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- 1 | YII_ENV=dev 2 | YII_DEBUG=true 3 | -------------------------------------------------------------------------------- /img/a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/a.gif -------------------------------------------------------------------------------- /img/b.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/b.gif -------------------------------------------------------------------------------- /img/e.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/e.gif -------------------------------------------------------------------------------- /img/f.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f.gif -------------------------------------------------------------------------------- /img/h.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/h.gif -------------------------------------------------------------------------------- /img/i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/i.gif -------------------------------------------------------------------------------- /img/l.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/l.gif -------------------------------------------------------------------------------- /img/p.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/p.gif -------------------------------------------------------------------------------- /img/u.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/u.gif -------------------------------------------------------------------------------- /img/w.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/w.gif -------------------------------------------------------------------------------- /BRLOGO.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/BRLOGO.jpg -------------------------------------------------------------------------------- /bot/bot_enable.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd .. 4 | php bot/revbotservice.php 5 | -------------------------------------------------------------------------------- /error.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/favicon.ico -------------------------------------------------------------------------------- /gamedata/newsinfo.php: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /img/PB.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/PB.gif -------------------------------------------------------------------------------- /img/PB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/PB.png -------------------------------------------------------------------------------- /img/PB2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/PB2.gif -------------------------------------------------------------------------------- /img/STAR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/STAR.gif -------------------------------------------------------------------------------- /img/b01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/b01.png -------------------------------------------------------------------------------- /img/dead.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/dead.gif -------------------------------------------------------------------------------- /img/e2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/e2.gif -------------------------------------------------------------------------------- /img/enp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/enp.gif -------------------------------------------------------------------------------- /img/f_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_0.gif -------------------------------------------------------------------------------- /img/f_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_1.gif -------------------------------------------------------------------------------- /img/f_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_10.gif -------------------------------------------------------------------------------- /img/f_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_11.gif -------------------------------------------------------------------------------- /img/f_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_12.gif -------------------------------------------------------------------------------- /img/f_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_13.gif -------------------------------------------------------------------------------- /img/f_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_14.gif -------------------------------------------------------------------------------- /img/f_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_15.gif -------------------------------------------------------------------------------- /img/f_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_16.gif -------------------------------------------------------------------------------- /img/f_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_17.gif -------------------------------------------------------------------------------- /img/f_18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_18.gif -------------------------------------------------------------------------------- /img/f_19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_19.gif -------------------------------------------------------------------------------- /img/f_1a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_1a.gif -------------------------------------------------------------------------------- /img/f_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_2.gif -------------------------------------------------------------------------------- /img/f_20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_20.gif -------------------------------------------------------------------------------- /img/f_2a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_2a.gif -------------------------------------------------------------------------------- /img/f_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_3.gif -------------------------------------------------------------------------------- /img/f_3a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_3a.gif -------------------------------------------------------------------------------- /img/f_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_4.gif -------------------------------------------------------------------------------- /img/f_4a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_4a.gif -------------------------------------------------------------------------------- /img/f_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_5.gif -------------------------------------------------------------------------------- /img/f_5a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_5a.gif -------------------------------------------------------------------------------- /img/f_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_6.gif -------------------------------------------------------------------------------- /img/f_6a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_6a.gif -------------------------------------------------------------------------------- /img/f_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_7.gif -------------------------------------------------------------------------------- /img/f_7a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_7a.gif -------------------------------------------------------------------------------- /img/f_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_8.gif -------------------------------------------------------------------------------- /img/f_8a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_8a.gif -------------------------------------------------------------------------------- /img/f_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_9.gif -------------------------------------------------------------------------------- /img/f_99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_99.gif -------------------------------------------------------------------------------- /img/f_9a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_9a.gif -------------------------------------------------------------------------------- /img/fine.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/fine.gif -------------------------------------------------------------------------------- /img/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/help.png -------------------------------------------------------------------------------- /img/hurt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/hurt.gif -------------------------------------------------------------------------------- /img/i2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/i2.gif -------------------------------------------------------------------------------- /img/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/lock.png -------------------------------------------------------------------------------- /img/m_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_0.gif -------------------------------------------------------------------------------- /img/m_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_1.gif -------------------------------------------------------------------------------- /img/m_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_10.gif -------------------------------------------------------------------------------- /img/m_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_11.gif -------------------------------------------------------------------------------- /img/m_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_12.gif -------------------------------------------------------------------------------- /img/m_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_13.gif -------------------------------------------------------------------------------- /img/m_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_14.gif -------------------------------------------------------------------------------- /img/m_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_15.gif -------------------------------------------------------------------------------- /img/m_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_16.gif -------------------------------------------------------------------------------- /img/m_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_17.gif -------------------------------------------------------------------------------- /img/m_18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_18.gif -------------------------------------------------------------------------------- /img/m_19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_19.gif -------------------------------------------------------------------------------- /img/m_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_2.gif -------------------------------------------------------------------------------- /img/m_20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_20.gif -------------------------------------------------------------------------------- /img/m_21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_21.gif -------------------------------------------------------------------------------- /img/m_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_3.gif -------------------------------------------------------------------------------- /img/m_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_4.gif -------------------------------------------------------------------------------- /img/m_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_5.gif -------------------------------------------------------------------------------- /img/m_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_6.gif -------------------------------------------------------------------------------- /img/m_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_7.gif -------------------------------------------------------------------------------- /img/m_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_8.gif -------------------------------------------------------------------------------- /img/m_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/m_9.gif -------------------------------------------------------------------------------- /img/n_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_0.gif -------------------------------------------------------------------------------- /img/n_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_1.gif -------------------------------------------------------------------------------- /img/n_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_10.gif -------------------------------------------------------------------------------- /img/n_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_11.gif -------------------------------------------------------------------------------- /img/n_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_12.gif -------------------------------------------------------------------------------- /img/n_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_13.gif -------------------------------------------------------------------------------- /img/n_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_14.gif -------------------------------------------------------------------------------- /img/n_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_2.gif -------------------------------------------------------------------------------- /img/n_21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_21.gif -------------------------------------------------------------------------------- /img/n_22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_22.gif -------------------------------------------------------------------------------- /img/n_23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_23.gif -------------------------------------------------------------------------------- /img/n_24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_24.gif -------------------------------------------------------------------------------- /img/n_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_3.gif -------------------------------------------------------------------------------- /img/n_30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_30.gif -------------------------------------------------------------------------------- /img/n_31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_31.gif -------------------------------------------------------------------------------- /img/n_32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_32.gif -------------------------------------------------------------------------------- /img/n_33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_33.gif -------------------------------------------------------------------------------- /img/n_34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_34.gif -------------------------------------------------------------------------------- /img/n_35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_35.gif -------------------------------------------------------------------------------- /img/n_36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_36.gif -------------------------------------------------------------------------------- /img/n_37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_37.gif -------------------------------------------------------------------------------- /img/n_38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_38.gif -------------------------------------------------------------------------------- /img/n_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_4.gif -------------------------------------------------------------------------------- /img/n_41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_41.gif -------------------------------------------------------------------------------- /img/n_42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_42.gif -------------------------------------------------------------------------------- /img/n_43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_43.gif -------------------------------------------------------------------------------- /img/n_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_5.gif -------------------------------------------------------------------------------- /img/n_51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_51.gif -------------------------------------------------------------------------------- /img/n_52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_52.gif -------------------------------------------------------------------------------- /img/n_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_6.gif -------------------------------------------------------------------------------- /img/n_61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_61.gif -------------------------------------------------------------------------------- /img/n_62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_62.gif -------------------------------------------------------------------------------- /img/n_63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_63.gif -------------------------------------------------------------------------------- /img/n_64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_64.gif -------------------------------------------------------------------------------- /img/n_65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_65.gif -------------------------------------------------------------------------------- /img/n_66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_66.gif -------------------------------------------------------------------------------- /img/n_67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_67.gif -------------------------------------------------------------------------------- /img/n_68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_68.gif -------------------------------------------------------------------------------- /img/n_69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_69.gif -------------------------------------------------------------------------------- /img/n_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_7.gif -------------------------------------------------------------------------------- /img/n_70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_70.gif -------------------------------------------------------------------------------- /img/n_7a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_7a.gif -------------------------------------------------------------------------------- /img/n_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_8.gif -------------------------------------------------------------------------------- /img/n_81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_81.gif -------------------------------------------------------------------------------- /img/n_82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_82.gif -------------------------------------------------------------------------------- /img/n_83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_83.gif -------------------------------------------------------------------------------- /img/n_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_9.gif -------------------------------------------------------------------------------- /img/n_91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_91.gif -------------------------------------------------------------------------------- /img/n_92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_92.gif -------------------------------------------------------------------------------- /img/n_93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_93.gif -------------------------------------------------------------------------------- /img/n_94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_94.gif -------------------------------------------------------------------------------- /img/n_95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_95.gif -------------------------------------------------------------------------------- /img/n_96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_96.gif -------------------------------------------------------------------------------- /img/n_98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_98.gif -------------------------------------------------------------------------------- /img/n_99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_99.gif -------------------------------------------------------------------------------- /img/njcm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/njcm.jpg -------------------------------------------------------------------------------- /img/p2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/p2.gif -------------------------------------------------------------------------------- /img/red2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/red2.gif -------------------------------------------------------------------------------- /img/t_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_0.gif -------------------------------------------------------------------------------- /img/t_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_1.gif -------------------------------------------------------------------------------- /img/t_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_10.gif -------------------------------------------------------------------------------- /img/t_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_11.gif -------------------------------------------------------------------------------- /img/t_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_12.gif -------------------------------------------------------------------------------- /img/t_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_2.gif -------------------------------------------------------------------------------- /img/t_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_3.gif -------------------------------------------------------------------------------- /img/t_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_4.gif -------------------------------------------------------------------------------- /img/t_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_5.gif -------------------------------------------------------------------------------- /img/t_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_6.gif -------------------------------------------------------------------------------- /img/t_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_7.gif -------------------------------------------------------------------------------- /img/t_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_8.gif -------------------------------------------------------------------------------- /img/t_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/t_9.gif -------------------------------------------------------------------------------- /img/u2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/u2.gif -------------------------------------------------------------------------------- /img/w2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/w2.gif -------------------------------------------------------------------------------- /map/00.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/00.gif -------------------------------------------------------------------------------- /map/01.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/01.gif -------------------------------------------------------------------------------- /map/02.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/02.gif -------------------------------------------------------------------------------- /map/03.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/03.gif -------------------------------------------------------------------------------- /map/04.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/04.gif -------------------------------------------------------------------------------- /map/05.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/05.gif -------------------------------------------------------------------------------- /map/06.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/06.gif -------------------------------------------------------------------------------- /map/07.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/07.gif -------------------------------------------------------------------------------- /map/08.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/08.gif -------------------------------------------------------------------------------- /map/09.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/09.gif -------------------------------------------------------------------------------- /map/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/10.gif -------------------------------------------------------------------------------- /map/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/11.gif -------------------------------------------------------------------------------- /map/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/12.gif -------------------------------------------------------------------------------- /map/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/13.gif -------------------------------------------------------------------------------- /map/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/14.gif -------------------------------------------------------------------------------- /map/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/15.gif -------------------------------------------------------------------------------- /map/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/16.gif -------------------------------------------------------------------------------- /map/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/17.gif -------------------------------------------------------------------------------- /map/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/18.gif -------------------------------------------------------------------------------- /map/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/19.gif -------------------------------------------------------------------------------- /map/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/20.gif -------------------------------------------------------------------------------- /map/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/21.gif -------------------------------------------------------------------------------- /map/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/22.gif -------------------------------------------------------------------------------- /map/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/23.gif -------------------------------------------------------------------------------- /map/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/24.gif -------------------------------------------------------------------------------- /map/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/25.gif -------------------------------------------------------------------------------- /map/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/26.gif -------------------------------------------------------------------------------- /map/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/27.gif -------------------------------------------------------------------------------- /map/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/28.gif -------------------------------------------------------------------------------- /map/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/29.gif -------------------------------------------------------------------------------- /map/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/30.gif -------------------------------------------------------------------------------- /map/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/31.gif -------------------------------------------------------------------------------- /map/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/32.gif -------------------------------------------------------------------------------- /map/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/33.gif -------------------------------------------------------------------------------- /map/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/34.gif -------------------------------------------------------------------------------- /map/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/35.gif -------------------------------------------------------------------------------- /map/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/36.gif -------------------------------------------------------------------------------- /map/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/37.gif -------------------------------------------------------------------------------- /map/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/38.gif -------------------------------------------------------------------------------- /map/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/39.gif -------------------------------------------------------------------------------- /map/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/40.gif -------------------------------------------------------------------------------- /map/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/41.gif -------------------------------------------------------------------------------- /map/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/42.gif -------------------------------------------------------------------------------- /map/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/43.gif -------------------------------------------------------------------------------- /map/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/44.gif -------------------------------------------------------------------------------- /map/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/45.gif -------------------------------------------------------------------------------- /map/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/46.gif -------------------------------------------------------------------------------- /map/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/47.gif -------------------------------------------------------------------------------- /map/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/48.gif -------------------------------------------------------------------------------- /map/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/49.gif -------------------------------------------------------------------------------- /map/99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/99.gif -------------------------------------------------------------------------------- /map/998.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/998.txt -------------------------------------------------------------------------------- /map/fd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/fd.gif -------------------------------------------------------------------------------- /map/mtn1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/mtn1.gif -------------------------------------------------------------------------------- /map/mtn2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/mtn2.gif -------------------------------------------------------------------------------- /map/mtn3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/mtn3.gif -------------------------------------------------------------------------------- /map/mtn4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/mtn4.gif -------------------------------------------------------------------------------- /map/mtn5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/mtn5.gif -------------------------------------------------------------------------------- /map/mtn6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/mtn6.gif -------------------------------------------------------------------------------- /map/mtn7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/mtn7.gif -------------------------------------------------------------------------------- /map/mtn8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/mtn8.gif -------------------------------------------------------------------------------- /map/mtn9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/mtn9.gif -------------------------------------------------------------------------------- /map/po.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/po.gif -------------------------------------------------------------------------------- /map/pond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/pond.gif -------------------------------------------------------------------------------- /bot/bot_enable.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | cd .. 4 | php bot/revbotservice.php 5 | 6 | -------------------------------------------------------------------------------- /img/STAR2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/STAR2.gif -------------------------------------------------------------------------------- /img/ach/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/16.gif -------------------------------------------------------------------------------- /img/ach/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/17.gif -------------------------------------------------------------------------------- /img/ach/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/18.gif -------------------------------------------------------------------------------- /img/ach/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/20.gif -------------------------------------------------------------------------------- /img/ach/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/21.gif -------------------------------------------------------------------------------- /img/ach/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/22.gif -------------------------------------------------------------------------------- /img/ach/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/23.gif -------------------------------------------------------------------------------- /img/ach/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/24.gif -------------------------------------------------------------------------------- /img/ach/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/25.gif -------------------------------------------------------------------------------- /img/ach/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/26.gif -------------------------------------------------------------------------------- /img/ach/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/28.gif -------------------------------------------------------------------------------- /img/ach/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/30.gif -------------------------------------------------------------------------------- /img/ach/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/31.gif -------------------------------------------------------------------------------- /img/ach/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/32.gif -------------------------------------------------------------------------------- /img/ach/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/33.gif -------------------------------------------------------------------------------- /img/ach/D.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/D.gif -------------------------------------------------------------------------------- /img/ach/N.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/N.gif -------------------------------------------------------------------------------- /img/blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/blank.png -------------------------------------------------------------------------------- /img/danger.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/danger.gif -------------------------------------------------------------------------------- /img/f_10a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_10a.gif -------------------------------------------------------------------------------- /img/f_11a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_11a.gif -------------------------------------------------------------------------------- /img/f_12a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_12a.gif -------------------------------------------------------------------------------- /img/f_13a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/f_13a.gif -------------------------------------------------------------------------------- /img/help_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/help_2.png -------------------------------------------------------------------------------- /img/horou1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/horou1.jpg -------------------------------------------------------------------------------- /img/n_100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_100.gif -------------------------------------------------------------------------------- /img/n_101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_101.gif -------------------------------------------------------------------------------- /img/n_102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_102.gif -------------------------------------------------------------------------------- /img/n_103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_103.gif -------------------------------------------------------------------------------- /img/n_104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_104.gif -------------------------------------------------------------------------------- /img/n_104a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_104a.gif -------------------------------------------------------------------------------- /img/n_105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_105.gif -------------------------------------------------------------------------------- /img/n_106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_106.gif -------------------------------------------------------------------------------- /img/n_107.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_107.gif -------------------------------------------------------------------------------- /img/n_108.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_108.gif -------------------------------------------------------------------------------- /img/n_109.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_109.gif -------------------------------------------------------------------------------- /img/n_121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_121.gif -------------------------------------------------------------------------------- /img/n_122.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_122.gif -------------------------------------------------------------------------------- /img/n_123.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_123.gif -------------------------------------------------------------------------------- /img/n_127.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_127.gif -------------------------------------------------------------------------------- /img/n_127a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_127a.gif -------------------------------------------------------------------------------- /img/n_128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_128.gif -------------------------------------------------------------------------------- /img/n_128a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_128a.gif -------------------------------------------------------------------------------- /img/n_151.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_151.gif -------------------------------------------------------------------------------- /img/n_151a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_151a.gif -------------------------------------------------------------------------------- /img/n_152.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_152.gif -------------------------------------------------------------------------------- /img/n_152a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_152a.gif -------------------------------------------------------------------------------- /img/n_153.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_153.gif -------------------------------------------------------------------------------- /img/n_153a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_153a.gif -------------------------------------------------------------------------------- /img/n_154.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_154.gif -------------------------------------------------------------------------------- /img/n_154a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_154a.gif -------------------------------------------------------------------------------- /img/n_155.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_155.gif -------------------------------------------------------------------------------- /img/n_155a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_155a.gif -------------------------------------------------------------------------------- /img/n_156.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_156.gif -------------------------------------------------------------------------------- /img/n_156a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_156a.gif -------------------------------------------------------------------------------- /img/n_157.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_157.gif -------------------------------------------------------------------------------- /img/n_157a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_157a.gif -------------------------------------------------------------------------------- /img/n_179.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_179.gif -------------------------------------------------------------------------------- /img/n_179a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_179a.gif -------------------------------------------------------------------------------- /img/n_180.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_180.gif -------------------------------------------------------------------------------- /img/n_180a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_180a.gif -------------------------------------------------------------------------------- /img/n_181.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_181.gif -------------------------------------------------------------------------------- /img/n_181a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_181a.gif -------------------------------------------------------------------------------- /img/n_182.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_182.gif -------------------------------------------------------------------------------- /img/n_182a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_182a.gif -------------------------------------------------------------------------------- /img/n_183.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_183.gif -------------------------------------------------------------------------------- /img/n_183a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_183a.gif -------------------------------------------------------------------------------- /img/n_184.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_184.gif -------------------------------------------------------------------------------- /img/n_184a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_184a.gif -------------------------------------------------------------------------------- /img/n_185.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_185.gif -------------------------------------------------------------------------------- /img/n_185a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_185a.gif -------------------------------------------------------------------------------- /img/n_186.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_186.gif -------------------------------------------------------------------------------- /img/n_186a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_186a.gif -------------------------------------------------------------------------------- /img/n_187.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_187.gif -------------------------------------------------------------------------------- /img/n_187a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_187a.gif -------------------------------------------------------------------------------- /img/n_188.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_188.gif -------------------------------------------------------------------------------- /img/n_188a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_188a.gif -------------------------------------------------------------------------------- /img/n_189.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_189.gif -------------------------------------------------------------------------------- /img/n_189a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_189a.gif -------------------------------------------------------------------------------- /img/n_190.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_190.gif -------------------------------------------------------------------------------- /img/n_190a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_190a.gif -------------------------------------------------------------------------------- /img/n_191.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_191.gif -------------------------------------------------------------------------------- /img/n_191a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_191a.gif -------------------------------------------------------------------------------- /img/n_192.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_192.gif -------------------------------------------------------------------------------- /img/n_192a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_192a.gif -------------------------------------------------------------------------------- /img/n_193.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_193.gif -------------------------------------------------------------------------------- /img/n_193a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_193a.gif -------------------------------------------------------------------------------- /img/n_194.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_194.gif -------------------------------------------------------------------------------- /img/n_194a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_194a.gif -------------------------------------------------------------------------------- /img/n_195.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_195.gif -------------------------------------------------------------------------------- /img/n_195a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_195a.gif -------------------------------------------------------------------------------- /img/n_196.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_196.gif -------------------------------------------------------------------------------- /img/n_196a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_196a.gif -------------------------------------------------------------------------------- /img/n_197.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_197.gif -------------------------------------------------------------------------------- /img/n_197a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_197a.gif -------------------------------------------------------------------------------- /img/n_198.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_198.gif -------------------------------------------------------------------------------- /img/n_198a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_198a.gif -------------------------------------------------------------------------------- /img/n_199.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_199.gif -------------------------------------------------------------------------------- /img/n_199a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_199a.gif -------------------------------------------------------------------------------- /img/n_200.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_200.gif -------------------------------------------------------------------------------- /img/n_200a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_200a.gif -------------------------------------------------------------------------------- /img/n_201.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_201.gif -------------------------------------------------------------------------------- /img/n_201a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_201a.gif -------------------------------------------------------------------------------- /img/n_202.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_202.gif -------------------------------------------------------------------------------- /img/n_202a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_202a.gif -------------------------------------------------------------------------------- /img/n_203.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_203.gif -------------------------------------------------------------------------------- /img/n_203a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_203a.gif -------------------------------------------------------------------------------- /img/n_21a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_21a.gif -------------------------------------------------------------------------------- /img/n_224.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_224.gif -------------------------------------------------------------------------------- /img/n_225.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_225.gif -------------------------------------------------------------------------------- /img/n_226.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_226.gif -------------------------------------------------------------------------------- /img/n_227.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_227.gif -------------------------------------------------------------------------------- /img/n_22a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_22a.gif -------------------------------------------------------------------------------- /img/n_23a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_23a.gif -------------------------------------------------------------------------------- /img/n_24a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_24a.gif -------------------------------------------------------------------------------- /img/n_301.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_301.gif -------------------------------------------------------------------------------- /img/n_303.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_303.gif -------------------------------------------------------------------------------- /img/n_304.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_304.gif -------------------------------------------------------------------------------- /img/n_305.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_305.gif -------------------------------------------------------------------------------- /img/n_306.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_306.gif -------------------------------------------------------------------------------- /img/n_30a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_30a.gif -------------------------------------------------------------------------------- /img/n_34a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_34a.gif -------------------------------------------------------------------------------- /img/n_350.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_350.gif -------------------------------------------------------------------------------- /img/n_351.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_351.gif -------------------------------------------------------------------------------- /img/n_352.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_352.gif -------------------------------------------------------------------------------- /img/n_353.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_353.gif -------------------------------------------------------------------------------- /img/n_354.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_354.gif -------------------------------------------------------------------------------- /img/n_355.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_355.gif -------------------------------------------------------------------------------- /img/n_356.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_356.gif -------------------------------------------------------------------------------- /img/n_357.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_357.gif -------------------------------------------------------------------------------- /img/n_358.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_358.gif -------------------------------------------------------------------------------- /img/n_359.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_359.gif -------------------------------------------------------------------------------- /img/n_35a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_35a.gif -------------------------------------------------------------------------------- /img/n_360.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_360.gif -------------------------------------------------------------------------------- /img/n_36a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_36a.gif -------------------------------------------------------------------------------- /img/n_37a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_37a.gif -------------------------------------------------------------------------------- /img/n_38a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_38a.gif -------------------------------------------------------------------------------- /img/n_52a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_52a.gif -------------------------------------------------------------------------------- /img/n_69a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_69a.gif -------------------------------------------------------------------------------- /img/n_70a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_70a.gif -------------------------------------------------------------------------------- /img/n_81a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_81a.gif -------------------------------------------------------------------------------- /img/n_82a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_82a.gif -------------------------------------------------------------------------------- /img/n_888.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_888.gif -------------------------------------------------------------------------------- /img/n_95a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_95a.gif -------------------------------------------------------------------------------- /img/saya1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/saya1.jpg -------------------------------------------------------------------------------- /img/state1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/state1.gif -------------------------------------------------------------------------------- /img/state2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/state2.gif -------------------------------------------------------------------------------- /map/DANGER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/DANGER.png -------------------------------------------------------------------------------- /map/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/blank.gif -------------------------------------------------------------------------------- /map/kousya.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/kousya.gif -------------------------------------------------------------------------------- /map/neomap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/neomap.jpg -------------------------------------------------------------------------------- /map/ocean.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/ocean.gif -------------------------------------------------------------------------------- /map/ocean2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/ocean2.gif -------------------------------------------------------------------------------- /map/yakuba.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/yakuba.gif -------------------------------------------------------------------------------- /img/STARsp9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/STARsp9.gif -------------------------------------------------------------------------------- /img/Xmas/STAR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/Xmas/STAR.gif -------------------------------------------------------------------------------- /img/ach/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/103.gif -------------------------------------------------------------------------------- /img/ach/13_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/13_1.gif -------------------------------------------------------------------------------- /img/ach/16_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/16_0.png -------------------------------------------------------------------------------- /img/ach/16_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/16_1.png -------------------------------------------------------------------------------- /img/ach/16_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/16_2.png -------------------------------------------------------------------------------- /img/ach/17_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/17_0.png -------------------------------------------------------------------------------- /img/ach/17_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/17_1.png -------------------------------------------------------------------------------- /img/ach/17_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/17_2.png -------------------------------------------------------------------------------- /img/ach/18_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/18_0.png -------------------------------------------------------------------------------- /img/ach/18_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/18_1.png -------------------------------------------------------------------------------- /img/ach/18_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/18_2.png -------------------------------------------------------------------------------- /img/ach/19_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/19_0.png -------------------------------------------------------------------------------- /img/ach/19_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/19_1.png -------------------------------------------------------------------------------- /img/ach/19_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/19_2.png -------------------------------------------------------------------------------- /img/ach/208_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/208_0.png -------------------------------------------------------------------------------- /img/ach/208_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/208_1.png -------------------------------------------------------------------------------- /img/ach/208_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/208_2.png -------------------------------------------------------------------------------- /img/ach/29_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/29_0.png -------------------------------------------------------------------------------- /img/ach/29_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/29_1.png -------------------------------------------------------------------------------- /img/ach/29_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/29_2.png -------------------------------------------------------------------------------- /img/ach/29_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/29_3.png -------------------------------------------------------------------------------- /img/ach/30_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/30_0.png -------------------------------------------------------------------------------- /img/ach/30_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/30_1.png -------------------------------------------------------------------------------- /img/ach/30_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/30_2.png -------------------------------------------------------------------------------- /img/ach/30_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/30_3.png -------------------------------------------------------------------------------- /img/ach/31_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/31_0.png -------------------------------------------------------------------------------- /img/ach/34_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/34_0.png -------------------------------------------------------------------------------- /img/ach/34_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/34_1.png -------------------------------------------------------------------------------- /img/ach/34_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/34_2.png -------------------------------------------------------------------------------- /img/ach/4_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/4_1.gif -------------------------------------------------------------------------------- /img/ach/501.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/501.gif -------------------------------------------------------------------------------- /img/ach/502.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/502.gif -------------------------------------------------------------------------------- /img/ach/503.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/503.gif -------------------------------------------------------------------------------- /img/ach/504.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/504.gif -------------------------------------------------------------------------------- /img/ach/505.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/505.gif -------------------------------------------------------------------------------- /img/ach/600_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/600_0.png -------------------------------------------------------------------------------- /img/ach/600_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/600_1.png -------------------------------------------------------------------------------- /img/ach/600_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/600_2.png -------------------------------------------------------------------------------- /img/ach/600_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/600_3.png -------------------------------------------------------------------------------- /img/ach/600_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/600_4.png -------------------------------------------------------------------------------- /img/ach/end_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/end_D.png -------------------------------------------------------------------------------- /img/ach/end_N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/end_N.png -------------------------------------------------------------------------------- /img/banner468.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/banner468.jpg -------------------------------------------------------------------------------- /img/caution.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/caution.gif -------------------------------------------------------------------------------- /img/cc-by-sa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/cc-by-sa.png -------------------------------------------------------------------------------- /img/chatting.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/chatting.gif -------------------------------------------------------------------------------- /img/error/401.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/error/401.jpg -------------------------------------------------------------------------------- /img/error/403.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/error/403.jpg -------------------------------------------------------------------------------- /img/error/404.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/error/404.jpg -------------------------------------------------------------------------------- /img/error/500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/error/500.jpg -------------------------------------------------------------------------------- /img/error/503.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/error/503.jpg -------------------------------------------------------------------------------- /img/gradius.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/gradius.jpg -------------------------------------------------------------------------------- /img/injured.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/injured.gif -------------------------------------------------------------------------------- /img/injured2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/injured2.gif -------------------------------------------------------------------------------- /img/n_104old.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_104old.gif -------------------------------------------------------------------------------- /img/n_xilinn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_xilinn.gif -------------------------------------------------------------------------------- /img/n_xilinna.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_xilinna.gif -------------------------------------------------------------------------------- /img/nicktest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/nicktest.png -------------------------------------------------------------------------------- /img/orihime1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/orihime1.jpg -------------------------------------------------------------------------------- /img/other/262.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/other/262.png -------------------------------------------------------------------------------- /img/profile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/profile.gif -------------------------------------------------------------------------------- /img/question.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/question.gif -------------------------------------------------------------------------------- /img/story_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/story_0.gif -------------------------------------------------------------------------------- /img/story_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/story_1.gif -------------------------------------------------------------------------------- /img/story_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/story_2.gif -------------------------------------------------------------------------------- /img/story_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/story_3.jpg -------------------------------------------------------------------------------- /img/story_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/story_4.jpg -------------------------------------------------------------------------------- /img/yellow2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/yellow2.gif -------------------------------------------------------------------------------- /map/CAUTION.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/CAUTION.png -------------------------------------------------------------------------------- /map/jyu-taku.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/map/jyu-taku.gif -------------------------------------------------------------------------------- /img/Crimzonnews.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/Crimzonnews.gif -------------------------------------------------------------------------------- /img/ach/34_999.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/34_999.png -------------------------------------------------------------------------------- /img/ach/daily_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/daily_D.png -------------------------------------------------------------------------------- /img/ach/daily_N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/daily_N.png -------------------------------------------------------------------------------- /img/ach/hunt_D.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/hunt_D.png -------------------------------------------------------------------------------- /img/ach/hunt_N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/ach/hunt_N.png -------------------------------------------------------------------------------- /img/backround1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/backround1.gif -------------------------------------------------------------------------------- /img/backround13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/backround13.gif -------------------------------------------------------------------------------- /img/backround3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/backround3.gif -------------------------------------------------------------------------------- /img/backround4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/backround4.gif -------------------------------------------------------------------------------- /img/backround6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/backround6.gif -------------------------------------------------------------------------------- /img/backround7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/backround7.gif -------------------------------------------------------------------------------- /img/backround8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/backround8.gif -------------------------------------------------------------------------------- /img/backround9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/backround9.gif -------------------------------------------------------------------------------- /img/footer_line.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/footer_line.gif -------------------------------------------------------------------------------- /img/help/help0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/help/help0.gif -------------------------------------------------------------------------------- /img/help/help1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/help/help1.gif -------------------------------------------------------------------------------- /img/help/help3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/help/help3.gif -------------------------------------------------------------------------------- /img/location/-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/-1.png -------------------------------------------------------------------------------- /img/location/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/0.jpg -------------------------------------------------------------------------------- /img/location/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/1.jpg -------------------------------------------------------------------------------- /img/location/10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/10.jpg -------------------------------------------------------------------------------- /img/location/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/11.jpg -------------------------------------------------------------------------------- /img/location/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/12.jpg -------------------------------------------------------------------------------- /img/location/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/13.jpg -------------------------------------------------------------------------------- /img/location/14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/14.jpg -------------------------------------------------------------------------------- /img/location/15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/15.jpg -------------------------------------------------------------------------------- /img/location/16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/16.jpg -------------------------------------------------------------------------------- /img/location/17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/17.jpg -------------------------------------------------------------------------------- /img/location/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/18.jpg -------------------------------------------------------------------------------- /img/location/19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/19.jpg -------------------------------------------------------------------------------- /img/location/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/2.jpg -------------------------------------------------------------------------------- /img/location/20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/20.jpg -------------------------------------------------------------------------------- /img/location/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/21.jpg -------------------------------------------------------------------------------- /img/location/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/22.jpg -------------------------------------------------------------------------------- /img/location/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/23.jpg -------------------------------------------------------------------------------- /img/location/24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/24.jpg -------------------------------------------------------------------------------- /img/location/25.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/25.jpg -------------------------------------------------------------------------------- /img/location/26.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/26.jpg -------------------------------------------------------------------------------- /img/location/27.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/27.jpg -------------------------------------------------------------------------------- /img/location/28.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/28.jpg -------------------------------------------------------------------------------- /img/location/29.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/29.jpg -------------------------------------------------------------------------------- /img/location/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/3.jpg -------------------------------------------------------------------------------- /img/location/30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/30.jpg -------------------------------------------------------------------------------- /img/location/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/31.jpg -------------------------------------------------------------------------------- /img/location/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/32.jpg -------------------------------------------------------------------------------- /img/location/33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/33.jpg -------------------------------------------------------------------------------- /img/location/34.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/34.jpg -------------------------------------------------------------------------------- /img/location/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/4.jpg -------------------------------------------------------------------------------- /img/location/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/5.jpg -------------------------------------------------------------------------------- /img/location/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/6.jpg -------------------------------------------------------------------------------- /img/location/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/7.jpg -------------------------------------------------------------------------------- /img/location/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/8.jpg -------------------------------------------------------------------------------- /img/location/9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/location/9.jpg -------------------------------------------------------------------------------- /img/n_xilinn_a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/n_xilinn_a.gif -------------------------------------------------------------------------------- /img/rbfireseed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/rbfireseed.png -------------------------------------------------------------------------------- /img/rbfireseed2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/rbfireseed2.png -------------------------------------------------------------------------------- /img/tutorial/t1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/tutorial/t1.jpg -------------------------------------------------------------------------------- /config.inc.php.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/config.inc.php.sample -------------------------------------------------------------------------------- /config/console/params.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bot/multi_bot_enable.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | count=5 3 | for i in $(seq 1 $count) 4 | do 5 | sh ./bot_enbale.sh & 6 | done 7 | wait -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/br.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/br.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/bru.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/bru.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_0.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_1.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_2.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_3.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_4.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_5.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_6.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_7.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_8.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_9.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_0.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_1.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_2.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_3.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_4.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_5.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_6.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_7.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_8.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_9.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_1.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_0.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_1.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_2.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_3.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_4.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_5.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_6.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_7.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_8.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_9.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_0.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_1.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_2.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_3.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_4.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_5.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_6.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_7.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_8.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_9.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_1.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_2.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_3.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_4.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_5.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_6.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/p.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/p.gif -------------------------------------------------------------------------------- /pastlogs/whatsnew1228.txt: -------------------------------------------------------------------------------- 1 | 2010.12.28 2 | //新增即死地雷,商店出售。阔剑地雷效果上调 3 | //修改BOSS对话 4 | //NPC 思念体-AC众 将掉落300效的灵符武器 5 | //改动了初始物品中陷阱的效果 6 | -------------------------------------------------------------------------------- /bot/bot_enable.bat.sample: -------------------------------------------------------------------------------- 1 | @echo off 2 | PATH=%PATH%;C:\wamp64\bin\php\php7.4.0 3 | php -v 4 | 5 | cd .. 6 | php bot/revbotservice.php 7 | -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/army1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/army1.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/boss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/boss.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_10.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_11.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_12.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_13.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_14.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_15.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_16.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_17.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_18.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_19.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_20.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_21.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_22.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_23.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_24.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_25.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_26.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_27.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_28.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_29.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_30.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_31.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_32.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_33.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_34.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_35.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_36.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_37.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_38.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_39.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_40.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_41.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/f_42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/f_42.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/gpO3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/gpO3.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/i_ana.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/i_ana.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/i_anna.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/i_anna.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/i_anno.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/i_anno.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/i_bus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/i_bus.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/i_ocha.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/i_ocha.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/i_ooki.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/i_ooki.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_10.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_11.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_12.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_13.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_14.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_15.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_16.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_17.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_18.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_19.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_20.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_21.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_22.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_23.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_24.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_25.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_26.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_27.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_28.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_29.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_30.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_31.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_32.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_33.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_34.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_35.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_36.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_37.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_38.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_39.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_40.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_41.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/m_42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/m_42.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/misaki.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/misaki.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_11.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_12.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_13.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_14.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_15.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_16.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_17.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_18.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_1_.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_1_.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_81.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_82.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_83.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_84.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_85.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_85.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_86.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_86.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_87.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_87.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/n_90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/n_90.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/STAR.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/STAR.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_10.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_11.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_12.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_13.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_14.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_15.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_16.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_17.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_18.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_19.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/f_20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/f_20.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_10.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_11.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_12.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_13.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_14.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_15.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_16.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_17.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_18.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_19.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/m_20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/m_20.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_11.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_12.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_13.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_14.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_21.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_22.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_23.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_24.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_31.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_32.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_33.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_41.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_42.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_43.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_51.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_91.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_92.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_93.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/n_94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/n_94.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/PB.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/PB.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_0.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_1.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_10.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_11.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_12.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_13.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_14.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_15.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_16.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_17.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_18.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_19.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_2.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_20.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_3.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_4.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_5.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_6.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_7.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_8.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/f_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/f_9.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_0.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_1.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_10.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_11.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_12.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_13.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_14.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_15.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_16.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_17.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_18.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_19.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_2.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_20.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_21.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_3.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_4.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_5.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_6.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_7.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_8.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/m_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/m_9.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_1.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_11.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_12.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_13.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_14.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_2.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_21.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_22.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_23.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_24.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_3.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_31.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_32.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_33.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_4.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_41.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_42.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_43.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_5.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_51.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_52.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_6.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_61.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_62.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_63.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_64.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_65.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_66.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_66.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_7.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_81.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_82.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_83.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_9.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_91.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_92.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_93.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_94.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_95.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_96.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/n_98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/n_98.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4/img/p2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4/img/p2.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4_AR/img/p.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4_AR/img/p.gif -------------------------------------------------------------------------------- /img/assets/font/VonwaonBitmap-12px.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/assets/font/VonwaonBitmap-12px.woff2 -------------------------------------------------------------------------------- /img/assets/font/VonwaonBitmap-16px.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/img/assets/font/VonwaonBitmap-16px.woff2 -------------------------------------------------------------------------------- /gamedata/banlist.list: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/i_inada.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/i_inada.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/i_junya.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/i_junya.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/i_keiko.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/i_keiko.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/i_uncle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/i_uncle.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACBRA_2009/img/question.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACBRA_2009/img/question.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_2011/img/question.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_2011/img/question.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4_AR/img/PB.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4_AR/img/PB.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4_AR/img/f_0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4_AR/img/f_0.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4_AR/img/f_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4_AR/img/f_1.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4_AR/img/f_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4_AR/img/f_2.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4_AR/img/f_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4_AR/img/f_3.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4_AR/img/f_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4_AR/img/f_4.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4_AR/img/f_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4_AR/img/f_5.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4_AR/img/f_6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4_AR/img/f_6.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4_AR/img/f_7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4_AR/img/f_7.gif -------------------------------------------------------------------------------- /gamedata/ruleset/ACDTS_298SP4_AR/img/f_8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amarillonmc/phpdts/HEAD/gamedata/ruleset/ACDTS_298SP4_AR/img/f_8.gif --------------------------------------------------------------------------------