teathella

22/11/2011 15:54
 Newest binaries (both SQL and non-SQL versions...) « View previous topic :: View next topic » 
Author Message
ihTerra
PostPosted: Sat May 9th, 2009 7:52 am    Post subject: Reply with quote



Joined: Aug 27, 2008
Posts: 38
Thanks for the fix Soda!
Back to top
View user's profile Send private message    
Sodaboy
PostPosted: Sat May 9th, 2009 11:07 am    Post subject: Reply with quote

Site Admin

Joined: Aug 10, 2008
Posts: 1142
Location: Vallejo, California
Look, this is an English forum. That's quite enough Russian.

If you guys still want to cyber about PSO in Russian, take it to private messages.
Back to top
View user's profile Send private message Send e-mail    
Nightmare123
PostPosted: Sun May 17th, 2009 12:50 pm    Post subject: Reply with quote



Joined: Apr 24, 2009
Posts: 32
Sodaboy wrote:
Look, this is an English forum. That's quite enough Russian.

If you guys still want to cyber about PSO in Russian, take it to private messages.


Sorry about that, i just want to know, there is beside anyone ready good corresponding to priority drop rate, because i've tried to edit it, but unfortunately.
Sorry for Offtop
Back to top
View user's profile Send private message    
666
PostPosted: Tue June 2nd, 2009 1:14 am    Post subject: Reply with quote



Joined: Jun 02, 2009
Posts: 3
ok i got most of the stuff down and i think i got most of the idea of what to do but i stuck T-T

i did all steps to number 14 but know i dont know what to do from here T-T could u plz help me T-T
Back to top
View user's profile Send private message    
Nightmare123
PostPosted: Wed June 3rd, 2009 3:37 pm    Post subject: Reply with quote



Joined: Apr 24, 2009
Posts: 32
666 wrote:
ok i got most of the stuff down and i think i got most of the idea of what to do but i stuck T-T

i did all steps to number 14 but know i dont know what to do from here T-T could u plz help me T-T


Download executables (link in 14 step) then download any HEX EDITOR (search on google.com) and hex your executable psobb.exe (on your lan or ethernet IP adress) Wink
Back to top
View user's profile Send private message    
666
PostPosted: Sun July 5th, 2009 1:26 am    Post subject: Reply with quote



Joined: Jun 02, 2009
Posts: 3
Quote:
Download executables (link in 14 step) then download any HEX EDITOR (search on google.com) and hex your executable psobb.exe (on your lan or ethernet IP adress) Wink


i did all that i mean where do i put the files to play it?[/quote]
Back to top
View user's profile Send private message    
Nightmare123
PostPosted: Sun July 5th, 2009 3:39 am    Post subject: Reply with quote



Joined: Apr 24, 2009
Posts: 32
666 wrote:
Quote:
Download executables (link in 14 step) then download any HEX EDITOR (search on google.com) and hex your executable psobb.exe (on your lan or ethernet IP adress) Wink


i did all that i mean where do i put the files to play it?
[/quote]


Put the files into directory with PSO (example : D:\Games\Phantasy star online) and hex any .exe file that runs the client
Back to top
View user's profile Send private message    
666
PostPosted: Wed July 8th, 2009 11:20 pm    Post subject: Reply with quote



Joined: Jun 02, 2009
Posts: 3
i well have to try ty for the help so far i let u know if i have other prolbems[/quote]
Back to top
View user's profile Send private message    
Sodaboy
PostPosted: Mon July 13th, 2009 12:44 pm    Post subject: Reply with quote

Site Admin

Joined: Aug 10, 2008
Posts: 1142
Location: Vallejo, California
Small update:

Quote:
version 0.123 07/13/2009
------------------------
- Updated mag tables and code to those provided by Lee from
schtserv.com
- Fixed Merge making. (Red, Yellow, Gifoie, Shifta, etc.)


https://www.pioneer2.net/spsos_ship_v.123.zip
Back to top
View user's profile Send private message Send e-mail    
Sodaboy
PostPosted: Thu July 16th, 2009 7:46 am    Post subject: Reply with quote

Site Admin

Joined: Aug 10, 2008
Posts: 1142
Location: Vallejo, California
Sort of a major fix:

Quote:
version 0.124 07/16/2009
------------------------
- Finally figured out why ADD SLOT and changing items sometimes
works and sometimes doesn't. Put a definitive fix in place!
- Should have also fixed Mag desyncing for good as well! (Well,
I think so, as this problem was related to item changing as well..)

