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!

SpoonFeed Ran EP9 Source - With Extra Activity Source

Newbie Spellweaver
Joined
Mar 27, 2014
Messages
57
Reaction score
10
How to fix this?
1. When I try to use the emulator "Period.ini fail to load" appears.
2. When I use the gm command /get_item no item was inserted.

1. you need a glogicserver to fix the period.ini fail to load
2. i think this get_item is not fix in this source or i dont know what is the exact code for this .
 
Newbie Spellweaver
Joined
Jun 20, 2020
Messages
9
Reaction score
0
sir how do you fix this problem??same issue all cfg and param ok but in other client is internetconnection problem
 
Newbie Spellweaver
Joined
Jun 20, 2020
Messages
9
Reaction score
0
Joined
Feb 19, 2013
Messages
527
Reaction score
101
For fix login .
Check nport at param.ini then edit same port with login in cfg folder
For name not avaiable . You can use ugn urban database then add new column for activity point . Back read to know it
As i see, this source disable wpe hack shield.
He disable get item cmd.
Added summon friend for gunner but the source doesn't have gunner.
Added activity point but no tool for that.
Add reward contri point to royal rumble
Added badge name but no ui for that
And etc...
 
Last edited:
  • Like
Reactions: zet
Junior Spellweaver
Joined
Mar 27, 2018
Messages
110
Reaction score
14
yeah i know but there's no Activity Tool included in source :)



inside on glogic folder...



Yeah i know but there's no Activity Tool included in source :D
 
Newbie Spellweaver
Joined
Dec 30, 2018
Messages
30
Reaction score
3
For fix login .
Check nport at param.ini then edit same port with login in cfg folder
For name not avaiable . You can use ugn urban database then add new column for activity point . Back read to know it
As i see, this source disable wpe hack shield.
He disable get item cmd.
Added summon friend for gunner but the source doesn't have gunner.
Added activity point but no tool for that.
Add reward contri point to royal rumble
Added badge name but no ui for that
And etc...
Sir can you tv me? im new i want to know how For name not avaiable
 
Junior Spellweaver
Joined
Aug 31, 2017
Messages
105
Reaction score
2
sir how can i fix this name is not available.??

advance thank you sir


go to Chainfo add columns ChaActivityPoint int not null go to column properties of ChaActivityPoint default value of binding = 0

add another column in Chainfo ChaExtraActivity image null
 
Newbie Spellweaver
Joined
Dec 30, 2018
Messages
30
Reaction score
3
go to Chainfo add columns ChaActivityPoint int not null go to column properties of ChaActivityPoint default value of binding = 0

add another column in Chainfo ChaExtraActivity image null

Thank's Bro
 
Skilled Illusionist
Joined
Jul 13, 2016
Messages
331
Reaction score
11
any database? sql?

=Documents you can see the .bak there & scripts


add columns to RanGame1>ChaInfo
ChaActivityPoint > int > not null > default binding ((0))
ChaExtraActivity > image > null
 
Back
Top