Jump to content
  • 0

Help


Kakaroto

Question


  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  635
  • Reputation:   95
  • Joined:  05/11/12
  • Last Seen:  

hello good night, someone could tell me where I am going wrong in this script? I thank you very much.

    for(set @i,0; @i < 5; set @i,@i+1)
    if(@nome$[@i] == strcharinfo(0)){
    mapwarp "ordeal_1-1","ordeal_1-1",150,150;
    pcblockmove getcharid(3),1;    sleep2 2000;
    announce "Test.",bc_self;
    pcblockmove getcharid(3),0;
    end;
    }

RoLOT4A.png

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10017
  • Reputation:   2369
  • Joined:  10/28/11
  • Last Seen:  

pcblockmove doesnt exist in your emulator.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  635
  • Reputation:   95
  • Joined:  05/11/12
  • Last Seen:  

pcblockmove doesnt exist in your emulator.

 

 

 

this?

BUILDIN_FUNC(pcblockmove)
{
	int id, flag;
	TBL_PC *sd = NULL;

	id = script_getnum(st,2);
	flag = script_getnum(st,3);

	if(id)
		sd = map_id2sd(id);
	else
		sd = script_rid2sd(st);

	if(sd)
		sd->state.blockedmove = flag > 0;
	return SCRIPT_CMD_SUCCESS;
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  513
  • Reputation:   84
  • Joined:  08/11/12
  • Last Seen:  

Have you tried recompiling your binaries?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

If u're using eAthena/Old rAthena, you cant use this variable.

I had this problem too few days ago using eAmod. (eAthena mod)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...