If you want me to be technical about it: In the previous Ship
servers, your inventory was scanned during UseItem for the current
inventory slot of the currently equipped weapon, armor and shield
BEFORE the consumable item was deleted and CleanUpInventory was
called. My CleanUpInventory procedure shifts up all item data
in memory after an item is deleted from inventory.

For example: Say you have four items in memory. They look like this
in memory "1234". If you use consumable item 3 and CleanUpInventory is
called, the items in memory now look like "124". Where the 4th item
now moved from slot 4 to slot 3.

This caused a problem before because I did the scan BEFORE CleanUpInventory,
so if you had the ADD SLOT item in slot 3 but the armor to use the
ADD SLOT on in slot 4, after the shift, it would attempt to modify the
number of slots in slot 4 instead of slot 3, where the armor now resides.
This has been corrected.

Same thing would happen if you merged weapons together and the weapon to
delete came before the weapon to keep and so on.

This problem also reared it's head during Mag feeding when inventory was
scanned and a pointer to the Mag was made BEFORE deleting the consumable
item in inventory. So stats that were being checked, evolutions, and
data being modified could have been thrown all out of whack.


https://www.pioneer2.net/spsos_ship_v.124.zip

Some more info...


Quote:
Pol C.::: says (5:54 AM):
oh sounds a funny bug
Terry says (5:54 AM):
yes
Terry says (5:55 AM):
lol
also
could cause lots of strange things
by modifying the wrong slots for data
like applying the increased value of the armor to the wrong slot
also
modifying mag stats in the wrong slot
like if you had the monomate to feed before the mag in memory
and it was the last monomate
the monomate would be deleted from inventory
and the mag would be shifted up one
however the pointer didn't update
because the pointer was obtained before the shift
Terry says (5:56 AM):
so then it checks the stats at the old pointer and modifies data there
if you had items underneath the mag
Pol C.::: says (5:56 AM):
lol
Terry says (5:56 AM):
those items would be being modified
and checked instead of the mag
could cause for weird things and maybe even ??? items or other bugs
probably fixes A LOT of shit
what I just fixed
for weirdness happening
Back to top
View user's profile Send private message Send e-mail    
Sodaboy
PostPosted: Thu July 16th, 2009 8:22 am    Post subject: Reply with quote

Site Admin

Joined: Aug 10, 2008
Posts: 1142
Location: Vallejo, California
Ack
Quote:
version 0.125 07/16/2009
------------------------
- Noticed a similar bug would occur during upgrading of a weapon's
Photon in Gallon's Shop quest. Fixed.

https://www.pioneer2.net/spsos_ship_v.125.zip
Back to top
View user's profile Send private message Send e-mail    
Nyao
PostPosted: Thu July 16th, 2009 8:33 am    Post subject: Reply with quote



Joined: Aug 16, 2008
Posts: 307
Location: In a place far far away
gosh already fixed it? you're too fast.
Back to top
View user's profile Send private message    
Sodaboy
PostPosted: Thu July 16th, 2009 12:53 pm    Post subject: Reply with quote

Site Admin

Joined: Aug 10, 2008
Posts: 1142
Location: Vallejo, California
Nyao wrote:
gosh already fixed it? you're too fast.
FAP FAP FAP
Back to top
View user's profile Send private message Send e-mail    
larva_pro
PostPosted: Thu July 16th, 2009 2:17 pm    Post subject: Reply with quote



Joined: Oct 22, 2008
Posts: 314
AA thanks man xDDDD

awesome .
Back to top
View user's profile Send private message    
Sodaboy
PostPosted: Fri July 17th, 2009 4:27 pm    Post subject: Reply with quote

Site Admin

Joined: Aug 10, 2008
Posts: 1142
Location: Vallejo, California
Can anyone confirm the ADD SLOT fix? Haha, I know I said it was fixed and I'm pretty sure it is, I just don't have my own server installed at the moment. HAVEN'T PLAYED PSO IN A MINUTE.

Probably not going to re setup a test server until next month or something, after I move.
Back to top
View user's profile Send private message Send e-mail    
Nyao
PostPosted: Fri July 17th, 2009 6:11 pm    Post subject: Reply with quote



Joined: Aug 16, 2008
Posts: 307
Location: In a place far far away
Sodaboy wrote:
FAP FAP FAP


Surprised Soda fapping

Sodaboy wrote:
Probably not going to re setup a test server until next month or something, after I move

Again?... ithought you moved like 8 months ago or less
Back to top
View user's profile Send private message    
Sodaboy
PostPosted: Fri July 17th, 2009 6:13 pm    Post subject: Reply with quote

Site Admin

Joined: Aug 10, 2008
Posts: 1142
Location: Vallejo, California
Nyao wrote:
Again?... ithought you moved like 8 months ago or less

