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
Help script de Paint item
Author Message
Extreme
Grandmaster Poster
***

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

SphereCommunity

Post: #6
RE: Help script de Paint item
Just one question, are you brazillian Victor?
Code:
[ITEMDEF I_TINTA_VULCAN]
ID I_REAG_DRAGON_BLOOD
NAME True Vulcan Ink
WEIGHT 2

ON=@Create
COLOR 0F93

ON=@DCLICK
IF <TOPOBJ> != <SRC>
SRC.SYSMESSAGE @,,1 Put the <NAME> in your backpack.
RETURN 1
ENDIF
TARGET What item do you want to color?
RETURN 1

ON=@TARGON_ITEM
IF <SRC.TARG.TOPOBJ> != <SRC>
SRC.SYSMESSAGE @,,1 Put the <SRC.TARG.NAME> in your backpack.
RETURN 1
ENDIF
SRC.TARG.COLOR <COLOR>
AMOUNT -= 1
IF <AMOUNT> == 0
REMOVE
ENDIF
RETURN 1

ON=@TARGON_CHAR
RETURN 1
ON=@TARGON_GROUND
RETURN 1

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.
06-27-2012 09:28 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Help script de Paint item - victorstelzer - 06-26-2012, 10:49 AM
RE: Help script de Paint item - Gil Amarth - 06-26-2012, 06:51 PM
RE: Help script de Paint item - Skul - 06-27-2012, 09:00 AM
RE: Help script de Paint item - Extreme - 06-27-2012 09:28 AM

Forum Jump:


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