Jump to content

daredevil09

Inactive Member
  • Posts

    78
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by daredevil09

  1. The dofiles and the os.setlocale goes to the questlib.lua, not to the questlua.cpp. (Sorry I was wrong with the tutorial, I'm going to edit the topic) @Night: Since the forum was updated I can't find the spoiler Also thank you for the explanation, its clear and it will definitely helps me in the future. Now I don't like to edit the affected function because my goal was to increase the maximum input and I don't like to experiment with the guys whose just want to set up the system. this is not funny :)) i whisted all night trying Now we done with the source. Open your questlib.lua, and write this to somewhere: os.setlocale("fr_FR.ISO8859-1","ctype") dofile(get_locale_base_path().."/quest/igshop_settings.lua") dofile(get_locale_base_path().."/quest/igshop.lua") questlib.lua no questlua.cpp /usr/home/game/share/locale/xxx/quest/questlib.lua How i can put yang in tradehouse? [Hidden Content]
  2. Error 53 error C1083: Cannot open include file: 'hshield-5.5.19.1/AntiCpXSvr.h': No such file or directory c:\users\stefan\desktop\client_reboot_dev\source\userinterface\Packet.h 5 1 UserInterface Error 4 error C1083: Cannot open include file: 'hshield-5.5.19.1/hsupchk.h': No such file or directory C:\Users\Stefan\Desktop\client_reboot_dev\source\UserInterface\HackShield.cpp 11 1 UserInterface Help?
  3. Error 55 error C1083: Cannot open include file: 'hshield-5.5.19.1/AntiCpXSvr.h': No such file or directory c:\users\stefan\desktop\client_reboot_dev\source\userinterface\Packet.h 5 1 UserInterface Error 4 error C1083: Cannot open include file: 'hshield-5.5.19.1/hsupchk.h': No such file or directory C:\Users\Stefan\Desktop\client_reboot_dev\source\UserInterface\HackShield.cpp 11 1 UserInterface Help?
  4. SYSERR: Aug 4 02:53:14 :: RunState: LUA_ERROR: [string "alisveris"]:16: attempt to call global `mysql_query10' (a nil value) SYSERR: Aug 4 02:53:14 :: WriteRunningStateToSyserr: LUA_ERROR: quest alisveris.start click
  5. Don't work... buttons from EXYGO_UI_M2DEV folder do not show... in loginwindows i set my locale: locale/de... 0 error in syserr...
  6. DBManager::instance().DirectQuery("INSERT INTO account.banlist (id, name, begins, finish, reason) VALUES ('%d', %s, NOW(), FROM_UNIXTIME(UNIX_TIMESTAMP(CURRENT_TIMESTAMP()) + %i, %s)", LCHARACTER->GetAID(), LCHARACTER->GetName(), duration * 3600, reason); Don't work.. i want to create a table with name: banlist ( to have a ban list on the website ). SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `banlist` -- ---------------------------- DROP TABLE IF EXISTS `banlist`; CREATE TABLE `banlist` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(24) CHARACTER SET ascii NOT NULL, `begins` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `finish` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `reason` varchar(256) CHARACTER SET ascii DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin5; But when i compile game i have errors... My code:
  7. in public serverfiles metin2de is mob_drop_item, is original file ?
  8. What is this? For protection ? How can I change my magic number in python22 ?
  9. Hello , I have problem with v3 and v4. 0408 13:23:17362 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0408 13:27:38426 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR 0408 13:27:38587 :: CDungeonBlock::Load(filename=d:/ymir work/zone/dungeon/haven_dungeon/skipia_passis3.gr2) - model count is 0 0408 13:27:38713 :: CDungeonBlock::Load(filename=d:/ymir work/zone/dungeon/haven_dungeon/skipia_passis3.gr2) - model count is 0 0408 13:27:38820 :: CDungeonBlock::Load(filename=d:/ymir work/zone/dungeon/haven_dungeon/skipia_passis3.gr2) - model count is 0 0408 13:27:39599 :: CRaceManager::RegisterRacePath : RACE[2401] LOAD MSMFILE[d:/ymir work/monster2/ch_footman/ch_footman.msm] ERROR. Will Find Another Path. 0408 13:27:39602 :: CRaceManager::RegisterRacePath : RACE[2401] LOAD MSMFILE[d:/ymir work/monster/ch_footman/ch_footman.msm] ERROR. Will Find Another Path. 0408 13:27:39605 :: CRaceManager::RegisterRacePath : RACE[2401] LOAD MSMFILE[d:/ymir work/npc/ch_footman/ch_footman.msm] ERROR. Will Find Another Path. 0408 13:27:39608 :: CRaceManager::RegisterRacePath : RACE[2401] LOAD MSMFILE[d:/ymir work/npc2/ch_footman/ch_footman.msm] ERROR. Will Find Another Path. 0408 13:27:39612 :: CRaceManager::RegisterRacePath : RACE[2401] LOAD MSMFILE[d:/ymir work/guild/ch_footman/ch_footman.msm] ERROR 0408 13:27:39612 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 2401 0408 13:27:39612 :: CPythonCharacterManager::CreateInstance VID[23448] Race[2401] 0408 13:27:39615 :: CRaceManager::RegisterRacePath : RACE[2402] LOAD MSMFILE[d:/ymir work/monster2/ch_bowman/ch_bowman.msm] ERROR. Will Find Another Path. 0408 13:27:39618 :: CRaceManager::RegisterRacePath : RACE[2402] LOAD MSMFILE[d:/ymir work/monster/ch_bowman/ch_bowman.msm] ERROR. Will Find Another Path. 0408 13:27:39621 :: CRaceManager::RegisterRacePath : RACE[2402] LOAD MSMFILE[d:/ymir work/npc/ch_bowman/ch_bowman.msm] ERROR. Will Find Another Path. 0408 13:27:39624 :: CRaceManager::RegisterRacePath : RACE[2402] LOAD MSMFILE[d:/ymir work/npc2/ch_bowman/ch_bowman.msm] ERROR. Will Find Another Path. 0408 13:27:39627 :: CRaceManager::RegisterRacePath : RACE[2402] LOAD MSMFILE[d:/ymir work/guild/ch_bowman/ch_bowman.msm] ERROR 0408 13:27:39627 :: CRaceManager::GetRaceDataPointer: cannot load data by dwRaceIndex 2402 -- In this image can be seen portal and caracter sit in air. -- In this screen you can see that I get dmg , but mobs are invisible. Help?
  10. With bulkconverter you can compress, chance version etc in directory and subdirectory. -- How to? open notepad, and put this in new file: bulkconverter files PAUSE Now save this, with bat extension. -- Create new folder, put in new folder bulkconverter and bat. -- Now create new folder with name "files" and put in all your pack decripted. -- Next open bat file, and wait until it's done.
×
×
  • 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.