Jump to content

Ofrezco servicios , busco colaboraciones


DaryuS

Mensajes recomendados

Hola m2zone , yo soy DaryuS y estoy en la comunidad de metin2 desde 2011 , he preparado una source y unos files .

Estoy aqui buscando colaboraciones , socios que puedan invertir en un proyecto exitoso.

Veamos que he preparado :

 

Binario:

userinterface/control_fix.h:

#ifndef __CONTROLS_FIXS_H__
#define __CONTROLS_FIXS_H__

	#define FIX_CAMERA_MINIMIZARE_CLIENT
	#define FIX_UPDATE_LEVEL
	#define FIX_CHANNELSTATUS_ON_PORTS
	#define FIX_UPDATE_PLAYTIME_AND_ITEMS
	#define FIX_CHAT_HISTORY_UPDATE
	#define FIX_CONNECT
	#define FIX_DELETE_FRIEND_REFRESH
	#define FIX_SKILL_COOLDOWN
	#define FIX_INVISIBILITY_AND_SKILL_AFFECT_NINJA
	#define FIX_UNHANDLED_EMPTY_TEXTURESET
	
#endif

userinterface/control_other.h:

#ifndef __CONTROLS_OTHER_H__
#define __CONTROLS_OTHER_H__

	#define ENABLE_PACK_GET_CHECK
	#define ENABLE_CRC32_CHECK
	#define ENABLE_PYLIB_CHECK
	#define ENABLE_MILES_CHECK
	#define ENABLE_PLAYER_PER_ACCOUNT5
	#define ENABLE_LOAD_ALTER_ITEMICON
	#define ENABLE_SKIN_EXTENDED
	// #define ENABLE_NO_MOUNT_CHECK
	#define ENABLE_ATLASINFO_FROM_ROOT
	#define ENABLE_FAST_DROP
	#define ENABLE_HIDE_EMOTION_LOG
	#define ENABLE_FAST_TEXT_QUEST 1
	#define ENABLE_PROTECTIE_PK_RESPAWN
	#define ENABLE_ROTATION_MOUNT 1500.0f
	#define ENABLE_OBJ_SCALLING
	#define ENABLE_INSTANT_PICKUP
	#define ENABLE_REFINE_RENEWAL
	#define ENABLE_TAB_NEXT_TARGET
	#define ENABLE_HIDE_PET
	#define ENABLE_HIDE_MOUNT
	// #define ENABLE_HIDE_SASH
	#define ENABLE_SCROLL_MOUSE
	#define ENABLE_BOSS_EFFECT
	#define ENABLE_HIDE_EFFECT_CRITICAL
	#define ENABLE_HIDE_EFFECT_PENETRATE
	#define ENABLE_STOP_COLISSION
	#define ENABLE_COUNT_ON_GLASS
	#define WJ_ATTACH_SPECULAR_FROM_LIST
	#define ENABLE_EFFECT_ICON
	#define POINT_COLOR_METIN_MINIMAP
	#define ENABLE_NOT_THROW_BOSS
	#define ENABLE_EFFECT_TARGET_CRITICAL
	#define ENABLE_EFFECT_TARGET_PENETRATE
	#define ENABLE_EFFECT_TARGET_CRITICAL_AND_PENETRATE
	#define ENABLE_EFFECT_DAMAGE_CRITICAL
	#define ENABLE_EFFECT_DAMAGE_PENETRATE
	#define ENABLE_EFFECT_DAMAGE_CRITICAL_AND_PENETRATE
	#define ENABLE_EFFECT_DAMAGE_POISON
	#define ENABLE_EFFECT_DAMAGE_BLEEDING
	#define ENABLE_EFFECT_DAMAGE_FIRE
	#define ENABLE_SAFEZONE_STOP_COLLISION
	#define ENABLE_HIDE_EFFECT_HIGHLIGHT
	#define ENABLE_NOT_PICKED_WEAPON
	#define ENABLE_NOT_PICKED_ARMOR
	#define ENABLE_NOT_PICKED_ACCESSORY
	#define ENABLE_WHISPER_FLASHING
	
	#define DISABLE_TASKBAR_GROUPING
	#define DISABLE_NO_CREATE_APROPIATE_DEVICE
	#define DISABLE_FONT_ITALIC_GM
	
	// #define ENABLE_NEW_MOB_PROTO_STRUCT_20141125	// bleeding resistance 2014/11/25
	// #define ENABLE_NEW_MOB_PROTO_STRUCT_20151020	// claw resistance 2015/10/20
	// #define ENABLE_NEW_ITEM_PROTO_STRUCT_20160129	// wWearableFlag 2016/01/29
	
