Skul 
Master
 
Posts: 413
Likes Given: 0
Likes Received: 19 in 15 posts
Joined: Jun 2012
Reputation: 9
![]()
|
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 |
|
|