Author Topic: Any Coder Friendly People Around?
Decapitation 
Title: Failed to Apply
Posts: 726
Registered: May 10, '04
Extended Info (if available)
Real Post Cnt: 715
User ID: 922,570
Subject: Any Coder Friendly People Around?
I want to try and develop a simple plugin for decal, it'll go like this:

I want it to recognize when a allegiance request is sent it and basically have it auto accept,
as simple as that, there is quite a bit of solo allegiance's on morningthaw without mansions,
well there is also a few allegiances that are willing to let some people swear in to use there devices and then break when done,

sounds fairly easy but the hard part I wouldn't beable to figure out is, how to recognize a request being sent in,
if anyone has any ideas or can do something along these lines or wants to collab on it, let me know.

 

-----signature-----
Darktide.
Aenr Failed to WakeupScold
Pyrocy tells you, "I have this itch, its like inside my ***** not on it, but inside"
Link to this post
Drakier 
Posts: ????
Registered: ????
Extended Info (if available)
Real Post Cnt: 0
User ID: 0
Subject: Any Coder Friendly People Around?
look at the Protocol. You'll have to look for the message being sent.

 

-----signature-----
Link to this post
Decapitation 
Title: Failed to Apply
Posts: 726
Registered: May 10, '04
Extended Info (if available)
Real Post Cnt: 715
User ID: 922,570
Subject: Any Coder Friendly People Around?
Mind helping me right a script for this Drakier?
your help would be much more superior than my own work.

 

-----signature-----
Darktide.
Aenr Failed to WakeupScold
Pyrocy tells you, "I have this itch, its like inside my ***** not on it, but inside"
Link to this post
agnari 
Posts: 7,595
Registered: Oct 10, '00
Extended Info (if available)
Real Post Cnt: 7,440
User ID: 48,760
Subject: Any Coder Friendly People Around?
the QUICKEST solution i could think of (at least for many NON decal coders) would be to hack castaway.

it already monitors /tells, so it would be fairly easy to add a small script to react to a special tell. then write an ACTool script that handles the accept a vassal reaction, which of course the actool script would be fired off by the special tell.

 

-----signature-----
Ag Nar
Portal Mule Master of the Loresraat
Mastering the pixels of gamedom, 1 MMORPG at a time..
Link to this post
Decapitation 
Title: Failed to Apply
Posts: 726
Registered: May 10, '04
Extended Info (if available)
Real Post Cnt: 715
User ID: 922,570
Subject: Any Coder Friendly People Around?
Good point, i'll take a look inside of castaway and see what I can come up with

 

-----signature-----
Darktide.
Aenr Failed to WakeupScold
Pyrocy tells you, "I have this itch, its like inside my ***** not on it, but inside"
Link to this post
Darktorizo 
Posts: 266
Registered: Dec 10, '06
Extended Info (if available)
Real Post Cnt: 266
User ID: 1,190,502
Subject: Any Coder Friendly People Around?
Actually you would not even need Castaway if you are just monitoring /tells, as ACTool monitors /tells and would be able to do everything you need.

Procedure ProcedureNameHere when _telltext = Tell Text to React to

Actions you want taken as a result of Tell Text

ClearPluginVar _telltext
ClearPluginVar _tellname
End

Just as an example

 

-----signature-----
Guinevere du Avalon - Level 275 - Mage (War\MeleeD Spec)\2 Hour Buff Bot - TD
~* Explorer of Dereth *~
GoArrow Database Updates (Full): http://db.tt/6UlVIW
GoArrow Database Update Page: http://db.tt/9lJUeE4
Link to this post
Decapitation 
Title: Failed to Apply
Posts: 726
Registered: May 10, '04
Extended Info (if available)
Real Post Cnt: 715
User ID: 922,570
Subject: Any Coder Friendly People Around?
Touche'
well, in that case i'll go the actool way fully then,
i'm going to have to re-up a bit, super rusty with coder,
I think it should come out pretty easy and simple though, it's just basic.

 

-----signature-----
Darktide.
Aenr Failed to WakeupScold
Pyrocy tells you, "I have this itch, its like inside my ***** not on it, but inside"
Link to this post

Valid XHTML 1.0 Transitional Powered by PHP