#endif

userinterface/control_systems.h:

#ifndef __CONTROLS_SYSTEMS_H__
#define __CONTROLS_SYSTEMS_H__

	#define ENABLE_EXTRA_LOGIN_SECURITY_KEY "v1.0"
	#define ENABLE_WOLFMAN_CHARACTER
	#define ENABLE_DICE_SYSTEM
	#define ENABLE_SASH_SYSTEM
	#define ENABLE_OFFLINE_SHOP
	#define ENABLE_OFFLINE_SHOP_HIDE
	#define ENABLE_OFFLINE_SHOP_DECORATION
	#define ENABLE_DITO_SYSTEM
	#define ENABLE_MOUNT_COSTUME_SYSTEM
	#define ENABLE_COSTUME_WEAPON_SYSTEM
	#define ENABLE_SPECIAL_STORAGE
	#define ENABLE_VIEW_TARGET_PLAYER_HP
	#define ENABLE_VIEW_TARGET_DECIMAL_HP
	#define ENABLE_SLOT_PET_SYSTEM
	#define ENABLE_PENDANT_SYSTEM
	// #define ENABLE_ELEMENT_TARGET_SYSTEM
	#define ENABLE_GEM_SYSTEM
	#define ENABLE_INVENTORY_VIEWER
	#define ENABLE_BATTLE_FIELD
	#define ENABLE_SHOW_CHEST_DROP
	#define ENABLE_DAMAGE_TOP
	#define WJ_ENABLE_TRADABLE_ICON
	#define ENABLE_MINI_GAME
	#define ENABLE_FISH_EVENT
	#define	ENABLE_FEATURES_REFINE_SYSTEM
	// #define ENABLE_ATTENDANCE_EVENT
	// #define ENABLE_MINI_GAME_CATCH_KING
	#define ANTI_RESIST_MAGIC_BONUS
	#define ENABLE_NEW_EXCHANGE_WINDOW
	#define ENABLE_SWAPITEM_SYSTEM
	#define ENABLE_EFFECT_SYSTEM
	#define ENABLE_SEND_TARGET_INFO
	#define ENABLE_NEW_ARROW_SYSTEM
	#define MEDAL_OF_HONOR
	#define ENABLE_HIGHLIGHT_SYSTEM
	#define VERSION_162_ENABLED
	#define ENABLE_DESTROY_ITEM
	#define ENABLE_MAINTENANCE_SYSTEM
	#define ENABLE_MESSENGER_TEAM
	#define ENABLE_KINGDOMS_WAR
	#define ENABLE_INVENTORY_PROTECT_SYSTEM
	#define ENABLE_ENVIRONMENT_EFFECT_OPTION
	#define ENABLE_NEW_EMOTIONS
	#define ENABLE_BIOLOG_SYSTEM
	#define ENABLE_AFFECT_POLYMORPH_REMOVE
	#define WJ_SHOW_MOB_INFO
	#define ENABLE_FOG_FIX
	#define ENABLE_PARTY_MAP
	#define ENABLE_GRAPHIC_MASK
	// #define BL_PARTY_UPDATE
	#define ENABLE_RITUALS_STONE
	#define ENABLE_SHOP_SEEN
	#define ENABLE_MOVE_CHANNEL
	#define ENABLE_HIDE_COSTUME_SYSTEM
	#define ENABLE_PREMIUM_SYSTEM
	#define ENABLE_EMOTION_WITHOUT_WEAPON
	#define ENABLE_TITLE_SYSTEM
	
	#ifndef ENABLE_MELEY_LAIR_DUNGEON
		#define ENABLE_MELEY_LAIR_DUNGEON
		#define MELEY_LAIR_DUNGEON_STATUE 6118
	#endif