WELL, I'M MOVING AGAIN!!

=P
Back to top
View user's profile Send private message Send e-mail    
larva_pro
PostPosted: Fri July 17th, 2009 8:48 pm    Post subject: Reply with quote



Joined: Oct 22, 2008
Posts: 314
Sodaboy wrote:
Nyao wrote:
Again?... ithought you moved like 8 months ago or less

WELL, I'M MOVING AGAIN!!

=P


ok put yesterday the patch,, i have always like 40 to 60 users on server , they haven't report any bug yet.

if some one present any one i post here.. lets wait until Monday to have it clear.

EDIT: today 2 users have Item reversion, Excalibur to Lame'D, that's for one user, the other one i dono i will ask my GM's.
Back to top
View user's profile Send private message    
Sodaboy
PostPosted: Fri July 17th, 2009 11:52 pm    Post subject: Reply with quote

Site Admin

Joined: Aug 10, 2008
Posts: 1142
Location: Vallejo, California
larva_pro wrote:
EDIT: today 2 users have Item reversion, Excalibur to Lame'D, that's for one user, the other one i dono i will ask my GM's.

Yeah, someone reported to me the counter bug before but I have't looked into it.

Might still be bug unsealing excal or SJS
Back to top
View user's profile Send private message Send e-mail    
piborox
PostPosted: Sat July 18th, 2009 2:10 am    Post subject: Reply with quote



Joined: Sep 30, 2008
Posts: 40
Shocked grandiose Shocked
Back to top
View user's profile Send private message    
larva_pro
PostPosted: Sat July 18th, 2009 1:41 pm    Post subject: Reply with quote



Joined: Oct 22, 2008
Posts: 314
Sodaboy wrote:
larva_pro wrote:
EDIT: today 2 users have Item reversion, Excalibur to Lame'D, that's for one user, the other one i dono i will ask my GM's.

Yeah, someone reported to me the counter bug before but I have't looked into it.

Might still be bug unsealing excal or SJS


still we haven't receive any notice. so I let you know what happen.
Back to top
View user's profile Send private message    
Sodaboy
PostPosted: Tue July 21st, 2009 1:20 pm    Post subject: Reply with quote

Site Admin

Joined: Aug 10, 2008
Posts: 1142
Location: Vallejo, California
https://www.pioneer2.net/spsos_ship_v.126.zip

Quote:
version 0.126 07/21/2009
------------------------
- The files armorpmt.bin and weappmt.bin are no longer used by
the server. New files armorpmt.ini, shieldpmt.ini, tech.ini and
weaponpmt.ini are now loaded instead.

These files are generated by Lee from schtserv.com's BB PMT editor
program. You can find this program on the forum.

Yes, you may have noticed there is a brand new technique file when
there was no older counterpart. The technique table in def_tables.h
has been nuked completely and you can change the maximum technique
levels yourself now. (You will still need to update the PMT file and
send it via the login server... GL!!!)

A file named itempmt.bin is still included with the ship server, but
it is not read. It is simply included for use with Lee's program and
a PRS compressor program for sending via the login server.


You can find Lee's PMT editor @ https://www.pioneer2.net/forum/viewtopic.php?t=396

Remember, when changing things...

1. The changes have to be export to INI files and copied to the ship server's param folder.
2. The edited PMT file needs to be recompressed to PRS and placed on the login server.
Back to top
View user's profile Send private message Send e-mail    
cyan
PostPosted: Wed July 22nd, 2009 12:06 am    Post subject: Reply with quote



Joined: Sep 21, 2008
Posts: 38
Quote:
Yes, you may have noticed there is a brand new technique file when
there was no older counterpart. The technique table in def_tables.h
has been nuked completely and you can change the maximum technique
levels yourself now. (You will still need to update the PMT file and
send it via the login server... GL!!!)


can it be bigger at level 30?
Back to top
View user's profile Send private message    
Lee
PostPosted: Wed July 22nd, 2009 2:31 am    Post subject: Reply with quote



Joined: Aug 11, 2008
Posts: 424
cyan wrote:
Quote:
Yes, you may have noticed there is a brand new technique file when
there was no older counterpart. The technique table in def_tables.h
has been nuked completely and you can change the maximum technique
levels yourself now. (You will still need to update the PMT file and
send it via the login server... GL!!!)


can it be bigger at level 30?


Segas fail code usually means:

if greater then max = max
Back to top
View user's profile Send private message    
cyan
PostPosted: Thu July 23rd, 2009 2:15 am    Post subject: Reply with quote



Joined: Sep 21, 2008
Posts: 38
ok thanks
Back to top
View user's profile Send private message  

 

—————

Voltar