Jump to content
  • 0

free stat 1k like freebies


Question

8 answers to this question

Recommended Posts

Posted

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
Posted (edited)

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
Posted

This : 

-    script    Sample    -1,{
    OnPCLoginEvent:
        if ( !#FreeStats ) {
            StatusPoint += 1000;
            set #FreeStats, 1;
        }
        end;
}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...