#endif

Servidor:

common/control_fix.h:

#ifndef __CONTROLS_FIXS_H__
#define __CONTROLS_FIXS_H__

	#define FIX_IMMUNE
	#define FIX_LONG_RESULT_LIST_TEXT
	#define FIX_SQL_INJECT
	#define FIX_HEADER_100
	#define FIX_BELT_EQUIPPED_SAFEBOX
	#define FIX_GUILD_INVITE_CORE_CRASH
	#define FIX_UPDATE_LEVEL
	#define FIX_UPDATE_ALIGNMENT
	#define FIX_WEEDING_ARMOR_WITH_COSTUME
	#define FIX_GUILD_CHANGE_EMPIRE
	#define FIX_CHANGE_SEX_WHIT_COSTUME
	#define FIX_CHANGE_SEX_WHIT_HAIR
	#define FIX_CHANNELSTATUS_ON_PORTS
	#define FIX_UPDATE_PLAYTIME_AND_ITEMS
	#define FIX_CHEAT_ENGINE
	#define FIX_CHECKPOINT_SHUTDOWN
	#define FIX_WEDDING_ARMOR_WITH_MOUNT
	#define FIX_CRASH_CORE_CRAFTING
	#define FIX_DELETE_FRIEND_REFRESH
	#define FIX_INFO_REFINE_DRAGONSOUL
	#define FIX_DUNGEON_PARTY
	#define FIX_AFFECT_RAMADAN
	#define FIX_EXPLOIT_QUEST
	#define FIX_COMMAND_FLUSH
	#define FIX_AFFECT_POTIONS
	#define FIX_EXP_GROUP
	#define FIX_ITEMS_TYPE_33
	#define FIX_KICK_SYNC
	#define FIX_LEVEL_HORSE
	#define FIX_PC_SELECT_QUEST
	#define FIX_DELETE_CARACTER 120
	#define FIX_QUICK_SLOT
	#define FIX_CHANGE_EQUIP_WITH_INV_FULL
	#define FIX_SECONDARY_SKILL
	#define FIX_STACK_ITEM_ON_BELT_INV
	#define FIX_STACK_PICKUP_DROP_PARTY
	#define FIX_TIMER_EVENT
	#define FIX_SKILLS_WITHOUT_WEAPON
	#define FIX_HP_GROUP
	#define FIX_WAR_COMMAND
	#define FIX_CHANGE_SEX_WITHOUT_RELOG
	#define FIX_CAMPFIRE 60
	// #define FIX_BANWORD
	#define FIX_BLOCK_MOB_SAFEZONE
	#define FIX_SELECT_EMPIRE_PHASE
	#define FIX_DESTROY_GUILD_IF_WAR_IS_ACTIVE
	#define FIX_CHANGE_SKILL_VISUAL_BUG
	#define FIX_GUILD_COMMENT_FLOOD
	#define FIX_POINT_MAGIC_ATT
	#define FIX_BOSS_KICK_INTO_WALLS
#endif

common/control_other.h:

