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-nmm6 (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-nmm6 (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-nmm6 (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
skill_fishing
Author Message
Skul
Master
**

Posts: 413
Likes Given: 0
Likes Received: 19 in 15 posts
Joined: Jun 2012
Reputation: 9



Post: #1
skill_fishing
Can anyone confirm if the skill fishing hangs as a player (plevel=1, gm=0). Me and my players were testing it and for everyone (except mytself as a gm) were unable to fish. The skill would start and then hang forever, they would have to alt + c/tab to abort, never able to capture a fish.

"I ask a question to the answer I already know."

Marchadium :: http://www.marchadium.ca/ :: Join us!
08-17-2014 03:40 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: #2
RE: skill_fishing
Did you update the scripts?
There is @stroke now and another things like range, skill flags..

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.
08-17-2014 04:07 AM
Find all posts by this user Like Post Quote this message in a reply
Skul
Master
**

Posts: 413
Likes Given: 0
Likes Received: 19 in 15 posts
Joined: Jun 2012
Reputation: 9



Post: #3
RE: skill_fishing
Let me post my code:
Code:
[SKILL 18]
DEFNAME=Skill_Fishing
KEY=Fishing
TITLE=Fisher
PROMPT_MSG=What water do you want to fish in?
DELAY=2.5
STAT_STR=0
STAT_INT=0
STAT_DEX=0
BONUS_STR=0
BONUS_DEX=0
BONUS_INT=0
BONUS_STATS=0
ADV_RATE=0.1,50.0,150.0
VALUES=1,30,200
RANGE=6
FLAGS=SKF_GATHER|SKF_NOMINDIST
We don't have any problems with @start but then it just hangs, here's my @start trigger code:
Code:
ON=@START
getregionresource <CTAG0.TARGP>
IF (<UID.<CTAG0.RESOURCE>.AMOUNT> > 0)
    LOCAL.CRAFTSTROKECNT=1
    ANIM=11
    SOUND=39
    SERV.NEWITEM=0352d
    NEW.ATTR=attr_move_never|attr_decay
    NEW.P=<TARGP>
    NEW.TIMER=2
ENDIF
That code works fine, the splash shows, it also works as a plevel 7 account but not on plevel 1. I'm kind of clueless, I tried adding in extra code to make it work and I never was able to. Thanks for reading.

"I ask a question to the answer I already know."

Marchadium :: http://www.marchadium.ca/ :: Join us!
08-17-2014 04:15 AM
Visit this user's website 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)