Blue Jem Posted October 26, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Share Posted October 26, 2013 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 Quote Link to comment Share on other sites More sharing options...
Chiaki Posted October 26, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 72 Reputation: 11 Joined: 10/17/13 Last Seen: May 24, 2017 Share Posted October 26, 2013 is it possible? well, it must be cool Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 26, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 14 hours ago Share Posted October 26, 2013 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 1 Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted October 26, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted October 26, 2013 (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 ) Edited October 26, 2013 by Blue Jem Quote Link to comment Share on other sites More sharing options...
Capuche Posted October 26, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted October 26, 2013 Use the const StatusPoint. StatusPoint = StatusPoint + 1000; Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted October 26, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted October 26, 2013 how can add this script to npc? claim the free 1k stat points Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 26, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 14 hours ago Share Posted October 26, 2013 This : - script Sample -1,{ OnPCLoginEvent: if ( !#FreeStats ) { StatusPoint += 1000; set #FreeStats, 1; } end; } Quote Link to comment Share on other sites More sharing options...
Blue Jem Posted October 26, 2013 Group: Members Topic Count: 151 Topics Per Day: 0.04 Content Count: 393 Reputation: 3 Joined: 09/16/13 Last Seen: June 4, 2014 Author Share Posted October 26, 2013 Done thank you Quote Link to comment Share on other sites More sharing options...
Chiaki Posted October 26, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 72 Reputation: 11 Joined: 10/17/13 Last Seen: May 24, 2017 Share Posted October 26, 2013 the script really exist Quote Link to comment Share on other sites More sharing options...
Question
Blue Jem
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.