Kết quả 51 đến 60 của 67
Chủ đề: Server Dekaron Action 9
-
30-05-12, 11:15 AM #51
- Ngày tham gia
- Jan 2011
- Bài viết
- 1,385
- Thanks
- 168
- Thanked 995 Times in 298 Posts
Ðề: Server Dekaron Action 9
-
30-05-12, 12:17 PM #52
- Ngày tham gia
- May 2011
- Bài viết
- 63
- Thanks
- 23
- Thanked 6 Times in 2 Posts
Ðề: Server Dekaron Action 9
Khách viếng thăm hãy cùng vincelx xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
30-05-12, 12:54 PM #53
- Ngày tham gia
- Jan 2011
- Bài viết
- 1,385
- Thanks
- 168
- Thanked 995 Times in 298 Posts
Ðề: Server Dekaron Action 9
-
30-05-12, 07:45 PM #54
- Ngày tham gia
- Apr 2008
- Đang ở
- Heaven
- Bài viết
- 759
- Thanks
- 13
- Thanked 27 Times in 20 Posts
Ðề: Server Dekaron Action 9
-
30-05-12, 08:44 PM #55
- Ngày tham gia
- Dec 2010
- Bài viết
- 97
- Thanks
- 11
- Thanked 14 Times in 12 Posts
Ðề: Server Dekaron Action 9
Cho mọi ngươi cái này về tự tìm hiểu Lênh GM trước:
Command list:
ambientlightcolor
ambientlightcolor [ARG0] [ARG1] [ARG1]
Lights the map in colors specified by ARG0, ARG1 and ARG2 in RGB format for a little while. Uses the bloom shader.
This command can be used to make cool-looking screenshots in-game.
Options:
[ARG0]: Required. The amount of red color.
Min: 0
Max: 255
[ARG1]: Required. The amount of green color.
Min: 0
Max: 255
[ARG2]: Required. The amount of blue color.
Min: 0
Max: 255
Example:
ambientlightcolor 255 0 0
will put the map under red light for a second, like this:
[Only registered and activated users can see links. ]
ambientlightintensity
ambientlightintensity [ARG0]
Sets the strength of the bloom effect.
This command can be used to make cool-looking screenshots in-game.
Options:
[ARG0]: Required. The amount of red color.
Min: 0
Max: 7 (At least I didn't notice a difference between 7 and 255)
Example:
ambientlightintensity 7
will make everything bloom like crazy
dropitem
dropitem [item_index] ([socket]) ([PREFIX|NORMAL|MAGIC|NOBLE|DIVINE])
Will drop an item.
Options:
[item_index]: Required. The item index.
Item indexes can be found in data/share/item folder, in these csv files:
itemetc.csv - Quest items, accessories, things as arrows, vouchers, wings, etc.
itemarmor.csv - Armors.
itemweapon.csv - Weapons.
itemcash.csv - D-Shop items.
([socket]): Optional. The amount of sockets.
You can set a crazy amount of sockets, up to 255, though its not recommended, because it lags you, and may crash the server.
The sockets will be empty.
([PREFIX|NORMAL|MAGIC|NOBLE|DIVINE]): Optional, defines the quality of the item.
PREFIX: The pre-set options, using the setprefix command.
Read more in the setprefix and clearprefix commands.
NORMAL: A normal item.
MAGIC: A magic item with 2 random options.
NOBLE: A noble item with 3 random options.
DIVINE: A divine-noble item with 4 random options.
Example:
dropitem 101 4 DIVINE
will drop a divine noble level 6 knight helmet (index 101) with 4 sockets.
dropitemcount
dropitemcount [item_index] [count] ([socket]) ([PREFIX|NORMAL|MAGIC|NOBLE|DIVINE])
It will drop a number of the same items.
Same as dropitem, but drops a number of the same items.
Options:
[item_index]: Required. The item index.
Item indexes can be found in data/share/item folder, in these csv files:
itemetc.csv - Quest items, accessories, things as arrows, vouchers, wings, etc.
itemarmor.csv - Armors.
itemweapon.csv - Weapons.
itemcash.csv - D-Shop items.
[count]: Required. The count of items.
You can set an amount up to 65535, but, for me, anything over 1500 crashes the server.
([socket]): Optional. The amount of sockets.
You can set a crazy amount of sockets, up to 255, though its not recommended, because it lags you, and may crash the server.
The sockets will be empty.
([PREFIX|NORMAL|MAGIC|NOBLE|DIVINE]): Optional, defines the quality of the item.
PREFIX: The pre-set options, using the setprefix command.
Read more in the setprefix and clearprefix commands.
NORMAL: A normal item.
MAGIC: A magic item with 2 random options.
NOBLE: A noble item with 3 random options.
DIVINE: A divine-noble item with 4 random options.
Example:
dropitem 101 8 4 DIVINE
will drop 8 divine noble level 6 knight helmets (index 101) with 4 sockets each.
dropitemrange
dropitemrange [ARG0][ARG1]
Drops a range of items from ARG0 to ARG1.
Options:
[ARG0]: Required. The first item index.
[ARG1]: Required. The last item index.
Item indexes can be found in data/share/item folder, in these csv files:
itemetc.csv - Quest items, accessories, things as arrows, vouchers, wings, etc.
itemarmor.csv - Armors.
itemweapon.csv - Weapons.
itemcash.csv - D-Shop items.
Example:
dropitemrange 101 104
will drop items from index 101 to index 104 (101, 102, 103, 104). The items won't have any sockets, and they will be normal.
dropitem_custom
dropitem_custom [item index] [socket] [option_index:value] x(1~4)
Will drop an item with custom defined options.
Options:
[item_index]: Required. The item index.
Item indexes can be found in data/share/item folder, in these csv files:
itemetc.csv - Quest items, accessories, things as arrows, vouchers, wings, etc.
itemarmor.csv - Armors.
itemweapon.csv - Weapons.
itemcash.csv - D-Shop items.
[socket]: Required. The amount of sockets.
You can set a crazy amount of sockets, up to 255, though its not recommended, because it lags you, and may crash the server.
The sockets will be empty. If you don't want any sockets, write 0.
[option_index:value] x(1~4): Required.
The item options.
Option indexes can be found in data/share/item folder, in these csv files:
itemoption_weapon.csv - options used for weapons.
itemoption_armor.csv - options used for armors.
You can use options from itemoption_armor.csv for weapons and vice versa, as well as itemoption_armor.csv for armors and itemoption_weapon.csv for weapons.
You can also add options to things like accessories, wings, etc.
The maximum value is 255.
Example:
dropitem_custom 101 4 1000:255 1000:235 244:255
will drop a level 6 knight helmet (index 101) with 4 slots and these options:
+79 Increased Damage
+78 Increased Damage
+1% Ice resistance
setprefix
setprefix ([option index] [option value] *4)
Will set an option prefix for the PREFIX option for dropitem and dropitemcount commands.
Options:
([option index] [option value] *4): In normal brackets for some reason, but required.
Sets the prefix to the option index and option value.
Option indexes can be found in data/share/item folder, in these csv files:
itemoption_weapon.csv - options used for weapons.
itemoption_armor.csv - options used for armors.
You can use options from itemoption_armor.csv for weapons and vice versa, as well as itemoption_armor.csv for armors and itemoption_weapon.csv for weapons.
You can also add options to things like accessories, wings, etc.
The maximum value is 255.
Example:
setprefix 1000 255 1000 235 244 255
will set the prefix to:
+79 Increased Damage
+78 Increased Damage
+1% Ice resistance
clearprefix
clearprefix
Will set the prefix to be a normal item.
PREFIX will be treated as NORMAL in dropitem and dropitemcount commands.
Example:
clearprefix
will clear the prefix.
dropmoney
dropmoney [money]
Will drop Dil.
The dil is created, not dropped from your inventory.
Options:
[money]: Required.
Will drop that amount of Dil. Maximum is 4294967295, though the logic maximum amount is 999999999, because you can't pick up more then that.
Example:
dropmoney 16722
will drop 16722 Dil.
levelup
levelup [added level point]
Will increase your level.
Your level can't go higher then the maximum level in the server.
The stat points and skill points are added normally.
Options:
[added level point]: Required.
The amount of levels to add.
Example:
levelup 9
will increase your level by 9.
adv_levelup
adv_levelup [point]
Will increase your adventure points.
Options:
[point]: Required.
The amount of adventure points to add.
Example:
adv_levelup 712
will add 712 adventure points.
changelogicmode
changelogicmode [mode]
Will change your appearance status.
Options:
[mode]: Required.
Possible modes:
1 - Normal.
2 - Ghost mode.
3 - Observer mode.
Anything other will set the mode to normal.
You can enter observer mode only from the normal mode.
Example:
changelogicmode 2
will put you into ghost mode.
callmonster
callmonster [mon type] [(mon zone x)] [(mon zone y)]
Will summon the monster.
[(mon zone x)] and [(mon zone y)] don't seem to do anything at all. Probably bugged, so the monster is always called on top of the caller.
Options:
[mon type]: Required.
The monster index.
Monster indexes can be found at:
data/share/creature/monster.csv
Example:
callmonster 3600
will call Acquirai the Immortal onto the caller.
callmonsters
callmonster [mon type] [mon count]
Will summon an amount of same monsters.
Options:
[mon type]: Required.
The monster index.
Monster indexes can be found at:
data/share/creature/monster.csv
[mon count]: Required.
The count of monsters to summon.
Example:
callmonsters 3600 3
will call 3 Acquirai the Immortals onto the caller.
setposition
setposition [ARG0] [ARG1]
Teleports you to another place of the map.
Options:
[ARG0]: Required.
The Y coordinate (Vertical on the map).
[ARG0]: Required.
The X coordinate (Horizontal on the map).
Example:
setposition 107 233
Will teleport you to coordinates 107:233 on the map.Khách viếng thăm hãy cùng anh2haui xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
23-09-12, 08:13 PM #56
- Ngày tham gia
- May 2006
- Đang ở
- https://t.me*********
- Bài viết
- 187
- Thanks
- 8
- Thanked 8 Times in 7 Posts
Ðề: Server Dekaron Action 9
Khách viếng thăm hãy cùngle_minhxây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
08-03-13, 09:29 AM #57
- Ngày tham gia
- May 2012
- Bài viết
- 42
- Thanks
- 292
- Thanked 3 Times in 2 Posts
Ðề: Server Dekaron Action 9
Đào mộ tí......mình đang ngâm cái này...chủ thớt hay bạn nào còn link server + DB + client thì reup lại cho mình được ko...mình cảm ơn nhiều lắm lắm...;-x
Mấy cái sv bên ragezone class aloken not work mới đau...Khách viếng thăm hãy cùng khoatayls xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
08-03-13, 09:56 AM #58
- Ngày tham gia
- Sep 2009
- Đang ở
- TPHCM
- Bài viết
- 515
- Thanks
- 196
- Thanked 157 Times in 90 Posts
Ðề: Server Dekaron Action 9
Có server của với file exe của aloken ben ragezone va 1 so dien đàn khác rồi bạn.có thể tìm.nhân tiện cho hỏi lâu rồi ko dev cái này chạy sv tốn nhiu gb ram vậy bạn ?
Khách viếng thăm hãy cùng herovn1994 xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
08-03-13, 10:34 PM #59
- Ngày tham gia
- May 2012
- Bài viết
- 42
- Thanks
- 292
- Thanked 3 Times in 2 Posts
Ðề: Server Dekaron Action 9
Mình cũng qua bên ragezone rồi...nhưng mấy cái file với db đó aloken not work...hjx...cứ vào tạo nhân vật mà chọn aloken là dis luôn...chắc tại tớ ko có client chạy đc bản aloken...mình chạy máy ảo set 1G ram... load xong hết + client chơi tầm hơn 2G...
P/s: Bạn up những file bạn có lên đc ko? mình qua bên v4networks.net người ta share action12 server+client nhưng DB thì nó yêu cầu có vip hoặc 75 bài viết...thế mới đau...
Link đây...bạn dow đc cái DB ở trang này thì ngon...[Only registered and activated users can see links. ]Lần sửa cuối bởi khoatayls, ngày 08-03-13 lúc 10:36 PM.
Khách viếng thăm hãy cùng khoatayls xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
-
08-03-13, 10:50 PM #60
- Ngày tham gia
- Oct 2007
- Đang ở
- PHP
- Bài viết
- 206
- Thanks
- 23
- Thanked 29 Times in 23 Posts
Ðề: Server Dekaron Action 9
Khách viếng thăm hãy cùngvithanhlamxây dựng diễn đàn CLBGAMESVN vững mạnh nhé!
Các Chủ đề tương tự
-
Server Dekaron mọi người cùng nghiên cứu !
Bởi bebabu trong diễn đàn Các Server Không Nằm Trong BoxTrả lời: 19Bài viết cuối: 22-05-12, 09:58 PM -
Xin server Dekaron ............
Bởi Ruins trong diễn đàn Các Server Không Nằm Trong BoxTrả lời: 7Bài viết cuối: 10-09-11, 08:56 PM -
[New] Dekaron Server Việt Nam Đây
Bởi pekyra trong diễn đàn Các Server Không Nằm Trong BoxTrả lời: 1Bài viết cuối: 20-03-11, 07:59 AM -
[Share] Server Dekaron . VIP VIP
Bởi rebirth_hotboys trong diễn đàn Các Server Không Nằm Trong BoxTrả lời: 31Bài viết cuối: 14-07-10, 09:04 PM