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!

[Help]Spawn stack items

Newbie Spellweaver
Joined
Sep 29, 2013
Messages
10
Reaction score
0
how can spawn stack of item in game(like chroma bead,affi...etc).and is there any way to help players to get their expertise max faster?please answer me
 
Newbie Spellweaver
Joined
Jul 30, 2013
Messages
78
Reaction score
3
there is , but you need a quest editor to edit the item il tell you right now :
and for sending items ingame there are 2 ways ..
First way is , Beystart Mailer .
Second Debug mode.
 
Joined
Apr 6, 2012
Messages
545
Reaction score
217
the 3 way: use pwadmin v80 and use send mail 2
(seek a little here can be found )

and last way : use iweb for your version can directly edit what you wish
(need seek on ch forum or here with luck)
 
Newbie Spellweaver
Joined
Jul 30, 2013
Messages
78
Reaction score
3
i dont recomand iweb , it all in chinese and if you do something bad , all database fucks up so :) , it up to you
 
Newbie Spellweaver
Joined
Sep 29, 2013
Messages
10
Reaction score
0
some1 put ID for divined lvl30 esper for bloodsmelting please
 
Newbie Spellweaver
Joined
Sep 29, 2013
Messages
10
Reaction score
0
is there any faster way to lvl soulstone synergy?
 
Joined
Apr 6, 2012
Messages
545
Reaction score
217
gamed/script/runeinterface.lua

can edit soulstone there

For exemple 8 stats ,get first stats and for reset stone:

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,
}
 
Newbie Spellweaver
Joined
Sep 29, 2013
Messages
10
Reaction score
0
is there ID for Max Rep Pack or need to make by my self?and how can find some items ID in game which are not in database?thx
 
Joined
Aug 26, 2010
Messages
1,090
Reaction score
527
There are several scripts you can use in the server side to send mail to players.
You can also look into getting a "task editor" Which is spoke about above and add quests which will run daily to give such items.
You could also edit account 016/017 and add items for beginners which can supply thing's with this.
 
Newbie Spellweaver
Joined
Sep 29, 2013
Messages
10
Reaction score
0
why debug console not working when server have auto patcher?
 
Newbie Spellweaver
Joined
Jul 30, 2013
Messages
78
Reaction score
3
lol ? auto patcher have nothing to do with debug console , if it not workings the debug console was closed.

and you can find all items id via Elements editor .
 
Newbie Spellweaver
Joined
Sep 29, 2013
Messages
10
Reaction score
0
lol ? auto patcher have nothing to do with debug console , if it not workings the debug console was closed.

and you can find all items id via Elements editor .

and how to reopen again?
 
Newbie Spellweaver
Joined
Jul 30, 2013
Messages
78
Reaction score
3
welll it in server side if i remmember good , it a file , but i don remmember it name
 
Back
Top