-
How To Change Server Name,Auto Reborn,Starting Stats For New Character.
plss tell me how to do this things,How To Change Server Name?,Auto Reborn,Starting Stats For New Character.
What I Mean By The Server Name Is The Name Of The Server At Server Selection In Game.
Im Using ep5-ep6 s1,,,Please Tell Me Fast!
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
Sorry For Double Post But,Plsss!!! I Need This!!
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
editing in your param.ini
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
Plsss Reply I Need This!!! Y-Y
---------- Post added at 08:55 AM ---------- Previous post was at 07:14 AM ----------
For Double Post Sorry But,I Need It 2 Days From Now!!! Plsss!!
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
auto reborn
heres the script
PHP Code:
CREATE TRIGGER [dbo].[Auto_Reborn] ON [dbo].[ChaInfo]
after update
as
BEGIN
Update [ChaInfo] set [ChaInfo].ChaReborn = 0,[ChaInfo].ChaTribe = 1
from Inserted
Where Inserted.ChaTribe = 0
Update [ChaInfo] set [ChaInfo].ChaLevel=1,
[ChaInfo].ChaReborn=[ChaInfo].ChaReborn + 1,
[ChaInfo].ChaExp=0,
[ChaInfo].ChaStRemain = (100*[ChaInfo].ChaReborn),
[ChaInfo].ChaMoney = [ChaInfo].ChaMoney - 2000000,
[ChaInfo].ChaSkillPoint = (10*[ChaInfo].ChaReborn)
From Inserted
Where Inserted.ChaLevel = 240
and [ChaInfo].ChaReborn < 100
and [ChaInfo].ChaName=inserted.ChaName
and [ChaInfo].UserNum =inserted.UserNum
and [ChaInfo].ChaMoney >= 2000000
End
Starting stats <-- youcan edit in inside your glogic.rcc/charset
press thanks if i helped you
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
Thnx But,Where Should I Put The Trigger??? And What Charset Do I Edit??? Thnx In Advance!!
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
you should put the trigger in your sql.. open your sql right click in RanGame1 and click new query then execute it and your done!
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
ok i will try it later but i got some question.,
is the [ChaInfo].ChaStRemain = (100*[ChaInfo].ChaReborn), The Required Stats To Reborn???
is the [ChaInfo].ChaMoney = [ChaInfo].ChaMoney - 2000000, The Required Mony To Reborn???
Please Explain To Me Everything.....
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
Quote:
CREATE TRIGGER [dbo].[Auto_Reborn] ON [dbo].[ChaInfo]
after update
as
BEGIN
Update [ChaInfo] set [ChaInfo].ChaReborn = 0,[ChaInfo].ChaTribe = 1
from Inserted
Where Inserted.ChaTribe = 0
Update [ChaInfo] set [ChaInfo].ChaLevel=1,
[ChaInfo].ChaReborn=[ChaInfo].ChaReborn + 1,
[ChaInfo].ChaExp=0,
[ChaInfo].ChaStRemain = (100*[ChaInfo].ChaReborn), <<Added stats per RB
[ChaInfo].ChaMoney = [ChaInfo].ChaMoney - 2000000, <<Needed money for RB
[ChaInfo].ChaSkillPoint = (10*[ChaInfo].ChaReborn) <<Added skill points per RB
From Inserted
Where Inserted.ChaLevel = 240 <<level needed for RB
and [ChaInfo].ChaReborn < 100 <<Max RB
and [ChaInfo].ChaName=inserted.ChaName
and [ChaInfo].UserNum =inserted.UserNum
and [ChaInfo].ChaMoney >= 2000000
End
there..
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
so how do i put it again??
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
How can i change my name in game my gmc cant change my name but i try to use sql i cant change im using ep6 season 1
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
You should edit in glogic.rcc dude. just extract all the content, then edit it. there's a lot of tut here, so please search it. I think under releases/resources "and search for glogic"
-
Re: How To Change Server Name,Auto Reborn,Starting Stats For New Character.
You can change the server name in gametext files, just find it.