#ifndef __CONTROLS_OTHER_H__
#define __CONTROLS_OTHER_H__

	#define ENABLE_PLAYER_PER_ACCOUNT5
	#define ENABLE_PORT_SECURITY
	#define ENABLE_DEFAULT_PRIV
	#define ENABLE_ITEMAWARD_REFRESH
	#define ENABLE_PROTO_FROM_DB
	#define ENABLE_AUTODETECT_VNUMRANGE
	#define ENABLE_FISHINGROD_RENEWAL
	#define ENABLE_NEWGUILDMAKE
	#define ENABLE_ACCOUNT_W_SPECIALCHARS
	#define ENABLE_GOHOME_IF_MAP_NOT_EXIST
	#define ENABLE_PICKAXE_RENEWAL
	#define ENABLE_QUEST_DIE_EVENT
	#define ENABLE_TRANSLATE_LUA
	#define ENABLE_PARTYKILL
	#define ENABLE_D_NJGUILD
	#define ENABLE_FULL_NOTICE
	#define ENABLE_NEWSTUFF
	#define ENABLE_GOHOME_IF_MAP_NOT_ALLOWED
	#define ENABLE_ANTI_CMD_FLOOD
	#define ENABLE_EFFECT_PENETRATE
	#define ENABLE_NEWEXP_CALCULATION
	#define ENABLE_EFFECT_EXTRAPOT
	#define ENABLE_BOOKS_STACKFIX
	#define ENABLE_FIREWORK_STUN
	#define ENABLE_FORCE2MASTERSKILL
	// #define ENABLE_MOUNTSKILL_CHECK
	#define ENABLE_NULLIFYAFFECT_LIMIT
	#define ENABLE_STATPLUS_NOLIMIT
	#define ENABLE_AUTODETECT_INTERNAL_IP
	#define ENABLE_EXPTABLE_FROMDB
	#define ENABLE_HACK_TELEPORT_LOG
	#define ENABLE_CHAT_SPAMLIMIT
	#define ENABLE_WHISPER_CHAT_SPAMLIMIT
	#define ENABLE_CHECK_GHOSTMODE
	#define ENABLE_KICK_MULTI_IP_OX
	#define ENABLE_BLOCK_DAMAGE_PLAYER_POLYMORPH
	#define ENABLE_CUBE_RENEWAL
	#define ENABLE_CHECK_SAME_AFFECT
	#define ENABLE_FLUSH_SHUTDOWN
	#define ENABLE_PERMANENT_BRAVERY_CAPE
	#define ENABLE_MOB_DISAPPEAR_FAST 1
	#define ENABLE_GM_NAME_ON_NOTICE
	#define ENABLE_BONUS_PET_AZRAEL_EVERYWHERE
	#define ENABLE_PROTECTION_PK_RESPAWN 10
	// #define ENABLE_FEATURES_MOUNTING_CHECK
	#define ENABLE_PROTECT_MODE_WHEN_LOOK_IN_SHOP
	#define ENABLE_ITEM_PURGE_RENEWAL
	#define ENABLE_IGNORE_LOWER_BUFFS
	#define ENABLE_BLOCK_CHAT_TEXT_ON_PM
	#define ENABLE_COMMAND_CREATE_ITEM
	#define ENABLE_ADVANCE_REFINE
	#define ENABLE_COORDONATES_ON_COMMAND_USER
	// #define ENABLE_BOSS_LIBRARY
	#define ENABLE_ANTI_EXP
	#define ENABLE_ANNOUNCEMENT_LEVELUP
	#define ENABLE_GOLD_BAR
	#define ENABLE_NEW_COORDINATES_OX
	// #define ENABLE_ANNOUNCEMENT_REFINE_SUCCES 9
	#define ENABLE_INFORMATION_NEXT_READ_BOOK
	#define ENABLE_TIME_ELIXIR 3
	#define ENABLE_COMMAND_FULL_SET
	
	
	#define DISABLE_RESET_SKILL_COMMAND_LEVEL
	#define DISABLE_CHECK_SPEED_HACK
	#define DISABLE_TIME_CHANGE_BONUS
	#define DISABLE_PUTTY_INFORMATIONS
	#define DISABLE_QUEST_FUNCTIONS
	// #define DISABLE_EXP_ON_BOOK_READ
	
#endif

common/control_system.h:

