The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Party Functions
Author Message
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #1
Party Functions
Here is a thread to everyone post your party functions to work with the sphere default functions.

PHP Code:
[FUNCTION F_ISSAMEPARTY// <I>.F_ISSAMEPARTY <REF2>
IF !<ARGS> || !<SERV.UID.<ARGS>>
 RETURN 
0
ENDIF
REF2 <ARGS>
IF !<
ISINPARTY> || !<REF2.ISINPARTY>
 RETURN 
0
ENDIF
FOR 
M 0 <EVAL <PARTY.MEMBERS>-1>
 IF <
PARTY.MEMBER.<dLOCAL.M>.UID> == <REF2>
  RETURN 
1
 
ENDIF
ENDFOR
RETURN 
0

////////////////////////////////////////////////////////////////////////////////

[FUNCTION F_PARTY_SYSMESSAGE// <I>.F_PARTY_SYSMESSAGE <ARGS>
IF !<ARGS> || !<ISINPARTY>
 RETURN 
1
ENDIF
REF1 <UID>
FOR 
M 0 <EVAL <PARTY.MEMBERS>-1>
 
REF2 <PARTY.MEMBER.<dLOCAL.M>.UID>
 
REF2.SYSMESSAGE @044,,[PARTY][<REF1.NAME>]: <ARGS>
ENDFOR
RETURN 


STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
(This post was last modified: 10-12-2012 02:04 AM by Extreme.)
10-02-2012 05:47 AM
Find all posts by this user Like Post Quote this message in a reply
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #2
RE: Party Functions
You can do something with that, when you are in party, if you kill your friend you become PK?

Sometimes happends too when you click PARTY CAN LOOT ME...

Shock

[Image: 2hy9q0y.png]
(This post was last modified: 10-03-2012 04:03 AM by Lazarus.)
10-03-2012 04:03 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #3
RE: Party Functions
ISSAMEPARTYAS does actually work you just have to use it right, which was my issue when trying to work it out.

Code:
IF (<PARTY.ISSAMEPARTYOF.<src.uid>>)

works fine.
And now I know how to find if people are in the same party, my evil plan will be hatched!

[Image: 2nis46r.jpg]
10-03-2012 05:06 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #4
RE: Party Functions
<PARTY.ISSAMEPARTYOF <ARGS>>
Returns if <I> is in same party of <ARGS>
BUT, is <I> isn't in party, the function don't work, returning Invalid Set.

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
10-03-2012 06:49 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)