What is the most straight forward way to send a custom packet to the client(custom client)?
Looking at sending a custom chat packet to the client with essentially text, I tried searching and messing around a bit with Network.Packet but I'm not making much headway here..
Bittiez updated Player Vendor Tile with a new update entry:
Updated to pub 57
Read the rest of this update entry...
Heyo, I know I'm a few.. years.. late on this, but the recent update fixes both these issues :)
Great idea, I'll add a delay in the next update
Of course, had some of these for years, just been going thru and kind of updating them and finally releasing them
:O I honestly didn't even realize there were already auras for monsters
Edit: After looking into the built in one, I do feel like mine is easier to customize for shard owners,so at least it wasn't a total waste of time :P
What is this?
This command allows players to point at [people, items, the ground, static objects, etc]
Installation
Put it in Scripts/Custom/
Usage
[Point and target something
What is this?
This is an easy to use drag-and-drop PM/DM system.
Installation
Drag ArrowPM folder into your Scripts/Custom/ folder: Scripts/Custom/ArrowPM/
Check out SETTINGS.cs for all the customizations your heart desires.
Usage
By default you can use [pm or [msg
Note: Anywhere you type...
Try adding your map to Scripts/Gumps/Go/GoGump.cs
public class GoGump : Gump
{
public static readonly LocationTree Felucca = new LocationTree("felucca.xml", Map.Felucca);
public static readonly LocationTree Trammel = new LocationTree("trammel.xml", Map.Trammel)...
Bittiez submitted a new resource:
Search command - Use [Search to generate a search link that players can open via a deed
Read more about this resource...
What is this?
This will create an item deed that when double clicked, will open a browser to a url with the specified search terms.
Usage
Type [Search some search terms here
Installation
Drop it in your Scripts/Custom/ folder
Customize it with your own search url
Edit lines 9 & 10...