#ifndef __CONTROLS_SYSTEMS_H__
#define __CONTROLS_SYSTEMS_H__

	#ifndef ENABLE_WOLFMAN_CHARACTER
		#define ENABLE_WOLFMAN_CHARACTER
		#define USE_MOB_BLEEDING_AS_POISON
		#define USE_MOB_CLAW_AS_DAGGER
		#define USE_ITEM_BLEEDING_AS_POISON
		#define USE_ITEM_CLAW_AS_DAGGER
		#define USE_WOLFMAN_STONES
		#define USE_WOLFMAN_BOOKS
		// #define USE_LYCAN_CREATE_POSITION
	#endif
	
	#ifndef OFFLINE_SHOP
		#define OFFLINE_SHOP
		#define GIFT_SYSTEM
		#define SHOP_TIME_REFRESH 1*60
		#define SHOP_BLOCK_GAME99
		#define SHOP_DISTANCE 2500
		#define SHOP_AUTO_CLOSE
		#define SHOP_GM_PRIVILEGES GM_IMPLEMENTOR
	#endif
	
	#ifndef __DUNGEON_FOR_GUILD__
		#define __DUNGEON_FOR_GUILD__
		#ifndef __MELEY_LAIR_DUNGEON__
			#define __MELEY_LAIR_DUNGEON__
			#define __DESTROY_INFINITE_STATUES_GM__
			#define __LASER_EFFECT_ON_75HP__
			#define __LASER_EFFECT_ON_50HP__
		#endif
	#endif
	
	#ifndef __VERSION_162__
		#define __VERSION_162__
		#define HEALING_SKILL_VNUM 265
	#endif
	
	#ifndef ENABLE_PREMIUM_SYSTEM
		#define ENABLE_PREMIUM_SYSTEM
		#ifndef ENABLE_BOX_GIVING
			#define ENABLE_BOX_GIVING
			#define PREMIUM_BOX_ID 95000
			#define PREMIUM_BOX_COUNT 1
			#define PREMIUM_BOX_INTERVAL 7
		#endif
	#endif
	
	#define ENABLE_EXTRA_LOGIN_SECURITY_KEY "v1.0"
	#define ENABLE_DICE_SYSTEM
	#define __SASH_SYSTEM__
	#define ENABLE_CLONE_SYSTEM
	#define ENABLE_MOUNT_COSTUME_SYSTEM
	#define ENABLE_SLOT_PET_SYSTEM
	#define __WEAPON_COSTUME_SYSTEM__
	#define ENABLE_PENDANT_SYSTEM
	// #define ENABLE_ELEMENT_TARGET_SYSTEM
	#define __VIEW_TARGET_PLAYER_HP__
	#define __VIEW_TARGET_DECIMAL_HP__
	#define ENABLE_SPECIAL_STORAGE
	#define ENABLE_GEM_SYSTEM
	#define ENABLE_INVENTORY_VIEWER
	#define __ENABLE_BATTLE_FIELD__
	#define ENABLE_SHOW_CHEST_DROP
	#define ENABLE_DAMAGE_TOP
	#define WJ_ENABLE_TRADABLE_ICON
	#define ENABLE_FISH_EVENT
	#define ENABLE_FEATURES_REFINE_SYSTEM
	// #define ENABLE_ATTENDANCE_EVENT
	// #define ENABLE_MINI_GAME_CATCH_KING
	#define __ANTI_RESIST_MAGIC_BONUS__
	#define __NEW_EXCHANGE_WINDOW__
	#define __SWAPITEM_SYSTEM__
	#define __EFFECT_SYSTEM__
	#define __SEND_TARGET_INFO__
	#define __NEW_ARROW_SYSTEM__
	#define MEDAL_OF_HONOR
	#define ENABLE_HIGHLIGHT_SYSTEM
	#define ENABLE_DESTROY_ITEM
	#define ENABLE_MAINTENANCE_SYSTEM
	#define ENABLE_MESSENGER_TEAM
	#define ENABLE_OFFLINE_SHOP_HIDE
	#define __KINGDOMS_WAR__
	#define ENABLE_OFFLINE_SHOP_DECORATION
	#define __INVENTORY_PROTECT_SYSTEM__
	#define __BOSS_SECURITY__ 5000
	#define ENABLE_NEW_EMOTIONS
	#define ENABLE_BIOLOG_SYSTEM
	#define ENABLE_AFFECT_POLYMORPH_REMOVE
	#define __WJ_SHOW_MOB_INFO__
	#define ENABLE_PARTY_MAP
	// #define BL_PARTY_UPDATE 1,2,3,4,99
	#define ENABLE_NOTICE_SYSTEM
	#define ENABLE_RITUALS_STONE
	#define ENABLE_SHOP_SEEN
	#define ENABLE_CHANGE_CHANNEL
	#define ENABLE_HIDE_COSTUME_SYSTEM
	#define ENABLE_EMOTION_WITHOUT_WEAPON
	#define __TITLE_SYSTEM__
	
