Search found 16 matches

by Max Scherr
Sat Apr 22, 2006 2:47 pm
Forum: Contributed Scripts & Packages
Topic: Hallucination
Replies: 3
Views: 5767

Just need to pack it together properly... my old files are pure chaos ;-)
by Max Scherr
Sat Apr 22, 2006 2:46 pm
Forum: Contributed Scripts & Packages
Topic: Games
Replies: 0
Views: 3778

Games

I'm not sure if anything like this is included in distros after pol92 (ugh), but I thought I'd share it anyway.
by Max Scherr
Sat Apr 22, 2006 2:41 pm
Forum: Contributed Scripts & Packages
Topic: TelnetAccountCreator
Replies: 1
Views: 4423

TelnetAccountCreator

I don't think it's really useful nowadays in running shards but maybe for learning...
by Max Scherr
Sat Apr 22, 2006 2:39 pm
Forum: Contributed Scripts & Packages
Topic: Memory
Replies: 0
Views: 3469

Memory

A little include to make a player memorize (save all mobiles, items and location) and recall a situation (showing it in black and white).
by Max Scherr
Sat Apr 22, 2006 2:09 am
Forum: Old distros
Topic: Close door, party system, skill lock
Replies: 25
Views: 23140

Max Scherr wrote: The client sends the same if you are using the partysystem gump or commands like /add /remove and so on.
:P
by Max Scherr
Thu Apr 20, 2006 1:32 pm
Forum: Old distros
Topic: Close door, party system, skill lock
Replies: 25
Views: 23140

Yup...I remember green but me playing on OSI ... that was 2000 I think (age 15)... :P
by Max Scherr
Thu Apr 20, 2006 11:48 am
Forum: Old distros
Topic: Close door, party system, skill lock
Replies: 25
Views: 23140

"du auch" should be "dich auch" but besides that it's correct, although you might confuse people a bit with that :P

We were just talking about how stupidly I did all the packet "packing" especially the Hex <-> Character conversion. :?
by Max Scherr
Thu Apr 20, 2006 1:07 am
Forum: Old distros
Topic: Close door, party system, skill lock
Replies: 25
Views: 23140

Nichts fuer ungut, aber negatives kann man ja nur negativ auffassen :-P
Is nicht so tragisch;-)

Kritik ist ja immer gut, wobei sie hier halt fuer die lernenden Besucher des Forums wichtiger waere als fuer mich.

Das Zeug ist naemlich von 2002 oder so und da hatte ich wirklich kaum Ahnung von ...
by Max Scherr
Wed Apr 19, 2006 10:29 am
Forum: Old distros
Topic: Close door, party system, skill lock
Replies: 25
Views: 23140

What exactly do you mean with in-game gumps?

Those packets handled by my (and i also think kinetix's) script are also sent from those party system gumps (opened by this scroll in the pd next to the charprofile)

The client sends the same if you are using the partysystem gump or commands like /add ...
by Max Scherr
Wed Apr 19, 2006 9:57 am
Forum: Old distros
Topic: Close door, party system, skill lock
Replies: 25
Views: 23140

Now let's move on to Chat:


Chat.src:

include "include/Chat";

program Chat(ch, data)
var dataarray := SplitWords(data);
if (dataarray[1] = "ClientPacketb5")
DisplayChatDialog(ch);
CreateChannel(ch, "Chat");
JoinChannel(ch, "Chat");

elseif (dataarray[1] = "ClientPacketb3")
var dataarray2 ...
by Max Scherr
Wed Apr 19, 2006 9:50 am
Forum: Old distros
Topic: Close door, party system, skill lock
Replies: 25
Views: 23140

This is PartySystem.src

use uo;

include "include/PartySystem";

program PartySystem(ch, data)
var dataarray := SplitWords(data);
if (dataarray[1] = "ClientPacketbfSubcommand6")
if (dataarray[2] = "Subsubcommand1")
var pmserial := CInt(dataarray[3]);
AddPartyMember(ch, pmserial);

elseif ...
by Max Scherr
Wed Apr 19, 2006 9:08 am
Forum: Old distros
Topic: Close door, party system, skill lock
Replies: 25
Views: 23140

Well I can send you all the party system stuff I have and together with kinetix's you should have enough infosrmation if you encounter any problems.

I was quite bitchy back then about giving away my private shard code...
but by now I don't really care as I'm not active anymore.

Converting to the ...
by Max Scherr
Wed Apr 19, 2006 8:58 am
Forum: Old distros
Topic: Close door, party system, skill lock
Replies: 25
Views: 23140

No it's completely written by me... but I remember someone doing it again...and I think folko wrote one at the same time I did.

(Max at Folkos forum = me.. you'll find a thread somewhere there.)

Chat system... yup, i also have a script for that (but it's limited to one global chatroom)

EDIT:

Ahh ...
by Max Scherr
Wed Apr 19, 2006 7:49 am
Forum: Old distros
Topic: Close door, party system, skill lock
Replies: 25
Views: 23140

Sorry to interfere.

I have some fully implemented party system script lying around here... would need to be adjusted to the packet hooks though.
(if anyone knows how to use the packethook this is won't take long I guess).

It's about 3 years old, since then i haven't scripted much for POL.

I could ...
by Max Scherr
Fri Apr 14, 2006 6:14 pm
Forum: General Help (095)
Topic: Stupid stupid simple question!
Replies: 4
Views: 4468

Matrix wrote:
stupid question
Great... Oh I forgot... POL has such a big and great community, we don't need people asking questions. :roll:
by Max Scherr
Fri Apr 07, 2006 12:53 pm
Forum: Contributed Scripts & Packages
Topic: Hallucination
Replies: 3
Views: 5767

Haha, nice. At least my scripts are still around.

I should have a ShipTravel pkg (for ferries etc.) too which I haven't published yet... so if anyone's interested I could upload that one.