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!

[TUTORIAL]little help for new ppls

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 25, 2009
Messages
55
Reaction score
5
Upgrade required experience - \ local \ malay_gb \ exp.csv
Death penalty - \ local \ malay_gb \ dead_punish.csv
Prohibit the name of the text - \ local \ malay_gb \ banned_only_name.csv
Prohibit chat text - \ local \ malay_gb \ banned_chat_and_name.csv
Pet experience - \ local \ malay_gb \ small_pet.csv
BOSS burst rate - \ local \ malay_gb \ item_drop_color.csv
The experience of soul - \ local \ malay_gb \ god_exp.csv
Identification of stone burst rate - \ local \ malay_gb \ good_item_drop.csv
Guild building upgrade - \ local \ malay_gb \ guild_building.csv
The calcined cause power - \ local \ malay_gb \ table \ item_smithing.csv
Magic practice needs spiritual power - \ local \ malay_gb \ table \ item_refine.csv
Birth - \ local \ common \ table \ actor.csv
The monster Explosives - \ local \ common \ table \ npc.csv
The client to display the GM level - \ local \ malay_gb \ priv_cfg.csv
Global configuration - \ local \ server \ malay_gb \ game_config.lua
Mall price - \ local \ server \ malay_gb \ point_shop_item.csv
Mall sale items - \ local \ server \ malay_gb \ point_shop_type.csv
The grade largest segment made - \ local \ malay_gb \ config \ item.lua
The guild maximum grade - \ local \ malay_gb \ config \ guild.lua
Items from egg - \ local \ common \ table \ itemegg.csv
PK out loaded - \ local \ common \ config \ battle.lua
script
Stall system - \ local \ common \ config \ stall.lua
App system - \ local \ common \ config \ school.lua
Guild system - \ local \ common \ config \ guild.lua
The soul system - \ local \ common \ config \ god.lua
Breath system - \ local \ common \ config \ concentrate.lua
Title of the system - \ local \ common \ config \ title.lua
Other system - \ local \ common \ config \ anti_robot.lua
Wanted system (Red and yellow name) - \ local \ common \ config \ murder.lua
Chat channel color - \ local \ common \ gs_chat \ channel_info.csv
npc's shop - \ local \ common \ table \ npc_shop.csv
Quest - \ local \ common \ table \ task.csv
Skills - \ local \ common \ table \ skill.csv
Delivery settings - \ local \ common \ table \ traffic_line.csv

If something is wrong say pls :)
 
Last edited:
Joined
Aug 20, 2010
Messages
1,388
Reaction score
253
Re: little help for new ppls

I stopped after reading the first word. Color it like this for Ex.

Code:
[COLOR="#0000CD"]Upgrade required experience[/COLOR] - [COLOR="#FF0000"]\ local \ malay_gb \ exp.csv[/COLOR]

It would attract more people to read it.
 
Newbie Spellweaver
Joined
Apr 25, 2009
Messages
55
Reaction score
5
Some commands :)

-var ItemDropRate = XX - items out rate
-var GoldDropRate = XX - money out rate
-var ExpRate = XX - experience magnification
-var NimbusRate = XX - energy rate
-pointshopupdate - this command refresh store data without having to restart the server to refresh -> Mall content
-startwar - begin war
-endwar - end of war
-info - view the status
-setlev XX - set the character level
-wsetlev XX - set level of weapon and talisman's on you
-addnimbus - add energy
-addmoney - add gold ... EX: 10000 is 1 Gold, 100000 - 10 gold and ...
-hide - hide you'r self
-show - show you after command "-hide"
-moveto "X" "Y" "scene"- the "-moveto" send to the location. X and Y is coordinates on place where u want to go (u can open map and place the cursor where u want to go and u will see coordinates). scene is number again ... u can see scenes number in scene.csv
-follow "name of the character" - this command will teleport you near character
-recover - recover HP and MP to max
-moveuser "name of the character" - move character near you
-kick "name of the player" - kicked player
-clearpk - clear you'r PK values
-addexp XX - add experience
-addcredit "ID on reputation" - add reputation
-addskill XX- add skill
-clearskill - clear all skills
-setpetlev - set pet level
-setsmallpetlev - set pet level
-setsmallpetexp - increase pet experience
-addteacherpoint - add Master Points
-setgodlev - Set God Level
-mute - gag player
-refreshitem - Refresh the client props
-sendmail - Send e-mail

If something is wrong say pls :)
 
Newbie Spellweaver
Joined
Jan 10, 2011
Messages
68
Reaction score
7
Some commands :)

-var ItemDropRate = XX - items out rate
-var GoldDropRate = XX - money out rate

those two so far I get the error message of

the command doesn't exist or no priv

it is the same with GoldenItemDropRate and other Item Drop Rates.

does anyone know where the various var commands are stored? I know that upon use of the exprate command it is listed in the database in the game db under var table.
 
Status
Not open for further replies.
Back
Top