Jump to content
  • 0

Need Script!


Yoga

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   1
  • Joined:  06/06/12
  • Last Seen:  

if player use command @at / @autotrade

auto change body to Black [ Like > ] @option:6

Example Picture

http://i1327.photobucket.com/albums/u669/lopaktikey2012/adadas.jpg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

-    script    Autotrade    -1,{
OnInit:
   bindatcmd("autotrade",strnpcinfo(0)+"::OnAutotrade");
   bindatcmd("at",strnpcinfo(0)+"::OnAutotrade");
   end;
OnAutotrade:
   atcommand "@option 6";
   atcommand "@autotrade";
   end;
}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   1
  • Joined:  06/06/12
  • Last Seen:  

Error

[Error]: Loading NPC file: npc/custom/vendingg.txt

script error on npc/custom/vendingg.txt line 3

parse_line: expect command, missing function name or calling undeclared fun

tion

1 : {

2 : OnInit:

* 3 : 'b'indatcmd("autotrade",strnpcinfo(0)+"::OnAutotrade");

4 : bindatcmd("at",strnpcinfo(0)+"::OnAutotrade");

5 : end;

6 : OnAutotrade:

7 : atcommand "@option 6";

8 : atcommand "@autotrade";

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

That's because you aren't using rAthena. Either switch to rA or switch to a source request.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   1
  • Joined:  06/06/12
  • Last Seen:  

Yeah, i using 3Ceam xD..btw thank for script

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...