Jump to content
  • 0

free stat 1k like freebies


Blue Jem

Question


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

hi guys can i request something free all stat 1k like freebies but 1 account 1 free stat free 1k  or 1 account 1 character can get the free stat of 1k

Link to comment
Share on other sites

8 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

This : 

-    script    Sample    -1,{
    OnPCLoginEvent:
        if ( !#FreeStats ) {
            StatusPoint += 1000;
            set #FreeStats, 1;
        }
        end;
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   11
  • Joined:  10/17/13
  • Last Seen:  

is it possible? well, it must be cool

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Try :

-    script    Sample    -1,{
    OnPCLoginEvent:
        if ( !#FreeStats ) {
            statusup2 bStr, 1000;
            statusup2 bAgi, 1000;
            statusup2 bVit, 1000;
            statusup2 bInt, 1000;
            statusup2 bDex, 1000;
            statusup2 bLuk, 1000;
            set #FreeStats, 1;
        }
        end;
}

Note that this command will add a specific amount of stats of the invoking character permanently. For more information refer to Statusup2 :D

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

i mean this how can add 1k point for Status Points using npc



see the 8 points remaining in status point i want to add 1k using npc (click the npc the add 1k points )

post-20646-0-46632300-1382786562_thumb.jpg

Edited by Blue Jem
Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

Use the const StatusPoint.

StatusPoint = StatusPoint + 1000;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

how can add this script to npc? claim the free 1k stat points

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  151
  • Topics Per Day:  0.04
  • Content Count:  393
  • Reputation:   3
  • Joined:  09/16/13
  • Last Seen:  

Done /heh thank you 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  72
  • Reputation:   11
  • Joined:  10/17/13
  • Last Seen:  

/omg the script really exist /omg

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