• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Soul Stone and Esper Assimilation

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 20, 2010
Messages
36
Reaction score
9
So I was wonder how did people set their soul stones at 8 stats per reset, I know this is possible since I've seen it before in - Correne JD -
To add to this is how do people edit their Soul Stone Stats?

Another is: How do I increase the green stats gained from the Blood Orbs and including the other orbs?
 
Joined
Apr 6, 2012
Messages
545
Reaction score
217
function RuneInit(id, rune,score)

---ÊôÐÔ³Ø1¸ÅÂÊ·Ö²¼(ÿÐÐ10¸ö)
local AttributeLib =
{
1400,1600,1000,1000,3000,2800,500,400,300,200,
200,300,200,400,400,400,400,400,400,800,
100,900,900,900,900,900,0,
}
---ÊôÐÔ³Ø2¸ÅÂÊ·Ö²¼(ÿÐÐ10¸ö)
local AttributeLib2 =
{
1500,1700,1000,1200,3200,3000,500,400,300,200,
200,300,200,400,400,400,400,400,400,800,
100,900,900,900,900,900,0,100,200,300,
300,400,100,

}
---³õʼµµÎ»¸ÅÂÊ·Ö²¼(ÿÐÐ10¸ö)
local AttributeGrades =
{
5000,2500,1200,500,300,200,150,120,90,80,
70,40,30,15,10,8,6,4,2,1,
}
---Éú³ÉÌõÄ¿µÄ¸ÅÂÊ·Ö²¼£¨2Ìõµ½8Ìõ£©
local AttributeNumberList =
{
0,0,0,0,0,0,2000,
--1,1,1,1,1,1,10000,
}
---ÊôÐÔ³ØÖÐÿÌõÊôÐԵĵµÎ»Öµ(¶ÔÓ¦ÉÏÃæµÄidºÅ£¬ÊôÐÔ³ØÓÐ33ÌõÊôÐÔ)
local GradesValue =
{
2800,3200,330,190,40,30,
40,30,800,14,90,16,
110,30,30,30,30,30,
30,130,16,30,30,30,
30,30,10,20,30,30,
40,30,40,
}
---×îÉÙÉú³É3ÌõµÄ¸ÅÂÊ·Ö²¼
local AttExtraCnt1 =
{
0,0,0,0,0,2000,
}
---×îÉÙÉú³É4ÌõµÄ¸ÅÂÊ·Ö²¼
local AttExtraCnt2 =
{
0,0,0,0,2000,
}
---×îÉÙÉú³É5ÌõµÄ¸ÅÂÊ·Ö²¼
local AttExtraCnt3 =
{
0,0,0,2000,
}
---×îÉÙÉú³É6ÌõµÄ¸ÅÂÊ·Ö²¼
local AttExtraCnt4 =
{
0,0,2000,
}
gamed/script/runeinterface.lua

For get 8 stats all time on soulstone
 
Newbie Spellweaver
Joined
Nov 20, 2010
Messages
36
Reaction score
9
Thankyou soo much. One thing by the way, it seems to give you 8 stats upon awakening but then it doesn't give you the 8 stats anymore when you reset the soulstone.

Edit: nvm I was looking at the script n found one that said reset. edited that one too and it worked!

One other question- I have friends who are getting problems that I'm not getting ingame where they telelport or use an SS portal charm and d/cs whenever they port into Sunstream, and another where he equips fashions and d/cs from that. I don't have those problems along with other few friends who also don't have it. Is it something to do with the serverfiles itself? or is it just their client?
 
Last edited:
Joined
Apr 6, 2012
Messages
545
Reaction score
217
AttributeNumberList: (When get the soulstone)
local AttributeNumberList =
{
0,0,0,0,0,0,2000,
--1,1,1,1,1,1,10000,
}
AttExtraCnt1 :(when use reset stone ego I)
local AttExtraCnt1 =
{
0,0,0,0,0,2000,
}
AttExtraCnt2 :(when use reset stone ego II)
local AttExtraCnt2 =
{
0,0,0,0,2000,
}
AttExtraCnt3 :(when use reset stone ego III)
local AttExtraCnt3 =
{
0,0,0,2000,
}
AttExtraCnt4 :(when use reset stone ego IV)
local AttExtraCnt4 =
{
0,0,2000,
}
 
Junior Spellweaver
Joined
Dec 15, 2012
Messages
170
Reaction score
9
i have a question about soulstones
let's say that i don't like the possible stats which a soulstone receive when it's awaken or reset for example i want to receive attack instead of felkin resistance as a random stat
is this possible? if it's yes how can i do this?
 
Status
Not open for further replies.
Back
Top