Jump to content
  • 0

help How to call a Function


MojoMojo

Question


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  114
  • Reputation:   1
  • Joined:  03/07/12
  • Last Seen:  

We can call a function on itens or NPC script, but where are these functions?

Example:

,,,,,,{ callfunc "SetPalete",1; },{},{}

Where i can found the function script "SetPalete"?

Edited by MojoMojo
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   52
  • Joined:  11/15/11
  • Last Seen:  

yes you can, and normally you would have the function placed in your npc folder.

e.g.

npc/custom/fund_palete.txt

then of course you have to add it to a script_****.conf

and instead of using

-<tab>script<tab>SetPalete<tab>-1,{}

you use

function<tab>script<tab>SetPalete<tab>{}

Explained here: http://rathena.org/wiki/Function

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  114
  • Reputation:   1
  • Joined:  03/07/12
  • Last Seen:  

Thank you, but the rathena don't have a folder with the originals scrips of functions of ragnarok?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  439
  • Reputation:   29
  • Joined:  12/08/11
  • Last Seen:  

there's this npc/other/Global_Functions.txt

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  114
  • Reputation:   1
  • Joined:  03/07/12
  • Last Seen:  

thank you!

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