Syntax error on function 'sp' <Use SKILL on Player> HELP!!

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

Message
Author
ashi123
Noob
Noob
Posts: 1
Joined: 30 Sep 2011, 10:29
Noob?: Yes

Syntax error on function 'sp' <Use SKILL on Player> HELP!!

#1 Post by ashi123 »

`` hey guys help me pls im a first time user of openkore .. i used svn .. how to fix the below screen shot?? pls help ..

`` here's i used macro


automacro BuffMe1 {
pm "buffs"

run-once 1
call BuffMe1

}

macro BuffMe1 {
do stand
do sp 34 "$.lastpm"
do sp 29 "$.lastpm"
do sp 361 "$.lastpm"
do sp 66 "$.lastpm"
pause 1
pause 1
do sit
release BuffMe1
}

-- when i pm her buffs .. console says .. i triggered it but she only stand nd nothing to do?
-- and on console pops up that error

Syntax error on function 'sp' <Use SKILL on Player>
Player 'Raged Baphomet CAKESz' does not exist.

Image

--------- Another is why when i type on console nl it detects the players char name it should be NPC ryt?
---------- and when i type on console pl it says There are no players near you .. even when im beside my bot .. pls help me .. im working in for 4 working days nd nothing happen .. tnx in advance ...

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Syntax error on function 'sp' <Use SKILL on Player> HELP!!

#2 Post by EternalHarvest »

ashi123 wrote:--------- Another is why when i type on console nl it detects the players char name it should be NPC ryt?
---------- and when i type on console pl it says There are no players near you
Fix these problems first (wrong serverType?), "sp" would only work on players near you.

Locked