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
ARGO's Guildstone MoreY?
Author Message
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #6
RE: ARGO's Guildstone MoreY?
Code:
REF1=<SRC.GUILD>
REF1.MOREX=(<REF1.MOREX>+1)//ADDS 1 KILL TO SRC's GUILDSTONE
SRC.TAG.ARMYKILLS <SRC.TAG.ARMYKILLS>+1//ADDS 1 KILL TO SRC
//
REF2=<ARGO.GUILD>
REF2.MOREY=(<REF2.MOREY>+1)//ADDS 1 DEATH TO ARGO's GUILDSTONE
ARGO.TAG.ARMYDEATHS <ARGO.TAG.ARMYDEATHS>+1//ADDS 1 DEATH TO ARGO

works.... BUT

06:26:WARNING:1:Unknown game packet (0x50) received.



Code:
REF1=<SRC.GUILD>
REF1.MOREX += 1
SRC.TAG.ARMYKILLS <SRC.TAG.ARMYKILLS>+1//ADDS 1 KILL TO SRC
//
REF2=<ARGO.GUILD>
REF2.MOREY += 1
ARGO.TAG.ARMYDEATHS <ARGO.TAG.ARMYDEATHS>+1//ADDS 1 DEATH TO ARGO

i get
06:30:WARNING:1:Unknown game packet (0x82) received.


Code:
REF1=<SRC.GUILD>
REF1.MOREX += 1
SRC.TAG.ARMYKILLS += 1
//
REF2=<ARGO.GUILD>
REF2.MOREY += 1
ARGO.TAG.ARMYDEATHS += 1

i get
06:35:WARNING:3:Unknown game packet (0x6e) received.

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 11-25-2015 09:39 PM by x77x.)
11-25-2015 09:21 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
ARGO's Guildstone MoreY? - x77x - 11-25-2015, 08:32 AM
RE: ARGO's Guildstone MoreY? - azmanomer - 11-25-2015, 12:58 PM
RE: ARGO's Guildstone MoreY? - x77x - 11-25-2015, 01:02 PM
RE: ARGO's Guildstone MoreY? - Artyk - 11-25-2015, 05:49 PM
RE: ARGO's Guildstone MoreY? - XuN - 11-25-2015, 09:13 PM
RE: ARGO's Guildstone MoreY? - x77x - 11-25-2015 09:21 PM
RE: ARGO's Guildstone MoreY? - XuN - 11-25-2015, 10:44 PM
RE: ARGO's Guildstone MoreY? - x77x - 11-26-2015, 03:01 AM

Forum Jump:


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