- Katılım
- 22 Ara 2016
- Konular
- 81
- Mesajlar
- 746
- Çözüm
- 17
- Online süresi
- 59m 10s
- Reaksiyon Skoru
- 114
- Altın Konu
- 0
- TM Yaşı
- 9 Yıl 5 Ay 16 Gün
- Başarım Puanı
- 122
- MmoLira
- 581
- DevLira
- 0
ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!
lınk sılınmısGeçen Yaz Urfada İsot Tarlasında İsot yerken O Anda Aklıma Gelip Yaptıgım Fixler Buda Size Son Kıyagım
Server repo details
Client repo details
- Compilable on both Windows (Debug/Release) and Freebsd (deps static linked)
- Fixed all the warnings you could have compiling with the default gcc version
- List of fixes: (the full explanation is written in the README.txt)
- SAMLL typo in mob proto
- invalid_server_log query syntax error
- /war -1 bug crash
- ClientCheckVersion comparing issue (int<> to string now)
- Status Point stopped increasing to level 90 issue
- the korean commands have been disabled
- Full-Speeded player will not warp you back when using mounts like lion
- Absorb HP/MP issue (the one which decreases the gauge instead of increases it)
- Entities disappearing when mounting many mounts or not existent ones
- Double triggering of “when kill begin” when you kill a player
- The semi-transparent affect not disappearing when attacking (when reviving or using ninja hidden skill)
- Bonus changing on equipped items issue
- Stone changing on equipped items issue
- Refine Scrolls using (et similia) on equipped items issue
- Drop Hack bug about party detection
- Normal horse skills couldn’t inflict damage
- You couldn’t swap equipment when inventory is full
- Gaining as many hp/mp as many you have on your equipment when refreshing stuff issue
- Losing of hp/mp increased via affect when refreshing stuff issue
- Negative hp/mp when greater than 32767 issue
- item movable from mall/safebox to belt inventory w/o checking the real type issue (potion check bypass)
- few packet IDs were not checked
- refine scroll item value 1 check error
- sub type 24 check bug (the condition could never be true)
- missing check on 6-7 add/change items about costume stuff
- dungeon regen pointing to a dangling pointer
- disband and withdraw guild time limit problem if player is offline
- lovepoints overflow issue
- affect hack at login
- /cube r_index bug crash
- all the new mounts can now attack and/or inflict skill damage if they should (like official)
- unsummoning azrael pets out of dungeons won’t decrease the relative “ghost” bonuses anymore
- messenger_auth flood hack
- sync packets sendable to everyone hack
- wrong checks on normal chat buf
- pc.mount_bonus bypass checks issue
- random crashes if mob’s hp is 0
- now, when a player dies, his HP will be set as 0 instead of having a negative number
- now, the passwords are hashed before being processed (preventing password stealing from server)
- memory leak fix about CShopEx
- belt unequip if its inventory isn’t empty fix
- items in belt inventory usable even if the slot is disabled fix
- sql injection fix about net.SendMessengerRemovePacket
- sql injection fix about net.SendAnswerMakeGuildPacket
- map/index crash if it has no newline in the end fix
- guild_add_member exploit fix
- player.myshop_pricelist corrupted data fix
- myshop_pricelist primary key duplication error fix
- ramadan candy item could be used even if the relative affect is still up
- type quest, special, attr not handled in ConvSpecialDropItemFile (doing /special_item, special_item_group_vnum.txt will be now generated perfectly)
- prevent item module swapping if the quest is suspended (important!)
- incomplete refine pct for specific scrolls fix
- wrong socket checking for the mount seals fix
- no kill counts for players over lvl99 in the empire war fix
- all_skill_master skill level overflow fix
- ram exploit fix
- another doubling affect fix
- the ox attender list wasn’t cleared after restarting the ox event
- Others are made configurable via define preprocessor
- List of defines:
- DB
- ENABLE_DEFAULT_PRIV // enable default priv loading from common.priv_settings
- ENABLE_ITEMAWARD_REFRESH // enable a select query every 5 seconds into player.item_award
- ENABLE_PROTO_FROM_DB // enable PROTO_FROM_DB conf.txt feature (vnum_range works fine too) // enable MIRROR2DB conf.txt feature
- ENABLE_AUTODETECT_VNUMRANGE // if protos are loaded from db, it will automatically detect the vnum range for ds items without requiring an extra vnum_range field
- GAME
- ENABLE_D_NJGUILD // enable d.new_jump_all_guild+cpp relative functions
- ENABLE_QUEST_CATEGORY // enable quest category+new packet types (unimplemented)
- ENABLE_NEWSTUFF // enable new stuff (new lua funcs, new CONFIG options, ecc)
- ENABLE_LIMIT_TIME // enable game timestamp expiration
- ENABLE_NEWGUILDMAKE // enable pc.make_guild0 and disable CInputMain::AnswerMakeGuild
- ENABLE_CMD_PLAYER // enable PLAYER grade inside CMD
- ENABLE_IMMUNE_PERC // enable 90% of success instead of 100% regarding immunes (antistun/slow/fall)
- ENABLE_IMMUNE_FIX // fix immune bug where you need to equip shield at last
- ENABLE_SPAMDB_REFRESH // enable a select query every 10 minutes into common.spam_db
- ENABLE_TRANSLATE_LUA // enable translate.lua loading
- ENABLE_LOCALECHECK_CHANGENAME // enable check that unable change name on Europe Locales
- ENABLE_PC_OPENSHOP // enable pc.open_shop0(idshop) but buy/sell not work yet
- ENABLE_SHOP_BLACKLIST // enable ignore 70024 (Blessing Marble) and 70035 (Magic Copper Ore) in npcshop
- ENABLE_STATPLUS_NOLIMIT // disable only 90 points for con+/int+/str+/dex+ commands
- ENABLE_FORCE2MASTERSKILL // skill always pass to m1 when b17 instead of b(number(17-20))
- ENABLE_MOUNTSKILL_CHECK // check whether horse mount vnum should be checked when skilling
- ENABLE_NULLIFYAFFECT_LIMIT // sura skill 66 won’t nullify players with level < or > of yours by 9
- NEW_ICEDAMAGE_SYSTEM // add new system for nemere dungeon and so on (the one where only ninja/shaman or buffed players could attack specific mobs)
- ENABLE_SHOWNPCLEVEL // show Lv %d level even for NPCs (not applicable on mob/stone/warp)
- ENABLE_PARTYKILL // re-enable PartyKill
- ENABLE_ACCOUNT_W_SPECIALCHARS // enable special characters in account names (account.account.login)
- ENABLE_CHAT_SPAMLIMIT // limit chat spam to 4 messages for 5 seconds, if you spam it for 10 times, you’ll be disconnected!
- ENABLE_WHISPER_CHAT_SPAMLIMIT // limit whisper chat to 10 messages per 5 seconds, otherwise you’ll be disconnected!
- ENABLE_CHAT_COLOR_SYSTEM // enable chat colors based on IsGm or GetEmpire (+colored empire name)
- ENABLE_FIREWORK_STUN // enable stun affect when using firework items
- ENABLE_ADDSTONE_FAILURE // enable add stone failure
- ENABLE_EXPTABLE_FROMDB // read the exp table from the db
- ENABLE_NEWEXP_CALCULATION // recalculate exp rate so you won’t get random negative exp/marriage points
- ENABLE_CHAT_LOGGING // enable chat logging (which saves all the gm chats)
- ENABLE_EFFECT_EXTRAPOT // enable extrapot effects when using green/purple potions
- ENABLE_EFFECT_PENETRATE // enable penetrate effect when performing a penetration
- ENABLE_BOOKS_STACKFIX // enable stackable books instead of remove all the pile
- ENABLE_PLAYER_PER_ACCOUNT5 // enable 5 characters (per account) in the select phase (instead of 4)
- ENABLE_PORT_SECURITY // block db_port, p2p_port, and remote adminpage exploits
- MAP_ALLOW_LIMIT <int> // define how many maps are allowed per game core (default 32)
- ENABLE_BLOCK_CMD_SHORTCUT // if enabled, people won’t be able to shorten commands
- ENABLE_FULL_NOTICE // enable new big notice features
- ENABLE_ANTI_CMD_FLOOD // limit player’s command execution to 10 commands per second, otherwise it’ll be disconnected!
- ENABLE_QUEST_DIE_EVENT // add quest event “die”
Little sample of the die event:
quest die_sample begin
state start begin
when die with pc.get_gm_level()==5 begin
syschat("die begin")
syschat(pc.get_race())
-- if you "/kill yourself" or die by flame/bleeding/etc, the npc.* won't be available
syschat(npc.is_available0() and npc.get_vnum0() or 0)
syschat("die end")
end
end
end- ENABLE_CHECK_GHOSTMODE // dead people won’t be able to move
- ENABLE_WOLFMAN_CHARACTER // it enables the wolfman character and its own sub-defines:
- USE_LYCAN_CREATE_POSITION // if enabled, the lycan will be warped to his own village at character creation
- USE_MOB_BLEEDING_AS_POISON // if enabled, the mob_proto structure won’t change and the bleeding % will be get from the poison field
- USE_MOB_CLAW_AS_DAGGER // if enabled, the mob_proto structure won’t change and the claw % will be get from the dagger field
- USE_ITEM_BLEEDING_AS_POISON // if enabled, the poison reduce bonus can also reduce the bleeding damage as if it’s bleeding reduce itself
- USE_ITEM_CLAW_AS_DAGGER // if enabled, the resist dagger bonus can also reduce the claw damage as if it’s resist claw itself
- USE_WOLFMAN_STONES // if enabled, lycan stones can be dropped from the metin stones
- USE_WOLFMAN_BOOKS // if enabled, lycan skill books can be dropped
- ENABLE_PICKAXE_RENEWAL // if the upgrading of the pickaxe will fail, it won’t turn back of 1 grade, but just lose 10% mastering points.
- ENABLE_FISHINGROD_RENEWAL // if the upgrading of the fishing rod will fail, it won’t turn back of 1 grade, but just lose 10% mastering points.
- ENABLE_GOHOME_IF_MAP_NOT_ALLOWED // you’ll go back to your village if you’re not allowed to go in that map
- ENABLE_GOHOME_IF_MAP_NOT_EXIST // you’ll go back to your village if the map doesn’t exist
- ENABLE_MOUNT_COSTUME_SYSTEM // enable mount costume system
- ENABLE_MAGIC_REDUCTION_SYSTEM // enable the new RESIST_MAGIC_REDUCTION bonus
- ENABLE_AUTODETECT_INTERNAL_IP // autodetect internal ip if the public one is missing
- ENABLE_GENERAL_CMD //if enabled, it reads a general CMD from “locale/%s/conf/GENERAL_CMD”, “locale/%s/conf/GENERAL_CMD_CHANNEL_%d”, and/or “locale/%s/conf/GENERAL_CMD_CHANNEL_%d_HOSTNAME_%s”
- ENABLE_GENERAL_CONFIG //if enabled, it reads a general CONFIG from “locale/%s/conf/GENERAL_CONFIG”, “locale/%s/conf/GENERAL_CONFIG_CHANNEL_%d”, and/or “locale/%s/conf/GENERAL_CONFIG_CHANNEL_%d_HOSTNAME_%s”
//in the GENERAL_CONFIG, all the options are valid except: HOSTNAME, CHANNEL, PLAYER_SQL, COMMON_SQL, LOG_SQL, PORT, P2P_PORT, MAP_ALLOW, AUTH_SERVER, TEEN_ADDR, TEEN_PORT- ENABLE_OPEN_SHOP_WITH_ARMOR //if enabled, people can open a personal shop with the armor equipped
- ENABLE_MASTER_SKILLBOOK_NO_STEPS //if enabled, you will only need a book to increase a master skill, and not as many as the level-20
- ENABLE_EXTEND_INVEN_SYSTEM //enable 4 inventory pages
- ENABLE_SET_STATE_WITH_TARGET // enable set_state target as 3rd arg
- ENABLE_WEAPON_COSTUME_SYSTEM // enable weapon costume system
- ENABLE_CMD_IPURGE_EX // /ipurge 2nd arg can remove items from a specific window (inv/equip/ds/belt/all)
- ENABLE_GM_FLAG_IF_TEST_SERVER //show the gm flag if it’s on test server mode
- ENABLE_GM_FLAG_FOR_LOW_WIZARD //show the gm flag for low wizard too
- ENABLE_INFINITE_HORSE_HEALTH_STAMINA // the horse won’t lose health nor stamina
- ENABLE_ITEM_ATTR_COSTUME // it will add costume_body, costume_hair, costume_weapon for item_attr/_rare
- Merged all the locales except inside locale_service, so you can use Italy (latin1), Czech (latin2) and all the other ones with the relative detected charset.
So you won’t have differences between we_korea or german except for the charset and the file names (locale/korea <> locale/germany)
You also gained such things: (you can disable ‘em whenever you want; they are catalogued per line)
- Arena will have an additional potion using check for uncommon values
- You won’t be able to ride the horse in the arena
- No exp check when reading books when you’re already at the maximum level
- The classic notice when a fight between guilds starts.
- A further thing about the limit of attacking people in protect mode
- List of new db/conf.txt options
- PROTO_FROM_DB = 1/0 // enable/disable item/mob proto loading from db (otherwise, .txt)
- MIRROR2DB = 1/0 // convert .txt protos to .sql ones
- List of new core/CONFIG options (used by NEWSTUFF and/or by few others)
- ITEM_COUNT_LIMIT <1-250> // you can set the maximum item count (e.g.) to 250 (200 by default)
- DISABLE_SHOP_PRICE_3X // disable the price increase on foreign empires (not disabled by default)
SHOP_PRICE_3X_TAX <0-1> // alternative (1 as default)- DISABLE_CHANGE_ATTR_TIME // disable bonus switching time limit (not disabled by default)
CHANGE_ATTR_TIME_LIMIT <seconds> // alternative (60 secs as default, 0=disable)- DISABLE_PRISM_ITEM // disable prism requirement (not disabled by default)
PRISM_ITEM_REQUIRE <0-1> // alternative (1 as default)- ENABLE_GLOBAL_SHOUT // enable shout as global (not enabled by default)
GLOBAL_SHOUT <0-1> // alternative (0 as default)- DISABLE_EMOTION_MASK // disable emotion mask requirement (not disabled by default)
EMOTION_MASK_REQUIRE <0-1> // alternative (1 as default)- ENABLE_BOOTARY_CHECK // enable opening a shop only in village maps (not enabled by default)
BOOTARY_CHECK <0-1> // alternative (0 as default)- CHECK_VERSION_SERVER <0-1> // set to check the ClientVersion (checked by default)
- CHECK_VERSION_VALUE <STRING> // set the ClientVersion numeric string (1215955205 by default)
- STATUS_POINT_GET_LEVEL_LIMIT <level> // set the maximum level to get status point (default lvl 90)
- STATUS_POINT_SET_MAX_VALUE <int> // set the maximum settable points for status (default 90)
- SHOUT_LIMIT_LEVEL <int> // set the requirement level to use the shout (default 15)
- SHOUT_LIMIT_TIME <int> // set the interval time limit to use the shout (default 15 secs) (commented)
- DB_LOG_LEVEL <0-3> // set which log information to save inside the database log (3 as default) (0=none, 1=fews, 2=many, 3=all)
- ITEM_DESTROY_TIME_AUTOGIVE <0-MAXINT> // set the destroy time for the autogive items (from boxes if inventory is full and so on) spawned (on the ground) (300 as default)
- ITEM_DESTROY_TIME_DROPITEM <0-MAXINT> // set the destroy time for the items dropped by the players (300 as default)
- ITEM_DESTROY_TIME_DROPGOLD <0-MAXINT> // set the destroy time for the gold (yang) dropped by the players (150 as default)
- GM_HOST_CHECK <0-1> // enable the gm host check based on ip (unchecked by default)
- GUILD_INVITE_LIMIT <0-1> // if enabled, the guild can invite new members only after an amount of time (not enabled by default)
- GUILD_INFINITE_MEMBERS <0-1> // if enabled, every guild can have infinite members (not enabled by default)
- EMPIRE_LANGUAGE_CHECK <0-1> // if enabled, you won’t need to read language books or have the relative ring to understand other empires
- SKILLBOOK_NEXTREAD_MIN <int> // set the min value of the next read skill book time (default 28800)
- SKILLBOOK_NEXTREAD_MAX <int> // set the max value of the next read skill book time (default 43200)
- PROXY_IP <ip> // to specify the real ip in which the player will log in (without leaking the public ip); used for servers behind proxies, servers under nat or simply locale/noip/hamachi servers
- List of new lua functions (used by NEWSTUFF and/or few others)
- ##pc module
- pc.is_available0() // it checks whether the pc.* functions are available or not [return lua boolean]
- pc.delf(skel, opt) // delete quest flag [return lua boolean: successfulness]
- pc.make_item0({vnum|locale_name, count}, {socket1,2,3}, {type1, value1, … , type7, value7}, gstate(=0: giveitem, 1: dropitem, 2: drop_item_with_leadership)[, countdown_in_secs_before_ownership_vanish(=if <=10 would be 30; default=10->30)]) // master function
Usage:
pc.make_item0({say, 1},{},{},0) --type not valid
pc.make_item0({pc, 1},{},{},0) --type not valid
pc.make_item0({true, 1},{},{},0) --type not valid
pc.make_item0({19, 1},{},{},0) --ok
pc.make_item0({0, 1},{},{},0) --vnum not valid
pc.make_item0({"Runenschwert+9", 1},{},{},0) --ok
pc.make_item0({"Runenschwert+90", 1},{},{},0) --vnum not found
-- complete
pc.make_item0({469, 1}, {27001,27002,27003}, {1,2,3,4,5,6,7,8,9,10,11,12,13,14}, 2, 120)- pc.pointchange(uint type, int amount, bool bAmount, bool bBroadcast) // same effect of CHARACTER:
ointChange [return nothing]
- pc.pullmob() // same effect of /pull [return nothing]
- pc.select_pid(pc.get_player_id()) // [return lua number: old pid]
- pc.select_vid // alias of pc.select [return lua number: old vid]
- pc.set_level0(level) // same effect of /level <lvl> [return nothing]
- pc.set_gm_level(); instead of /reload a (note: this only refresh gm privileges if you already are gm on common.gm[host|list]) [return nothing]
- pc.is_flag_fire(), pc.is_flag_invisible(), pc.is_flag_poison(), pc.is_flag_slow(), pc.is_flag_stun(), pc.is_flag_bleeding() // is_flag [return lua boolean]
- pc.set_flag_fire(bool), pc.set_flag_invisible(bool), pc.set_flag_poison(bool), pc.set_flag_slow(bool), pc.set_flag_stun(bool), pc.set_flag_bleeding(bool) // set_flag [return nothing]
- pc.set_flag_kill(player_name) // same effect of /kill <nick> [return nothing]
- pc.set_flag_dead() // kill themselves [return nothing]
- pc.get_exp_level(level) // get needed exp for <level> level [return: lua number]
- pc.get_exp_level0(level, perc) // get needed exp for <level> level / 100 * perc [return: lua number]
- pc.set_max_health() // same as /reset [return nothing]
- pc.get_ip0() // get player ip [return lua string]
- pc.get_client_version0() // get player client version [return lua string]
- pc.dc_delayed0(secs) // crash a player after x secs [return lua boolean: successfulness]
- pc.dc_direct0(player_name) // crash the <nick> player [return nothing]
- pc.is_trade0() // get if player is trading [return lua boolean]
- pc.is_busy0() // get if player is “busy” (if trade, safebox, npc/myshop, cube are open) [return lua boolean]
- pc.is_arena0() // get if player is in arena [return lua boolean]
- pc.is_arena_observer0() // get if player is in arena as observer [return lua boolean]
- pc.equip_slot0(cell) // [return lua boolean: successfulness]
- pc.unequip_slot0(cell) // [return lua boolean: successfulness]
- pc.open_shop0(id_shop) // buy/sell won’t work on it [return nothing]
- pc.make_guild0(guild_name) // it returns few state values which you can manage via lua [return lua number]
Usage:
local ret = pc.make_guild0(guild_name)
if ret==-2 then
say_reward("[NO] guild name is invalid (strlen <2 or >11!)")
elseif ret==-1 then
say_reward("[NO] guild name is invalid (special chars found!)")
elseif ret==0 then
say_reward("[NO] guild not created (guild name already present or already member of a guild)")
elseif ret==1 then
say_reward("[YES] guild created")
elseif ret==2 then
say_reward("[NO] player already part of a guild")
elseif ret==3 then
say_reward("[NO] player already guild master")
end- pc.set_race0(race=[0. Warrior, 1. Ninja, 2. Sura, 3. Shaman, 4. Lycan]) // [return nothing]
- pc.give_random_book0([race]) // it gives a random skill book; if race is specified, the book will be for such race // [return nothing]
- pc.give_item2_with_dice // like give_item2 but with dice roll check if player is in a party [return lua number=item id]
- pc.is_pvp0() // returns true if the player is on pvp [return boolean]
- pc.getf2(“quest.flag”) // returns the quest’s flag’s value [return lua number]
- pc.setf2(“quest.flag”, value) // set the quest’s flag’s value to the specified value [return nothing]
- ##d module
- d.is_available0() // it checks whether the d.* functions are available or not [return lua boolean]
- d.new_jump_all_guild(map_index, x, y) // [return nothing]
d.new_jump_guild // alternative- // for nemere dungeon and other implementations (I’ll show you how it works at requested; it accepts more flags simultaneously)
// It can even let you create mobs attackable only by females/males/mix races and/or by hidden/poisoned/buffed players and so on for all the affects and races
// It works fine with both d.spawn_mob and spawn_mob0
d.set_damage_from_race(flag, vid) // [return nothing]
d.set_damage_from_affect(flag, vid) // [return nothing]
d.reset_damage_from_race(vid) // [return nothing]
d.reset_damage_from_affect(vid) // [return nothing]
Usage:
local vid = spawn_mob0(101, pc.get_map_index(), pc.get_local_x(), pc.get_local_y())
syschat(vid)
d.set_damage_from_race(WARRIOR_M, vid)
d.set_damage_from_race(SHAMAN_W, vid)
d.set_damage_from_affect(AFF_INVISIBILITY, vid)
d.set_damage_from_affect(AFF_SLOW, vid)
d.set_damage_from_affect(AFF_HOSIN, vid)
d.set_damage_from_affect(AFF_GICHEON, vid)
d.reset_damage_from_race(vid)
d.reset_damage_from_affect(vid)- d.get_damage_from_race(vid) // [return lua number]
d.get_damage_from_affect(vid) // [return lua table]
d.unset_damage_from_race(flag, vid) // [return nothing]
d.unset_damage_from_affect(flag, vid) // [return nothing]- d.kill_area(start_x, start_y, end_x, end_y) // it kills every mob in the specific range (similar to d.purge_area, but crash safe) [return nothing]
- ##guild module
- guild.get_id0() // get guild id [return lua number]
- guild.get_sp0() // get guild sp [return lua number]
- guild.get_maxsp0() // get guild maxsp [return lua number]
- guild.get_money0() // get money guild [return lua number]
- guild.get_max_member0() // get max joinable members [return lua number]
- guild.get_total_member_level0() // get the sum of all the members’ level [return lua number]
- guild.has_land0() // get whether guild has a land or not [return lua boolean]
- guild.get_win_count0() // get guild wins [return lua number]
- guild.get_draw_count0() // get guild draws [return lua number]
- guild.get_loss_count0() // get guild losses [return lua number]
- guild.add_comment0(msg) // add a comment into guild notice board [return nothing]
- guild.set_ladder_point0(points) // set guild ladder points [return nothing]
- guild.set_war_data0(win, draw, loss) // set guild win/draw/loss [return nothing] (commented/local update)
- guild.get_skill_level0(vnum) // get guild skill level [return lua number]
- guild.set_skill_level0(vnum, level) // set guild skill level [return nothing]
- guild.get_skill_point0() // get guild skill points [return lua number]
- guild.set_skill_point0(points) // set guild skill points [return nothing]
- guild.get_exp_level0(level) // get how much exp is necessary for such <level> [return lua number]
- guild.offer_exp0(exp) // give player’s <exp> to guild [return lua boolean=successfulness]
- guild.give_exp0(exp) // give <exp> to guild [return nothing]
- ##game module
- game.drop_item_with_ownership_and_dice // like game.drop_item_with_ownership but with dice roll check if player is in a party [return nothing]
- ##global module
- big_notice(string txt) // [return nothing]
- big_notice_all(string txt) // [return nothing]
- big_notice_in_map(string txt) // [return nothing]
- spawn_mob0(int vnum, int map_index, int x, int y) // similar to d.spawn_mob, usable for unique functions too [return lua number=mob vid]
- spawn_mob_in_map(int vnum, int count, bool is_aggro, int map_index, int x, int y) // [return lua number=count of the spawned mobs]
- // I already made a thread about ‘em with few samples and stuff
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
get_table_postfix() // get table postfix [return lua string]
mysql_direct_query(string query) // get the number of the affected rows and a table containing ‘em [return lua number, lua table]
mysql_escape_string(string str) // escape <str> [return lua string]- mysql_password(string str) // same as the sql function PASSWORD(<str>) [return lua string]
- chat_in_map0(int mapIndex, string message) // send a chat packet to everyone in map mapindex with the relative message [return nothing]
- cmdchat_in_map0(int mapIndex, string message) // send a cmdchat packet to everyone in map mapindex with the relative message [return nothing]
- syschat_in_map0(int mapIndex, string message) // send a syschat packet to everyone in map mapindex with the relative message [return nothing]
- ##horse module
- horse.set_stat0(int health, int stamina) // same as /do_horse_set_stat [return nothing]
- ##item module
- item.is_available0() // it checks whether the item.* functions are available or not [return lua boolean]
- item.get_wearflag0() // [return lua number]
- item.has_wearflag0(int flag) // [return lua boolean]
- item.get_antiflag0() // [return lua number]
- item.has_antiflag0(int flag) // [return lua boolean]
- item.get_immuneflag0() // [return lua number]
- item.has_immuneflag0(int flag) // [return lua boolean]
- item.add_attr0(…)
item.add_attr0(0|1|2[, cnt]) -- (0: baseeraro, 1: base, 2: raro)
item.add_attr0(0) -- add one 1-5 and one 6-7 bonus
item.add_attr0(0, 0) -- add all 1-7 bonuses
item.add_attr0(1|2) -- add one 1-5|6-7 bonus
item.add_attr0(1|2, 0) -- add all 1-5|6-7 bonuses
item.add_attr0(1|2, 4) -- add four 1-5|6-7 bonuses- item.change_attr0(…)
-- item.change_attr0(0|1|2) -- (0: baseerari, 1: base, 2: rari)- item.clear_attr0(…)
-- item.clear_attr0(0|1|2) -- (0: baseerari, 1: base, 2: rari)- item.count_attr0(…)
-- item.count_attr0(0|1|2) -- (0: [cnt(base), cnt(rari)], 1: cnt(base), 2: cnt(rari))- item.get_attr0() // get a table containing all the item attrs {1,11,2,22,…,7,77} [return lua table]
- item.set_attr0({1,11,2,22,…,7,77}) // use a table to set the item attrs [return nothing]
- item.set_count(int count) // [return nothing]
- ##npc module
- npc.is_available0() // it checks whether the npc.* functions are available or not [return lua boolean]
- npc.get_level0() // [return lua number]
- npc.get_name0() // [return lua string]
- npc.get_pid0() // [return lua number]
- npc.get_vnum0() // [return lua number]
- ##party module
- party.get_min_level() // [return lua number]
- party.leave_party() // [return lua boolean=successfulness]
- party.delete_party() // [return lua boolean=successfulness]
- ##oxevent module
- oxevent.get_oxquiz_fn() // it returns the name of the oxquiz file to load [return lua string]
- oxevent.set_oxquiz_fn(string pathfile) // it sets the name of the oxquiz file to load starting from locale path [return nothing]
- oxevent.set_oxquiz_fn0(string pathfile) // it sets the name of the oxquiz file to load [return nothing]
Example:
-- get oxquix file path
syschat(oxevent.get_oxquiz_fn())
-- set oxquix file path to oxquizA.lua
oxevent.set_oxquiz_fn("oxquizA.lua")
syschat(oxevent.get_oxquiz_fn())
-- set oxquix file path to oxquizB.lua
oxevent.set_oxquiz_fn("oxquizB.lua")
-- set oxquix file path to locale/%yourlocale%/oxquizC.lua
syschat(oxevent.get_oxquiz_fn())
oxevent.set_oxquiz_fn0(get_locale_base_path().."/oxquizC.lua")
syschat(oxevent.get_oxquiz_fn())- ##quest module
- quest.get_current_quest_name0() // [return lua string]
- List of new commands (used by NEWSTUFF and/or few others)
- /add_rare_attr (like /add_attr)
- /change_rare_attr (like /change_attr)
- /click_safebox (open the safebox such as the mall)
- /force_logout (disconnect themselves)
- /big_notice (now global like /notice)
- /big_notice_map (big notice that works like /notice_map)
- /notice_test (notice printed only to the player himself)
- /big_notice_test (big notice printed only to the player himself)
- /set <name> <field> <value> (added ‘race’, ‘sex’ and ‘job’ fields + help list)
- /poison <name> (the specified player will get poison)
- /bleeding <name> (the specified player will get bleeding)
- /ipurge <inventory=inv|equip|ds|belt|all> (only if ENABLE_CMD_IPURGE_EX is enabled)
- New server event flags:
- gold_drop_limit_time <time_in_secs> // the players will be able to drop a piece of yang/gold every XXX seconds as specified (default=0=no limits) (NB: by ymir)
- item_drop_limit_time <time_in_secs> // the players will be able to drop a piece of item every XXX seconds as specified (default=0=no limits)
- box_use_limit_time <time_in_secs> // the players will be able to open boxes every XXX seconds as specified (default=0=no limits)
- buysell_limit_time <time_in_secs> // the players will be able to buy/sell stuff every XXX seconds as specified (default=0=no limits)
- no_drop_metin_stone <0-1> // if enabled, metin stones won’t drop the default spiritual stones
- no_mount_at_guild_war <0-1> // if enabled, horses/mounts can’t be used inside guild war maps
- no_potions_on_pvp <0-1> // if enabled, all kind of potions and autopots can’t be used on pvp, except for the ones inside IsAllowedPotionOnPVP (by default: only blue potions and blue autopots will work)
- List of new adminpage commands:
- BIG_NOTICE <text> // like NOTICE <text>
- List of new skill_proto flags:
- PARTY // the skill will be applied to all the near party’s members, or just the player itself if alone
- ATTACK_BLEEDING // the skill will inflict the bleeding malus
- List of new command-line parameters:
- -C <0/1> // it enables/disables checkpointing check (enabled by default)
- List of new Makefile options:
- ENABLE_GCC_AUTODEPEND // if enabled, it uses the native gcc autodepend feature instead of the dependent makedepend
- List of new miscellaneous things:
- Bandage (27124) item implemented
- Poison Bottle (27996) now poisons on use
- SpecialItemGroup “bleeding” type implemented
- /warp /transfer /item /mob will print arg1 in case of unsuccessfulness
- Added a system where you can’t inflict damage to stones from a different empire than yours
- tourmaline material and vein implemented
- USE_CHANGE_COSTUME_ATTR, USE_RESET_COSTUME_ATTR implemented
Extra
- 100% Translated (except comments)
- Python switchable from 2.2 to 2.7 and viceversa w/o any problems (currently used 2.7)
- Granny version switchable amongst 2.4, 2.7, 2.8 and 2.9 via define preprocessor
- List of fixes: (the full explanation is written in the README.txt)
- /view_equip crash
- Skybox bottom pic
- Python >2.2 long overflow
- Added supplementary check for npc_pet (about new pets)
- “SEQUENCE mismatch 0xaf != 0x64 header 254” fix
- all the new mounts can now attack/skill if they should (like official)
- hyper link graphic issue with 6-7 bonuses
- crash issues when pasting non-text data (if you specifically enable ctrl+v in client)
- non-printing/control characters not more printed in the (chat) input (the ones you get when you press Ctrl+<key> in game)
- on arabic locales, the [HyperText code] (alias Prism code) not more editable pressing <Backspace>
- loop attack bug when you click a monster with a bow without having arrows
- regen.txt loading issue
- List of defines:
- LOCALE_SERVICE_EUROPE // locale you want (default source feature)
- ENABLE_COSTUME_SYSTEM // costume system (default source feature)
- ENABLE_ENERGY_SYSTEM // energy system (default source feature)
- ENABLE_DRAGON_SOUL_SYSTEM // dss system (default source feature)
- ENABLE_NEW_EQUIPMENT_SYSTEM // belt system (default source feature)
- ENABLE_PACK_GET_CHECK // enable py|pyc|txt check on pack.Get
- ENABLE_CRC32_CHECK // enable/disable crc32 check for type2
- ENABLE_SKIN_EXTENDED // extended source/targetskin[2-9] inside .msm
- ENABLE_LOAD_ALTER_ITEMICON // load a default item icon if the one inside the item_list.txt is missing
- ENABLE_NO_MOUNT_CHECK // enable attack and skill from all horses/mounts
- ENABLE_MILES_CHECK // check miles files to prevent mss32.dll exploit before load them
- ENABLE_PYLIB_CHECK // check python lib files to prevent exploit before load them
- ENABLE_PLAYER_PER_ACCOUNT5 // enable 5 characters per account
- ENABLE_WOLFMAN_CHARACTER // it enables the wolfman character
- ENABLE_LEVEL_IN_TRADE // it enables the functions to show the target level in the trade dialog
- ENABLE_ATLASINFO_FROM_ROOT // if enabled, the atlasinfo.txt will be read from root instead of the relative locale
- ENABLE_SIMPLE_REFINED_EFFECT_CHECK // if enabled, the refine effect are +7 blue, +8 green, +9 red for any armor/weapon
- ENABLE_MOUNT_COSTUME_SYSTEM // it enables the mount costume system
- ENABLE_MAGIC_REDUCTION_SYSTEM // it enables the RESIST_MAGIC_REDUCTION bonus
- ENABLE_EXTEND_INVEN_SYSTEM //enable 4 inventory pages
- ENABLE_PETS_WITHOUT_COLLISIONS // disable collisions for pets
- ENABLE_SHOPS_WITHOUT_COLLISIONS // disable collisions for shops
- ENABLE_MOUNTS_WITHOUT_COLLISIONS // disable collisions for mounts
- AUTODETECT_LYCAN_RODNPICK_BONE // adjust fishrod/pickaxe attached bone for lycan
- ENABLE_WEAPON_COSTUME_SYSTEM // enable weapon costume system
- USE_WEAPON_COSTUME_WITH_EFFECT // enable refine effect for weapon costume
- USE_BODY_COSTUME_WITH_EFFECT // enable refine effect for body costume
- ENABLE_LVL115_ARMOR_EFFECT //enable sparkle effect for 115 armors
- ENABLE_CANSEEHIDDENTHING_FOR_GM //enable gm to see invisible characters (both normal semi-transparent and gm invisibility)
- ENABLE_PROTOSTRUCT_AUTODETECT // if enabled, all the item_proto/mob_proto official structures (2007~2016) are automatically detected and supported without recompiling
- WJ_SHOW_MOB_INFO //enable mob info update for showing the mob lvl and the asterisk in name if aggro (ENABLE_SHOW_MOBAIFLAG and ENABLE_SHOW_MOBLEVEL)
- ENABLE_NEW_ATLAS_MARK_INFO // for the new locale/map/point.txt
- ENABLE_TEXT_LEVEL_REFRESH // it will refresh the level after a levelup
- List of new python functions:
- exchange.GetLevelFromSelf()
- exchange.GetLevelFromTarget()
- systemSetting.IsShowMobAIFlag()
- systemSetting.SetShowMobAIFlag(bool)
- systemSetting.IsShowMobLevel()
- systemSetting.SetShowMobLevel(bool)
- List of new miscellaneous things:
- new event motion types 11-12 workable
- tourmaline material and vein handling implemented
- USE_CHANGE_COSTUME_ATTR, USE_RESET_COSTUME_ATTR handling implemented
- Compatibility with Cython (rootlib & uiscriptlib)
At request, my clients can also receive:
What is not included
- Tools/DumpProto ReMIX with the following features:
- Clean
- Translated
- New types included (ds, belt, bleeding, wolfman, claws, etc)
- Unpack feature (it can re-extract the packed protos into .txt again!)
- General splitting issues fix (for mob_proto’s raceflag)
- All the item_proto/mob_proto official structures (2007~2016) are automatically detected and supported without recompiling (if ENABLE_PROTOSTRUCT_AUTODETECT is defined in Client)
- List of defines:
- ENABLE_ADDONTYPE_AUTODETECT // it autodetects the addontype field value when unpacking to make an item_proto.txt server-side 100% compatible
- Tools/Mysql2Proto, which you can directly pack/unpack the item/mob_protos using directly your mysql connection
o-----------------------------------------o
| USAGE |
o-----------------------------------------o
| PROTO CLIENT -> SQL |
| [1] run Mysql2Proto_UnpackSql.bat |
o-----------------------------------------o
| PROTO CLIENT -> MYSQL |
| [1] edit Mysql2Proto.json |
| [2] run Mysql2Proto_Unpack.bat |
o-----------------------------------------o
| MYSQL -> PROTO CLIENT |
| [1] edit Mysql2Proto.json |
| [2] run Mysql2Proto_Pack.bat |
o-----------------------------------------o
o-----------------------------------------------------------o
| NOTE |
o-----------------------------------------------------------o
| [1] The tool automatically detects the structure of the |
| following protos when extracting |
| [1] TItemTable_r152 (2007) |
| [2] TItemTable_r156 (2012) |
| [3] TItemTable_r158 (2016) |
| [4] TMobTable_r235 (2007) |
| [5] TMobTable_r255 (2011) |
| [6] TMobTable_r256 (2014) |
| [7] TMobTable_r262 (2015) |
| |
| These are all the structures that the officials |
| have used in these years. They don't have a |
| practical use if not for extraction. |
o-----------------------------------------------------------o
| [2] The tool use the default structures to pack the |
| protos: |
| [2] TItemTable_r156 (2012) |
| [5] TMobTable_r255 (2011) |
o-----------------------------------------------------------o- Tools/Metin2MSAMaker with the following features:
- Clean
- Usable for granny 2.4/2.7/2.8/2.9 models
- This tool is used to create the .msa of the .gr2 models, and it also generates the Accumulation parameter for all of them.
- This can be used to fix the relative error for the server-side data folder.
- It still requires file/system boost libraries compilation. (there’s a how-to file inside for it)
- Tools/Metin2PackMaker
- Clean
- Translated
- Fixed EterPackLog null character printing
- Fixed hard-coded ignored path
- Few sample quests:
- questlib_extra.lua // it contains some stuff for nemere dungeon, and a way to setup event flags every core restarting
- pre_qc.py // revisioned with some further fixes
- quest_list // commented quest_list sample for pre_qc.py
- sample__guild_make.quest // sample using pc.make_guild0 instead of
- sample__mob_drop_item.quest // advanced sample of making drop item settings via quest
- A clean version of data/pc, data/pc2, and data/pc3 .msa files.
- A clean version of the databases account, common, log, player as .sql
- A clean version of the server scripts to start, clean, stop, generate the server structure as .sh/.py
- Tools/DBManager with the following features:
- Clean
- New types included (ds, belt, bleeding, wolfman, claws, etc)
- Fixed \n\nheader issue
- Fixed truncated fields issues
- Fixed vnum_range (automatically detected)
- Created a pan.sh to easily do a .txt-to-db and db-to-.txt proto conversion 100% lossless. Very easy and in just a second.
root@localhost:/home/DBManager $ ./pan.sh
What do you want to do?
1) .txt to db
2) db to .sql
3) db to .txt
4) exit
$? 1
Which locale?
1) common
2) exit
$? 1
root@localhost:/home/DBManager $ ./pan.sh
What do you want to do?
1) .txt to db
2) db to .sql
3) db to .txt
4) exit
$? 3
Which locale?
1) common
2) exit
$? 1
root@localhost:/home/DBManager $- A clear and complete pack/root with the following things:
- Based on the last official roots before being cythonized
- Compatibility with Cython (rootlib & uiscriptlib)
- Lycan implemented via app.ENABLE_WOLFMAN_CHARACTER
- 5th character per account implemented via app.ENABLE_PLAYER_PER_ACCOUNT5
- Level in trade implemented via app.ENABLE_LEVEL_IN_TRADE
- Costume System implemented via app.ENABLE_MOUNT_COSTUME_SYSTEM
- RESIST_MAGIC_REDUCTION implemented via app.ENABLE_MAGIC_REDUCTION_SYSTEM
- ENABLE_EXTEND_INVEN_SYSTEM implemented via app.ENABLE_EXTEND_INVEN_SYSTEM
- ENABLE_WEAPON_COSTUME_SYSTEM implemented via app.ENABLE_WEAPON_COSTUME_SYSTEM
- ENABLE_LVL115_ARMOR_EFFECT implemented via app.ENABLE_LVL115_ARMOR_EFFECT
- WJ_SHOW_MOB_INFO implemented via app.WJ_SHOW_MOB_INFO
- Additional constants inside constInfo.py:
- ENABLE_RANDOM_CHANNEL_SEL // if not enabled, it won’t set a random channel when you open the client
- ENABLE_CLEAN_DATA_IF_FAIL_LOGIN // if not enabled, it won’t remove id&pass if the login attempt fails
- ENABLE_PASTE_FEATURE // if enabled, ctrl+v will work
- ENABLE_FULLSTONE_DETAILS // if enabled, it displays all the bonuses added by a stone instead of the first one
- ENABLE_REFINE_PCT // enable successfulness % in the refine dialog
- General fixes:
- Leadership skill (guide)’s tooltip fix
- old_open unreadable files issue
- undeclared timeOutMsg variable fix
- ShopEx little glitch with 3 buttons
- blank tooltip issues when the mouse-selected money is over some items
- mobs with shop signs above them
- List of new miscellaneous things:
- tourmaline material and vein implemented
- USE_CHANGE_COSTUME_ATTR, USE_RESET_COSTUME_ATTR handling implemented
- more precise logs will be printed in case of uiscript load failure
- An official-compatible Client dated 2017/05/20 (v17.1) with the following things:
- lycan 100% implemented
- type 3-4-5 removed from patch2, and metin2_patch_XXX packs
- it contains every asset the official client has until now
- Official mob_proto (dated 2017/05/20), and item_proto (dated 2017/05/20) either .txt or .sql
Note: You can always extract updated .sql or .txt from the official client locales using my DumpProto or Mysql2Proto by yourself
ToS
- A complete server-side locale/data folders
- Autopatcher
- Anything else not specified in here
- All the relative updates are automatically provided and free-of-charge (you should create an account in a “specific site” I’ll send you, and give me your nickname; you’ll join the members and then be able to see the new commits)
- At the moment of the payment, you can ask to receive one-time help to compile and setup your machine for such service, until the work provided is working as expected (no post-sell service is provided; even though it’s not an obligation, I usually answer free-of-charge in my free time)
I usually provide the relative “help” using a “teamviewer program like”, and you’re free to record the whole session. The interaction between us is usually made through Skype.- If you’re a team/group of friends purchasing this service, I’ll interact with only one of you.
- Re-selling, or leaking part-or-all my work is forbidden; I can stop providing you any contact, service, updates if provided, and anything else on my whim.
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
Linkleri görebilmek için Turkmmo Forumuna ÜYE olmanız gerekmektedir.
- Katılım
- 15 Ara 2018
- Konular
- 45
- Mesajlar
- 384
- Çözüm
- 1
- Reaksiyon Skoru
- 186
- Altın Konu
- 0
- TM Yaşı
- 7 Yıl 5 Ay 23 Gün
- Başarım Puanı
- 74
- MmoLira
- 99
- DevLira
- -42
Link ölmüş :/ birisi link versin
- Katılım
- 6 Eki 2015
- Konular
- 200
- Mesajlar
- 3,404
- Çözüm
- 49
- Online süresi
- 11mo 6d
- Reaksiyon Skoru
- 2,894
- Altın Konu
- 0
- Başarım Puanı
- 293
- MmoLira
- 21,011
- DevLira
- 21
Linkler kırık. 24 saat içinde güncelleyiniz. Aksi halde konuyu kapatmak zorundayım. @Dj Dikkat
- Durum
- Üzgünüz bu konu cevaplar için kapatılmıştır...
Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)
Benzer konular
- Cevaplar
- 255
- Görüntüleme
- 26K
- Cevaplar
- 1
- Görüntüleme
- 83
- Cevaplar
- 6
- Görüntüleme
- 569
- Cevaplar
- 1
- Görüntüleme
- 68
- Cevaplar
- 0
- Görüntüleme
- 23


ointChange [return nothing]