Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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