• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

variable

  1. bWolfie

    Set variable called from defined array?

    Hello, I want to set a permanent character variable that calls from an array. For example, my variable set up:     setarray(variable$[0],         "value_1",         "value_2",         "value_3"     );  And then call array to set the variable:         variable$[2] = 1; It seems to work...
  2. bWolfie

    How to get ' instance variable

    Hello,   I have created a script which will assign an account-wide delay timer to those who log out to avoid the warp-out NPC which I have variables attached to.   My problem is the 'ins_nyd2 value - it always returns 0. [Warning]: script_get_val: cannot access instance variable ''ins_nyd2'...
  3. bWolfie

    Force variable on a character not in script

    Example: I want the variable L_CanTalk to be placed on the character Test Character. by using a script. E.g. an NPC GMs can use to set the variable to a character of their choice. Is this possible?
  4. bWolfie

    Question regarding NPC variables

    Hi, I'm trying to make an NPC which players can donate zeny to, and the zeny count is for every player - as in when one player donates, it updates a tally for everyone else (stored in NPC). If I use .server_donate (as shown in example below), will it disappear when I restart my server? Thank...
Back
Top