Where can I locate ItemRT.gsl in my server files?

PhotonSky

Member
Gender
Male
Hello again! I'm currently running my own private server locally and I am it's sole inhabitant. I plan to keep it this way, and I was wondering, where would I find my ItemRT.gsl?

I looked through the server files I downloaded, not sure if I can link to the place I downloaded it from, but it was on neogaf, on a topic about playing it offline.

Anyways, I've been looking for this gsl file, through all my server files and I can't seem to find it. Will one always be there? Because all I see are a bunch of .txt files like the one I attached. One for every mob, and every box for every chapter and every section I.D. indicating the drop rate of 0-255 and the hex I.D. of the rare drop.

My apologies in advance if I'm not allowed to upload the simple .txt file.

I have also attempted to edit said .txts and raise the number to 255 in all categories. What occured after was that around 90% of the time, I would get a redbox. I was sure that this would make me get it 100% of the time. (Yes I am aware of /redbox but I was trying to see if raising the number to max would indeed max it, and it did not.)
 

Attachments

  • ep2_mob_0_1.txt
    2.6 KB · Views: 4
The Tethealla server software on the forum uses legacy drop files (the .txt), so you'll need to edit those.

The way PSO works in terms of drop rates is that there is a set rate for the 255 numbers, although anything under 150 is literally 1/impossible. 255 is 7/8 specifically. Not sure if there's a list anywhere.
 
