Jump to content

Night

Inactive Member
  • Posts

    839
  • Joined

  • Last visited

  • Days Won

    5
  • Feedback

    0%

Everything posted by Night

  1. try ATTR_CHANGE_LIMIT: 1 maybe 0 is not an acceptable value (int ATTR_CHANGE_LIMIT != 0)
  2. locale.ae i have the same problem i didnt realy try to fix so i would say ignort its not harmfull + no syserr so far
  3. the magic number in your python27.dll and string.pyc is not the same get the right one or get the file in .py it will be automaticly complyed to .pyc
  4. SYSERR: Jul 10 00:55:00 :: ReadSpecialDropItemFile: ReadSpecialDropItemFile : there is no item 28030 : node schokolade SYSERR: Jul 10 00:55:00 :: Boot: cannot load SpecialItemGroup: locale/germany/special_item_group.txt i had this problem look at your special_item_group.txt search for 28030 (its an item that does not exist in your item proto) how ever it exist in the file so the game core crush try to change it and every thing should be just fine
  5. no i dont get any thing from the script other than Starte Datenbank ...............etc yes 4 core
  6. try to reinstall it / add the dll to 3dsmax derectory your disable your anti virus cz i think its deleting the dll --i cant upload it cz i have 3dsmax 2010 good luck any way and this is a good tool to import [Hidden Content]
  7. hello im getting this error sence a while now im getting this error when ever i try to run the game or db with the script it says nothing and directly i get segmentation fault (core dumped) i hope that i will find a solution
  8. hamchi doesnt need to open port in most of the cases
  9. it should be easy to make symblic links and its just a suggetion by hachiwari i just showed how its done make sure that the path on your start script are the same as in you directory
  10. you should realy look at your symbolic links to the game file they look --if you are using windows-- like a shortcut to remake them just do this ln -s path-to-file out-put-path example ln -s /usr/home/game/share/game /usr/home/game/auth/ in this examlpe you must go to /usr/home/game/auth/ and rename game to auth otherwise you cant login and i belive that you have a lib missing
  11. well it look to me like a way of switching bonus doesnt look like a bot i did saw one that switch by clicking on F6 easy way but the client is pretty well made eh any way good luck try learning python // use the .py switch bot and bonus page as src to start a project like this
  12. try to upload it without background
  13. if you make an update add this to the start of the .sql file it will be helpfull for those how hate work SET FOREIGN_KEY_CHECKS=0; DROP TABLE IF EXISTS `item_proto`; CREATE TABLE `item_proto` ( `vnum` int(11) unsigned NOT NULL default '0', `name` varbinary(200) NOT NULL default 'Noname ', `locale_name` varbinary(24) NOT NULL default 'Noname ', `type` tinyint(2) NOT NULL default '0', `subtype` tinyint(2) NOT NULL default '0', `weight` tinyint(3) default '0', `size` tinyint(3) default '0', `antiflag` int(11) default '0', `flag` int(11) default '0', `wearflag` int(11) default '0', `immuneflag` set('PARA','CURSE','STUN','SLEEP','SLOW','POISON','TERROR') NOT NULL default '', `gold` int(11) default '0', `shop_buy_price` int(10) unsigned NOT NULL default '0', `refined_vnum` int(10) unsigned NOT NULL default '0', `refine_set` smallint(11) unsigned NOT NULL default '0', `refine_set2` smallint(5) unsigned NOT NULL default '0', `magic_pct` tinyint(4) NOT NULL default '0', `limittype0` tinyint(4) default '0', `limitvalue0` int(11) default '0', `limittype1` tinyint(4) default '0', `limitvalue1` int(11) default '0', `applytype0` tinyint(4) default '0', `applyvalue0` int(11) default '0', `applytype1` tinyint(4) default '0', `applyvalue1` int(11) default '0', `applytype2` tinyint(4) default '0', `applyvalue2` int(11) default '0', `value0` int(11) default '0', `value1` int(11) default '0', `value2` int(11) default '0', `value3` int(11) default '0', `value4` int(11) default '0', `value5` int(11) default '0', `socket0` tinyint(4) default '-1', `socket1` tinyint(4) default '-1', `socket2` tinyint(4) default '-1', `socket3` tinyint(4) default '-1', `socket4` tinyint(4) default '-1', `socket5` tinyint(4) default '-1', `specular` tinyint(4) NOT NULL default '0', `socket_pct` tinyint(4) NOT NULL default '0', `addon_type` smallint(6) NOT NULL default '0', PRIMARY KEY (`vnum`) ) ENGINE=MyISAM DEFAULT CHARSET=big5; ah and on the txt shouldnt all the (word) be betwen "" ?
  14. best tool or so i think ^^ question : will there be more update ? (if new type are out) will you make one for mob proto ? or add mob proto converter to this one? (sence i dont belive that there is one ) last word : great work
  15. nexus extractor by lucifer you will find it on inforge
  16. well most of the old school have a high protection (at least thats what i see in the server of my language) how ever i wont tell you to stop looking but the test client will be just fine sence it work and have all the new system
  17. i think it never get to max
  18. well its a great system however the idia is more suitable for pvp-pvm server but what i i see new is
  19. is the worior the only one how have thi? did you change somting on your root b4 this?
  20. about the player max speed i set it 300 but looks like 250 is the max can you make a higher default (300-350) my server is a pve but still when my brother was testing he got that probelm
  21. so basicly or in other word your explcation for armor is : metin2: critic DMG = (Normal Dmg*2)-Armor Deffence other game like LOL (league of legends): Critic DMG = (Normal DMG- Armor Deffence)*2 this is logical for me and im totaly with it sence i myself suggesed this on the Vanilla core topic ; but the magic resistence may be still untested i used to have 80% resistence + 20% from the bland + 80% sword deffence 2 sora will crash me give me a break well the thing that i dont get till now is how weapon work on metin2 sence 6 years of playing time i dont get totaly dont get it when you have a very high str+int on sora (16k for example // yes some server have it this high and they still got player better than the top server) just use a lvl 1 sword you will take them all
  22. source [Hidden Content] [Hidden Content] or those fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/10.0-RELEASE/lib32.txz tar Jxpvf lib32.txz -C / rm lib32.txz
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.