#endif

*\ BK1 /*

Logs remaked
Lykan added
Dragon soul added
All official pets added
All official mount added
All official costume added
All official hairs added


*\ BK2 /*

Big results cube fixed
SQL inject fixed
Camera on minimize client fixed
IP protection ox event added
Instant pick-up added
Fixed header 100 error
Emotion logs are hidden
Dmg on others players when they're polymorphed blocked
Copy/paste added
Belt move to store when is equiped fixed
Now you can set 48 characters at item names
Crash guild invite fixed
Global Chat added
.PNG,.JPG etc read added
Text from quests instant appear added
I deleted potions on half level
Emotions without mask of emotion
level in real time fixed
update alignment on gm /set command fixed
Wedding armor and normal costumes in same time fixed
allow_copy option 1/0 in cube.txt if you want to copy bonuses from item when you use cube
Guild invitation on change empire fixed
Effect check if they are active added
Change sex when you wear costume/hair fixed(new functions)
Login status channels fixed
Costumes/hairs/sash on select character fixed
Cheat engine fixed
CheckPoint shutdown fixed
Conection on server fixed ( having try after try until server is up and you're connected)
Wedding armors on mount/horse fixed
Crafting crash fixed
When you delete a friend from list , i added list refresh
Group in dungeon fixed
Experience bug with ramadan item fixed
"QuestFlag NullPointer" bug fixed
/flush command fixed
Real time check/save at server shutdown
Verification of use potions ( purple/green )
Experience setting in group fixed
Same items in slot ( rings/necklace ) fixed
Messages from quest fixed
Level horse at login fixed
Delete characters fixed
quickbar items add fixed
Change equipment with full inventory fixed
Secondary skills without group skills fixed
Skills cooldown visual bug fixed
Belt inventory stack items when they are picked from ground added
Auto stack items when they are picked by team members from ground added
time function for dungeons fixed
Now you have to wait 3 secs not 10 for reopen trade/store/ishop
Killed mobs disappear in 1 second
Azrael pet give bonus in all maps not just catacombs
Dmg protection after respawn/spawn
Restriction when you equip/unequip items on mount
Skills without weapon fixed
HP group bug fixed
War declare command fixed
Speed hack verification deleted
Mount/horse rotation instant added
When a person have a shop/store opened , you can't attack him
Change of sex in real time ( no need of relog )
Italic font from whisper gm deleted
Camp fire with cooldown 60 secs to avoid spamming and blocked in ox map
When you receive a group/friend invitation , they disappear in 10 secs if you have no answer
Deleted AUCTION
Deleted OPENID
Deleted PASSPOD
Deleted TEEN PACKET
Deleted VCARD
Deleted NETMARBLE
Deleted AUTH_BRAZIL
Deleted PCBANG
Deleted SERVER KEY
Deleted CHECK SERVER
Deleted HACK SHIELD
Deleted X TRAP
Deleted UNITTEST
Deleted GOOGLE TEST
Deleted MATRIX
Deleted NPROTECTGAMEGUARD
Deleted LIMIT_TIME
Deleted LOGIN_SIM
Deleted AUTH SMS
Deleted MOBILE
Deleted CAMERA WORK
Deleted ATTACK CHECK SPEED
Deleted IS TEST SERVER MODE
Deleted PERFORMANCE_CHECK
Deleted THEMIDA
Deleted VTUNE
Deleted WINDOW_LEAK_CHECK
Deleted _TEST
Deleted ATTACK_TIME_LOG
Deleted GAIDEN
Deleted LOCALE_SERVICE_GLOBAL
Deleted LOCALE_SERVICE_VIETNAM_MILD
Deleted PERF_CHECKER
Deleted DEBUG_ALLOC
Deleted M2_USE_POOL
Deleted BLOCK EXCEPTION

*\ BK3 /*


Deleted GREET_MESSAGE
Deleted DBSTRING
Deleted IPBAN
Deleted FREEBSD FILEMONITOR
Deleted DEV_LOG
Deleted MONARCH
Deleted CASTLE
Deleted SIEGE
Deleted THREEWAY WAR
Deleted FORKED
Deleted BATTLEARENA
Deleted ARENA
Deleted SPEED SERVER
Deleted AUTO BAN
Deleted LOCALE_SERVICE_JAPAN
Deleted BILLING
Deleted VERSION.TXT
Deleted TRAFFIC PROFILE
Deleted OVER9REFINE
Deleted g_IUseLocale
Deleted LOTTERY
Deleted HYBRID CRYPT
Deleted PANAMA
Deleted CRC
Deleted ROULETTE
Deleted OVER TIME
Deleted HOTBACKUP
Deleted STDOUT
Deleted VERBOSE
Deleted SPAM
Deleted DRAGON LAIR
Deleted BLUE DRAGON
Deleted HIGHSCORE
Deleted GMHOST
Deleted CLIENT VERSION 2
Deleted INPUT UDP
Deleted MALLOC ALLOCATOR
Deleted OBJECT ALLOCATOR
Deleted TEST ALLOCATOR
Deleted SHUTDOWN MANAGER
Deleted LOCK
Deleted GRID
Deleted MONSTER LOG
Deleted TEST SERVER
Deleted DETAIL LOG
Deleted XMAS EVENT
Deleted DROP_EVENT
Sash sistem with scale added
Sash logs removed
Yang limit at sash combine removed
Inventory,trade and npc yang limit removed
Offline shop added
Extra login security key added
Clone system added
Mount system added ( mount like horse )
Pet slot inventory added
Weapon costume sistem added
When you unequip an weapon , skin weapon automatically unequip
Talisman system added
Element target system added ( with talismans too )
Player hp on target board
Special storage added ( upp/books/stones ) full without bugs
Gaya sistem added
New Reload commands (/reload p (refine_proto, shop_item_table/ex, item_attr/rare), /reload drop (all drop files), /reload group, /reload regen.
Inventory viewer added ( inventory/equipment/costume/belt )
Battlezone war camp added
Chest view system
Top damage system
Jigsaw event added
When you reach level 5 , you can easy choose your skills.
Extra refine system added
Attendance event added
Anti-magic stones added
Swap item added
Weapon/Armor effect system added
Drop info monster/boss/metin added
Medal of honor system added
Instant pick items added
Meley dungeon added ( tested and fixed )
Ochao dungeon added ( tested and fixed )
You can destroy items when you drop them
Maintenance system added
Team system ( source ) added
Shop offline option show/hide added
Kingdom war event added
Shop decoration system added
Inventory password protection added
Day/night/snow options on game options
Boss range protection
Inventory Biolog system
Target tab system added
Sash slot inventory added
ANTIFLAG info on item descriptions
Now you can't run with 1 boss in safezone , he will ran away
Guild disband when war is active solved
Item create command ( /create_item <vnum> <b1:v1,b2:v2,b3:v3,b4:v4,b5:v5> )
Qust funtions from locale disabled
Party members on large map
New boss effect
Auto notice system added and fixed
New bless from official added
npc_vnum in refine_proto to easy set npc
Offline shop view count with vector
Ox collision removed
Collision between characters and npc/mount/pet removed
You can add/remove items from storage with right click
Count of items picked on chat
Skills change bug visual solved
Item vnum on tooltip for gm
notice on level up ( 55,61,75 etc )
goldbars ( 10kk,50kk,100kk,500kk,1kkk ) from source
New effects on critical/poison/fire
Post flood guild fixed
Change channel system like official added
Premium system added
Show/hide costumes/sash system ( worldard ) added
Title system with slot added
Fox crypt added
Localization system added


And a lot of new things that i forgot :)
Spoiler

1201-022140.jpg

1201-022742.jpg

1201-022955.jpg

1201-023049.jpg

1201-023217.jpg

1201-023917.jpg

dss.png

 

Si estas interesado y queieres hablar , dame mp ;)

Gracias por tu tiempo, DaryuS.

Enlace para comentar
Compartir en otros sitios

  • 2 weeks later...
  • Dilong locked this tema
Guest
Este tema está cerrado a otras respuestas.
  • Recientemente navegando por este tema   0 miembros

    • No hay usuarios registrados visitando esta página.
×
×
  • Crear nuevo...