In my topic (Soly's Stash) there is a version of the login server the uses ItemRT.gsl, it also includes the file, with the default drops (hopefully), with that you'd be able to use my RT Editor instead of editing text files.
However that login is for SQL.
This is the download http://files.pioneer2.net/soly/Files/login_server_itemrt.7z

Also these are the rates
Code:
namespace Aselia.ItemRT
{
    /// <summary>
    ///
    /// </summary>
    public static class Tables
    {
        /// <summary>
        /// Pre-calculated rates for old style byte rates
        /// </summary>
        public static float[] Rates = new float[256]
        {
            /* 000 */ 0.0000000000000000f,
            /* 001 */ 0.0000000000000000f,
            /* 002 */ 0.0000000000000000f,
            /* 003 */ 0.0000000000000000f,
            /* 004 */ 0.0000000000000000f,
            /* 005 */ 0.0000000000000000f,
            /* 006 */ 0.0000000000000000f,
            /* 007 */ 0.0000000000000000f,
            /* 008 */ 0.0000000000000000f,
            /* 009 */ 0.0000000000000000f,
            /* 010 */ 0.0000000000000000f,
            /* 011 */ 0.0000000000000000f,
            /* 012 */ 0.0000000000000000f,
            /* 013 */ 0.0000000000000000f,
            /* 014 */ 0.0000000000000000f,
            /* 015 */ 0.0000000000000000f,
            /* 016 */ 0.0000000000000000f,
            /* 017 */ 0.0000000000000000f,
            /* 018 */ 0.0000000000000000f,
            /* 019 */ 0.0000000000000000f,
            /* 020 */ 0.0000000000000000f,
            /* 021 */ 0.0000000000000000f,
            /* 022 */ 0.0000000000000000f,
            /* 023 */ 0.0000000000000000f,
            /* 024 */ 0.0000000000000000f,
            /* 025 */ 0.0000000000000000f,
            /* 026 */ 0.0000000000000000f,
            /* 027 */ 0.0000000000000000f,
            /* 028 */ 0.0000000000000000f,
            /* 029 */ 0.0000000000000000f,
            /* 030 */ 0.0000000000000000f,
            /* 031 */ 0.0000000000000000f,
            /* 032 */ 0.0000000032596290f,
            /* 033 */ 0.0000000037252900f,
            /* 034 */ 0.0000000041909520f,
            /* 035 */ 0.0000000046566130f,
            /* 036 */ 0.0000000051222740f,
            /* 037 */ 0.0000000055879350f,
            /* 038 */ 0.0000000060535970f,
            /* 039 */ 0.0000000065192580f,
            /* 040 */ 0.0000000065192580f,
            /* 041 */ 0.0000000074505810f,
            /* 042 */ 0.0000000083819030f,
            /* 043 */ 0.0000000093132260f,
            /* 044 */ 0.0000000102445500f,
            /* 045 */ 0.0000000111758700f,
            /* 046 */ 0.0000000121071900f,
            /* 047 */ 0.0000000130385200f,
            /* 048 */ 0.0000000130385200f,
            /* 049 */ 0.0000000149011600f,
            /* 050 */ 0.0000000167638100f,
            /* 051 */ 0.0000000186264500f,
            /* 052 */ 0.0000000204891000f,
            /* 053 */ 0.0000000223517400f,
            /* 054 */ 0.0000000242143900f,
            /* 055 */ 0.0000000260770300f,
            /* 056 */ 0.0000000260770300f,
            /* 057 */ 0.0000000298023200f,
            /* 058 */ 0.0000000335276100f,
            /* 059 */ 0.0000000372529000f,
            /* 060 */ 0.0000000409781900f,
            /* 061 */ 0.0000000447034800f,
            /* 062 */ 0.0000000484287700f,
            /* 063 */ 0.0000000521540600f,
            /* 064 */ 0.0000000521540600f,
            /* 065 */ 0.0000000596046400f,
            /* 066 */ 0.0000000670552300f,
            /* 067 */ 0.0000000745058100f,
            /* 068 */ 0.0000000819563900f,
            /* 069 */ 0.0000000894069700f,
            /* 070 */ 0.0000000968575500f,
            /* 071 */ 0.0000001043081000f,
            /* 072 */ 0.0000001043081000f,
            /* 073 */ 0.0000001192093000f,
            /* 074 */ 0.0000001341105000f,
            /* 075 */ 0.0000001490116000f,
            /* 076 */ 0.0000001639128000f,
            /* 077 */ 0.0000001788139000f,
            /* 078 */ 0.0000001937151000f,
            /* 079 */ 0.0000002086163000f,
            /* 080 */ 0.0000002086163000f,
            /* 081 */ 0.0000002384186000f,
            /* 082 */ 0.0000002682209000f,
            /* 083 */ 0.0000002980232000f,
            /* 084 */ 0.0000003278255000f,
            /* 085 */ 0.0000003576279000f,
            /* 086 */ 0.0000003874302000f,
            /* 087 */ 0.0000004172325000f,
            /* 088 */ 0.0000004172325000f,
            /* 089 */ 0.0000004768372000f,
            /* 090 */ 0.0000005364418000f,
            /* 091 */ 0.0000005960464000f,
            /* 092 */ 0.0000006556511000f,
            /* 093 */ 0.0000007152557000f,
            /* 094 */ 0.0000007748604000f,
            /* 095 */ 0.0000008344650000f,
            /* 096 */ 0.0000008344650000f,
            /* 097 */ 0.0000009536743000f,
            /* 098 */ 0.0000010728840000f,
            /* 099 */ 0.0000011920930000f,
            /* 100 */ 0.0000013113020000f,
            /* 101 */ 0.0000014305110000f,
            /* 102 */ 0.0000015497210000f,
            /* 103 */ 0.0000016689300000f,
            /* 104 */ 0.0000016689300000f,
            /* 105 */ 0.0000019073490000f,
            /* 106 */ 0.0000021457670000f,
            /* 107 */ 0.0000023841860000f,
            /* 108 */ 0.0000026226040000f,
            /* 109 */ 0.0000028610230000f,
            /* 110 */ 0.0000030994420000f,
            /* 111 */ 0.0000033378600000f,
            /* 112 */ 0.0000033378600000f,
            /* 113 */ 0.0000038146970000f,
            /* 114 */ 0.0000042915340000f,
            /* 115 */ 0.0000047683720000f,
            /* 116 */ 0.0000052452090000f,
            /* 117 */ 0.0000057220460000f,
            /* 118 */ 0.0000061988830000f,
            /* 119 */ 0.0000066757200000f,
            /* 120 */ 0.0000066757200000f,
            /* 121 */ 0.0000076293950000f,
            /* 122 */ 0.0000085830690000f,
            /* 123 */ 0.0000095367430000f,
            /* 124 */ 0.0000104904200000f,
            /* 125 */ 0.0000114440900000f,
            /* 126 */ 0.0000123977700000f,
            /* 127 */ 0.0000133514400000f,
            /* 128 */ 0.0000133514400000f,
            /* 129 */ 0.0000152587900000f,
            /* 130 */ 0.0000171661400000f,
            /* 131 */ 0.0000190734900000f,
            /* 132 */ 0.0000209808300000f,
            /* 133 */ 0.0000228881800000f,
            /* 134 */ 0.0000247955300000f,
            /* 135 */ 0.0000267028800000f,
            /* 136 */ 0.0000267028800000f,
            /* 137 */ 0.0000305175800000f,
            /* 138 */ 0.0000343322800000f,
            /* 139 */ 0.0000381469700000f,
            /* 140 */ 0.0000419616700000f,
            /* 141 */ 0.0000457763700000f,
            /* 142 */ 0.0000495910600000f,
            /* 143 */ 0.0000534057600000f,
            /* 144 */ 0.0000534057600000f,
            /* 145 */ 0.0000610351600000f,
            /* 146 */ 0.0000686645500000f,
            /* 147 */ 0.0000762939500000f,
            /* 148 */ 0.0000839233400000f,
            /* 149 */ 0.0000915527300000f,
            /* 150 */ 0.0000991821300000f,
            /* 151 */ 0.0001068115000000f,
            /* 152 */ 0.0001068115000000f,
            /* 153 */ 0.0001220703000000f,
            /* 154 */ 0.0001373291000000f,
            /* 155 */ 0.0001525879000000f,
            /* 156 */ 0.0001678467000000f,
            /* 157 */ 0.0001831055000000f,
            /* 158 */ 0.0001983643000000f,
            /* 159 */ 0.0002136230000000f,
            /* 160 */ 0.0002136230000000f,
            /* 161 */ 0.0002441406000000f,
            /* 162 */ 0.0002746582000000f,
            /* 163 */ 0.0003051758000000f,
            /* 164 */ 0.0003356934000000f,
            /* 165 */ 0.0003662109000000f,
            /* 166 */ 0.0003967285000000f,
            /* 167 */ 0.0004272461000000f,
            /* 168 */ 0.0004272461000000f,
            /* 169 */ 0.0004882813000000f,
            /* 170 */ 0.0005493164000000f,
            /* 171 */ 0.0006103516000000f,
            /* 172 */ 0.0006713867000000f,
            /* 173 */ 0.0007324219000000f,
            /* 174 */ 0.0007934570000000f,
            /* 175 */ 0.0008544922000000f,
            /* 176 */ 0.0008544922000000f,
            /* 177 */ 0.0009765625000000f,
            /* 178 */ 0.0010986330000000f,
            /* 179 */ 0.0012207030000000f,
            /* 180 */ 0.0013427730000000f,
            /* 181 */ 0.0014648440000000f,
            /* 182 */ 0.0015869140000000f,
            /* 183 */ 0.0017089840000000f,
            /* 184 */ 0.0017089840000000f,
            /* 185 */ 0.0019531250000000f,
            /* 186 */ 0.0021972660000000f,
            /* 187 */ 0.0024414060000000f,
            /* 188 */ 0.0026855470000000f,
            /* 189 */ 0.0029296880000000f,
            /* 190 */ 0.0031738280000000f,
            /* 191 */ 0.0034179690000000f,
            /* 192 */ 0.0034179690000000f,
            /* 193 */ 0.0039062500000000f,
            /* 194 */ 0.0043945310000000f,
            /* 195 */ 0.0048828130000000f,
            /* 196 */ 0.0053710940000000f,
            /* 197 */ 0.0058593750000000f,
            /* 198 */ 0.0063476560000000f,
            /* 199 */ 0.0068359380000000f,
            /* 200 */ 0.0068359380000000f,
            /* 201 */ 0.0078125000000000f,
            /* 202 */ 0.0087890630000000f,
            /* 203 */ 0.0097656250000000f,
            /* 204 */ 0.0107421900000000f,
            /* 205 */ 0.0117187500000000f,
            /* 206 */ 0.0126953100000000f,
            /* 207 */ 0.0136718800000000f,
            /* 208 */ 0.0136718800000000f,
            /* 209 */ 0.0156250000000000f,
            /* 210 */ 0.0175781300000000f,
            /* 211 */ 0.0195312500000000f,
            /* 212 */ 0.0214843800000000f,
            /* 213 */ 0.0234375000000000f,
            /* 214 */ 0.0253906300000000f,
            /* 215 */ 0.0273437500000000f,
            /* 216 */ 0.0273437500000000f,
            /* 217 */ 0.0312500000000000f,
            /* 218 */ 0.0351562500000000f,
            /* 219 */ 0.0390625000000000f,
            /* 220 */ 0.0429687500000000f,
            /* 221 */ 0.0468750000000000f,
            /* 222 */ 0.0507812500000000f,
            /* 223 */ 0.0546875000000000f,
            /* 224 */ 0.0546875000000000f,
            /* 225 */ 0.0625000000000000f,
            /* 226 */ 0.0703125000000000f,
            /* 227 */ 0.0781250000000000f,
            /* 228 */ 0.0859375000000000f,
            /* 229 */ 0.0937500000000000f,
            /* 230 */ 0.1015625000000000f,
            /* 231 */ 0.1093750000000000f,
            /* 232 */ 0.1093750000000000f,
            /* 233 */ 0.1250000000000000f,
            /* 234 */ 0.1406250000000000f,
            /* 235 */ 0.1562500000000000f,
            /* 236 */ 0.1718750000000000f,
            /* 237 */ 0.1875000000000000f,
            /* 238 */ 0.2031250000000000f,
            /* 239 */ 0.2187500000000000f,
            /* 240 */ 0.2187500000000000f,
            /* 241 */ 0.2500000000000000f,
            /* 242 */ 0.2812500000000000f,
            /* 243 */ 0.3125000000000000f,
            /* 244 */ 0.3437500000000000f,
            /* 245 */ 0.3750000000000000f,
            /* 246 */ 0.4062500000000000f,
            /* 247 */ 0.4375000000000000f,
            /* 248 */ 0.4375000000000000f,
            /* 249 */ 0.5000000000000000f,
            /* 250 */ 0.5625000000000000f,
            /* 251 */ 0.6250000000000000f,
            /* 252 */ 0.6875000000000000f,
            /* 253 */ 0.7500000000000000f,
            /* 254 */ 0.8125000000000000f,
            /* 255 */ 0.8750000000000000f,
        };
    }
}
 
@Soly there's been a few people who have had a bit of trouble with the ItemRT login server you posted - it's rejecting the username and password upon login. Not sure if this a general issue or not though.
 
The Tethealla server software on the forum uses legacy drop files (the .txt), so you'll need to edit those.

The way PSO works in terms of drop rates is that there is a set rate for the 255 numbers, although anything under 150 is literally 1/impossible. 255 is 7/8 specifically. Not sure if there's a list anywhere.
Thanks for the info! I had a suspiscion that was what was happening. Weird how they did that...

In my topic (Soly's Stash) there is a version of the login server the uses ItemRT.gsl, it also includes the file, with the default drops (hopefully), with that you'd be able to use my RT Editor instead of editing text files.
However that login is for SQL.
This is the download http://files.pioneer2.net/soly/Files/login_server_itemrt.7z

Also these are the rates
Code:
namespace Aselia.ItemRT
{
    /// <summary>
    ///
    /// </summary>
    public static class Tables
    {
        /// <summary>
        /// Pre-calculated rates for old style byte rates
        /// </summary>
        public static float[] Rates = new float[256]
        {
            /* 000 */ 0.0000000000000000f,
            /* 001 */ 0.0000000000000000f,
            /* 002 */ 0.0000000000000000f,
            /* 003 */ 0.0000000000000000f,
            /* 004 */ 0.0000000000000000f,
            /* 005 */ 0.0000000000000000f,
            /* 006 */ 0.0000000000000000f,
            /* 007 */ 0.0000000000000000f,
            /* 008 */ 0.0000000000000000f,
            /* 009 */ 0.0000000000000000f,
            /* 010 */ 0.0000000000000000f,
            /* 011 */ 0.0000000000000000f,
            /* 012 */ 0.0000000000000000f,
            /* 013 */ 0.0000000000000000f,
            /* 014 */ 0.0000000000000000f,
            /* 015 */ 0.0000000000000000f,
            /* 016 */ 0.0000000000000000f,
            /* 017 */ 0.0000000000000000f,
            /* 018 */ 0.0000000000000000f,
            /* 019 */ 0.0000000000000000f,
            /* 020 */ 0.0000000000000000f,
            /* 021 */ 0.0000000000000000f,
            /* 022 */ 0.0000000000000000f,
            /* 023 */ 0.0000000000000000f,
            /* 024 */ 0.0000000000000000f,
            /* 025 */ 0.0000000000000000f,
            /* 026 */ 0.0000000000000000f,
            /* 027 */ 0.0000000000000000f,
            /* 028 */ 0.0000000000000000f,
            /* 029 */ 0.0000000000000000f,
            /* 030 */ 0.0000000000000000f,
            /* 031 */ 0.0000000000000000f,
            /* 032 */ 0.0000000032596290f,
            /* 033 */ 0.0000000037252900f,
            /* 034 */ 0.0000000041909520f,
            /* 035 */ 0.0000000046566130f,
            /* 036 */ 0.0000000051222740f,
            /* 037 */ 0.0000000055879350f,
            /* 038 */ 0.0000000060535970f,
            /* 039 */ 0.0000000065192580f,
            /* 040 */ 0.0000000065192580f,
            /* 041 */ 0.0000000074505810f,
            /* 042 */ 0.0000000083819030f,
            /* 043 */ 0.0000000093132260f,
            /* 044 */ 0.0000000102445500f,
            /* 045 */ 0.0000000111758700f,
            /* 046 */ 0.0000000121071900f,
            /* 047 */ 0.0000000130385200f,
            /* 048 */ 0.0000000130385200f,
            /* 049 */ 0.0000000149011600f,
            /* 050 */ 0.0000000167638100f,
            /* 051 */ 0.0000000186264500f,
            /* 052 */ 0.0000000204891000f,
            /* 053 */ 0.0000000223517400f,
            /* 054 */ 0.0000000242143900f,
            /* 055 */ 0.0000000260770300f,
            /* 056 */ 0.0000000260770300f,
            /* 057 */ 0.0000000298023200f,
            /* 058 */ 0.0000000335276100f,
            /* 059 */ 0.0000000372529000f,
            /* 060 */ 0.0000000409781900f,
            /* 061 */ 0.0000000447034800f,
            /* 062 */ 0.0000000484287700f,
            /* 063 */ 0.0000000521540600f,
            /* 064 */ 0.0000000521540600f,
            /* 065 */ 0.0000000596046400f,
            /* 066 */ 0.0000000670552300f,
            /* 067 */ 0.0000000745058100f,
            /* 068 */ 0.0000000819563900f,
            /* 069 */ 0.0000000894069700f,
            /* 070 */ 0.0000000968575500f,
            /* 071 */ 0.0000001043081000f,
            /* 072 */ 0.0000001043081000f,
            /* 073 */ 0.0000001192093000f,
            /* 074 */ 0.0000001341105000f,
            /* 075 */ 0.0000001490116000f,
            /* 076 */ 0.0000001639128000f,
            /* 077 */ 0.0000001788139000f,
            /* 078 */ 0.0000001937151000f,
            /* 079 */ 0.0000002086163000f,
            /* 080 */ 0.0000002086163000f,
            /* 081 */ 0.0000002384186000f,
            /* 082 */ 0.0000002682209000f,
            /* 083 */ 0.0000002980232000f,
            /* 084 */ 0.0000003278255000f,
            /* 085 */ 0.0000003576279000f,
            /* 086 */ 0.0000003874302000f,
            /* 087 */ 0.0000004172325000f,
            /* 088 */ 0.0000004172325000f,
            /* 089 */ 0.0000004768372000f,
            /* 090 */ 0.0000005364418000f,
            /* 091 */ 0.0000005960464000f,
            /* 092 */ 0.0000006556511000f,
            /* 093 */ 0.0000007152557000f,
            /* 094 */ 0.0000007748604000f,
            /* 095 */ 0.0000008344650000f,
            /* 096 */ 0.0000008344650000f,
            /* 097 */ 0.0000009536743000f,
            /* 098 */ 0.0000010728840000f,
            /* 099 */ 0.0000011920930000f,
            /* 100 */ 0.0000013113020000f,
            /* 101 */ 0.0000014305110000f,
            /* 102 */ 0.0000015497210000f,
            /* 103 */ 0.0000016689300000f,
            /* 104 */ 0.0000016689300000f,
            /* 105 */ 0.0000019073490000f,
            /* 106 */ 0.0000021457670000f,
            /* 107 */ 0.0000023841860000f,
            /* 108 */ 0.0000026226040000f,
            /* 109 */ 0.0000028610230000f,
            /* 110 */ 0.0000030994420000f,
            /* 111 */ 0.0000033378600000f,
            /* 112 */ 0.0000033378600000f,
            /* 113 */ 0.0000038146970000f,
            /* 114 */ 0.0000042915340000f,
            /* 115 */ 0.0000047683720000f,
            /* 116 */ 0.0000052452090000f,
            /* 117 */ 0.0000057220460000f,
            /* 118 */ 0.0000061988830000f,
            /* 119 */ 0.0000066757200000f,
            /* 120 */ 0.0000066757200000f,
            /* 121 */ 0.0000076293950000f,
            /* 122 */ 0.0000085830690000f,
            /* 123 */ 0.0000095367430000f,
            /* 124 */ 0.0000104904200000f,
            /* 125 */ 0.0000114440900000f,
            /* 126 */ 0.0000123977700000f,
            /* 127 */ 0.0000133514400000f,
            /* 128 */ 0.0000133514400000f,
            /* 129 */ 0.0000152587900000f,
            /* 130 */ 0.0000171661400000f,
            /* 131 */ 0.0000190734900000f,
            /* 132 */ 0.0000209808300000f,
            /* 133 */ 0.0000228881800000f,
            /* 134 */ 0.0000247955300000f,
            /* 135 */ 0.0000267028800000f,
            /* 136 */ 0.0000267028800000f,
            /* 137 */ 0.0000305175800000f,
            /* 138 */ 0.0000343322800000f,
            /* 139 */ 0.0000381469700000f,
            /* 140 */ 0.0000419616700000f,
            /* 141 */ 0.0000457763700000f,
            /* 142 */ 0.0000495910600000f,
            /* 143 */ 0.0000534057600000f,
            /* 144 */ 0.0000534057600000f,
            /* 145 */ 0.0000610351600000f,
            /* 146 */ 0.0000686645500000f,
            /* 147 */ 0.0000762939500000f,
            /* 148 */ 0.0000839233400000f,
            /* 149 */ 0.0000915527300000f,
            /* 150 */ 0.0000991821300000f,
            /* 151 */ 0.0001068115000000f,
            /* 152 */ 0.0001068115000000f,
            /* 153 */ 0.0001220703000000f,
            /* 154 */ 0.0001373291000000f,
            /* 155 */ 0.0001525879000000f,
            /* 156 */ 0.0001678467000000f,
            /* 157 */ 0.0001831055000000f,
            /* 158 */ 0.0001983643000000f,
            /* 159 */ 0.0002136230000000f,
            /* 160 */ 0.0002136230000000f,
            /* 161 */ 0.0002441406000000f,
            /* 162 */ 0.0002746582000000f,
            /* 163 */ 0.0003051758000000f,
            /* 164 */ 0.0003356934000000f,
            /* 165 */ 0.0003662109000000f,
            /* 166 */ 0.0003967285000000f,
            /* 167 */ 0.0004272461000000f,
            /* 168 */ 0.0004272461000000f,
            /* 169 */ 0.0004882813000000f,
            /* 170 */ 0.0005493164000000f,
            /* 171 */ 0.0006103516000000f,
            /* 172 */ 0.0006713867000000f,
            /* 173 */ 0.0007324219000000f,
            /* 174 */ 0.0007934570000000f,
            /* 175 */ 0.0008544922000000f,
            /* 176 */ 0.0008544922000000f,
            /* 177 */ 0.0009765625000000f,
            /* 178 */ 0.0010986330000000f,
            /* 179 */ 0.0012207030000000f,
            /* 180 */ 0.0013427730000000f,
            /* 181 */ 0.0014648440000000f,
            /* 182 */ 0.0015869140000000f,
            /* 183 */ 0.0017089840000000f,
            /* 184 */ 0.0017089840000000f,
            /* 185 */ 0.0019531250000000f,
            /* 186 */ 0.0021972660000000f,
            /* 187 */ 0.0024414060000000f,
            /* 188 */ 0.0026855470000000f,
            /* 189 */ 0.0029296880000000f,
            /* 190 */ 0.0031738280000000f,
            /* 191 */ 0.0034179690000000f,
            /* 192 */ 0.0034179690000000f,
            /* 193 */ 0.0039062500000000f,
            /* 194 */ 0.0043945310000000f,
            /* 195 */ 0.0048828130000000f,
            /* 196 */ 0.0053710940000000f,
            /* 197 */ 0.0058593750000000f,
            /* 198 */ 0.0063476560000000f,
            /* 199 */ 0.0068359380000000f,
            /* 200 */ 0.0068359380000000f,
            /* 201 */ 0.0078125000000000f,
            /* 202 */ 0.0087890630000000f,
            /* 203 */ 0.0097656250000000f,
            /* 204 */ 0.0107421900000000f,
            /* 205 */ 0.0117187500000000f,
            /* 206 */ 0.0126953100000000f,
            /* 207 */ 0.0136718800000000f,
            /* 208 */ 0.0136718800000000f,
            /* 209 */ 0.0156250000000000f,
            /* 210 */ 0.0175781300000000f,
            /* 211 */ 0.0195312500000000f,
            /* 212 */ 0.0214843800000000f,
            /* 213 */ 0.0234375000000000f,
            /* 214 */ 0.0253906300000000f,
            /* 215 */ 0.0273437500000000f,
            /* 216 */ 0.0273437500000000f,
            /* 217 */ 0.0312500000000000f,
            /* 218 */ 0.0351562500000000f,
            /* 219 */ 0.0390625000000000f,
            /* 220 */ 0.0429687500000000f,
            /* 221 */ 0.0468750000000000f,
            /* 222 */ 0.0507812500000000f,
            /* 223 */ 0.0546875000000000f,
            /* 224 */ 0.0546875000000000f,
            /* 225 */ 0.0625000000000000f,
            /* 226 */ 0.0703125000000000f,
            /* 227 */ 0.0781250000000000f,
            /* 228 */ 0.0859375000000000f,
            /* 229 */ 0.0937500000000000f,
            /* 230 */ 0.1015625000000000f,
            /* 231 */ 0.1093750000000000f,
            /* 232 */ 0.1093750000000000f,
            /* 233 */ 0.1250000000000000f,
            /* 234 */ 0.1406250000000000f,
            /* 235 */ 0.1562500000000000f,
            /* 236 */ 0.1718750000000000f,
            /* 237 */ 0.1875000000000000f,
            /* 238 */ 0.2031250000000000f,
            /* 239 */ 0.2187500000000000f,
            /* 240 */ 0.2187500000000000f,
            /* 241 */ 0.2500000000000000f,
            /* 242 */ 0.2812500000000000f,
            /* 243 */ 0.3125000000000000f,
            /* 244 */ 0.3437500000000000f,
            /* 245 */ 0.3750000000000000f,
            /* 246 */ 0.4062500000000000f,
            /* 247 */ 0.4375000000000000f,
            /* 248 */ 0.4375000000000000f,
            /* 249 */ 0.5000000000000000f,
            /* 250 */ 0.5625000000000000f,
            /* 251 */ 0.6250000000000000f,
            /* 252 */ 0.6875000000000000f,
            /* 253 */ 0.7500000000000000f,
            /* 254 */ 0.8125000000000000f,
            /* 255 */ 0.8750000000000000f,
        };
    }
}

So I went ahead and and downloaded and replaced the server exectuable in the appropriate folder and placed the files along side it. I have to sleep now, but when I attempt to log in, my username and pass (admin, admin) is not recognized. Is that because of the SQL? Thanks for all the help you two!
 
@Soly Example A ^ :p

@PhotonSky I have a working source/binary of this written by Soly himself and it seems to fix this problem, but as his stash states, I can't host them without his permission.
 
@Soly there's been a few people who have had a bit of trouble with the ItemRT login server you posted - it's rejecting the username and password upon login. Not sure if this a general issue or not though.
So it seems.

@Soly Example A ^ :p

@PhotonSky I have a working source/binary of this written by Soly himself and it seems to fix this problem, but as his stash states, I can't host them without his permission.
If you have a build with just the client version and the gsl code, could you send it to me? So I can put it there?
I don't really know what's wrong with that other build.... maybe I changed the salt or the regtime.
Teth clamps the regtime to 1 hour intervals, but I changed that to be the exact second in my own stuff, aka not divided by 3600, might have done that with the build I put up.
 
Yeah, I've got the source you sent me back that wasn't messed with, except my custom client ver string, but I'll reset it to TethVer12513 and send it back to you. :)
 
I just checked that login, and it seems it's for the DAT version........

If you can build me one, that'd be nice.
And since this seems to be for DAT, I will rename it, I guess.
 
Yeah, built it, just throwing it in my google drive for you. I'll remove it once you've put it up here.
 
Alright! So I checked soly's stash, and downloaded the Tethealla Login (12513) and threw it in my server files.

I ran server and my admin, admin is still showing up as incorrect.

So I'm assuming it may just be easier to set up an SQL server using this sites guide (not sure who the author is atm) and try solo play from there. Overall this process has been alot of fun! Combining computer work and pso! My two favorite hobbies! (I'm a total noob in programming, I only know how to do basic if, then commands and the such but reading up on all this work and seeing you guys throw up new files is really cool.)

Thanks for the help @Shidouri, @Soly, and @Matt!
 
The server @Soly provided is for DAT version o_O
Are you getting the username/pass is incorrect, or that client is too old?
May be your client version string.
Don't thank me, I didn't do anything lol. Credit to the real devs here. :p
 
The server @Soly provided is for DAT version o_O
Are you getting the username/pass is incorrect, or that client is too old?
May be your client version string.
Don't thank me, I didn't do anything lol. Credit to the real devs here. :p
How would I check the version string? Also for absolutley sure the user pass is correct.

However when I tried to use one of the servers soly provided I DID get an error saying my client was outdated. Hope that helps.
 
Open the login_server binary in a hex editor. Then search for the text string "Teth". It should take you to where the client version string is located in the file. :)
 
The version string is 12510. When I replace it with the one located in soly's stash (12513) and I guess that's why the username and pass get's muddled?

Hnrrrgh, I just want to use Soly's item drop editor so bad!!! But I'm not sure if simply dropping his Itemrt.gsl with my server file would even do anything! I'll edit the drop chances in it, set 'em to maximum chance and see if it changes anything. If it does... AWESOME! We're done here! If not, well I'm not ashamed of asking for moar help if people are willing!
 
@PhotonSky sorry about that, as said above, the login I uploaded is in fact for the DAT version, so that won't work.
Shidouri is building an SQL version with the ItemRT.gsl code as well as the 12513 version string, he gave me a build but it seems to be a debug version, once we get the right version (mostly just size of executable concerns) I'll replace the login downloads in my topic.

With that you should be able to use the RT Editor
 
Yeah, we are on it sorry, I went to bed lol. Sending Soly the build over in the next hour or so, then I'm sure he'll hook you up when he has chance. :)
 
Back
Top