Jump to content

GummyBear

Advanced members
  • Content Count

    41
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by GummyBear

  1. Hello, Im trying to create cooking tweak but I cant view cooking.tga files. Propably they are encrypted. Do u guys know how to open them? Cooking1.tga, Cooking2.tga, Cooking3.tga from top ui folder.
  2. Продам сайт для сервера Пиратии. У сайта не очень много функций, но он прост и удобен в использовании. Сайт написан с использованием bootstrap. За дополнительной информацией пишите мне в ЛС. Цена - 20$ После покупки сайта, я Вам помогу с его настройкой и модификацией под Ваш сервер. Также в дальнейшем Вы можете обращаться ко мне со всеми вопросами относительно данного сайта.
  3. The site does not have many features but should be easy to use and modify. Website was written using bootstrap. If u need more info - pm me. Price - 20$ After purchase I will help to install the site and work with it as long as you want.
  4. Hello, I tried to create a mission where you must kill a certain number of monsters The problem is that I can complete the task after killing a one monster every kind instead of 5 as it should be properly.. DefineMission ( 6070 , "Rebirth Quest" , 1401 ) MisBeginTalk("<t>For rebirth you have to kill the great warriors who are from 5 to 18 Abaddon!") MisBeginCondition( NoMission, 1401) MisBeginCondition( NoRecord, 1401) MisBeginAction( AddMission, 1401) MisBeginAction( AddTrigger, 14011, TE_KILL, 974, 5) MisBeginAction( AddTrigger, 14012, TE_KILL, 975, 5) MisBeginAction( AddTrigger, 14013, TE_KILL, 976, 5) MisBeginAction( AddTrigger, 14014, TE_KILL, 977, 5) MisBeginAction( AddTrigger, 14015, TE_KILL, 988, 1) MisCancelAction(ClearMission, 1401) MisNeed(MIS_NEED_KILL, 974, 5, 10, 5) MisNeed(MIS_NEED_KILL, 975, 5, 20, 5) MisNeed(MIS_NEED_KILL, 976, 5, 30, 5) MisNeed(MIS_NEED_KILL, 977, 5, 40, 5) MisNeed(MIS_NEED_KILL, 988, 1, 50, 1) MisResultTalk("<t>Congratulations!") MisHelpTalk("<t>The monsters are from 5 to 18 Abaddon!") MisResultCondition( HasMission, 1401) MisResultCondition( NoRecord, 1401) MisResultCondition( HasFlag, 1401, 10) MisResultCondition( HasFlag, 1401, 20) MisResultCondition( HasFlag, 1401, 30) MisResultCondition( HasFlag, 1401, 40) MisResultCondition( HasFlag, 1401, 50) MisResultAction( GiveItem, 2235) MisResultAction( SetRecord, 1401) MisResultAction( ClearMission, 1401) MisPrize (MIS_PRIZE_ITEM, 2235, 1, 4) MisPrizeSelAll () MisResultBagNeed(1) InitTrigger() TriggerCondition( 1, IsMonster, 974 ) TriggerAction( 1, AddNextFlag, 1401, 10, 5 ) RegCurTrigger( 14011 ) InitTrigger() TriggerCondition( 1, IsMonster, 975 ) TriggerAction( 1, AddNextFlag, 1401, 20, 5 ) RegCurTrigger( 14012 ) InitTrigger() TriggerCondition( 1, IsMonster, 976 ) TriggerAction( 1, AddNextFlag, 1401, 30, 5 ) RegCurTrigger( 14013 ) InitTrigger() TriggerCondition( 1, IsMonster, 977 ) TriggerAction( 1, AddNextFlag, 1401, 40, 5 ) RegCurTrigger( 14014 ) InitTrigger() TriggerCondition( 1, IsMonster, 988 ) TriggerAction( 1, AddNextFlag, 1401, 50, 1 ) RegCurTrigger( 14015 ) Thanks in advance for any help
  5. Hmm try using a password with less than 9 letters.
  6. Will be nice if you show us your cfg gameserver file
  7. Enter instance name in .cfg instead of IP. For example change this 127.0.0.1 to this .\SQLEXPRESS
  8. https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g!HR9XjKQR You sure it not works cuz of your 64 bit system? Every client should work
  9. This happen to me when i'm using windows notepad. The error appears when I remove a space between words.. I advise you to use CSVed. The next think is you can not have gaps between ID's if I am not wrong
  10. Please send me admiral cloak client files :((
  11. Try without password Log-In to your Management Studio -> Security -> right click on AccountDB -> Properties -> delete passwords (those black dots ) -> OK -> delete decrypted passwords from your server files If still not working try open port 2500
  12. 1. Unpack Game.exe and Game.pdb to your top -> system folder and replace. 2. Unpack AreaSet.bin to your top -> scripts -> table folder and replace. Done CA Tweak.rar
  13. Yeah it was say_interval in my gameserver.cfg... Thank you so much And sorry for wrong section I was going to write in "question and help" I dont know why I was wrong
  14. Hello, I downloaded Black Skin For ToP1 from here: https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g!uZ1lCY6b but this black skin have chatting cooldown.. something like 1 sec but I really wants to remove that.. It says "Please do not flood" on system so I tried to find "Please do not flood" words in every file from black skin folder but I found nothing. Could some1 help me? Or just share another black skin for top1.. Thanks in advance
  15. Not working This command always gave item to myself.. &make 6000, 1, 10263 <-- other account character id Trying with online/offline characters, checked ID in db, checked by &qcha command (both was the same) Looks like my gameserver &make command got only 2 values - item id and number...
  16. Hello, guys.. I'm pretty newbie here and I really want to open my private server.. My final problem is a send item to player option. I hear about "&lua Command" but really dont know how to use that - will be nice if someone could explain I also heard about database option but I already checked my db files and I dont saw a column with player inventory items.. Thanks in advance
  17. Could some1 share database files for ms sql 2014 ? This one from https://mega.nz/#F!OUMUgTYb!jtCsqh7halK_O9uzWyaG0g!DAFTSaQQ called Clean Database SQL 2012 works with ms sql 2014 but I got "Server Busy" error when trying to enter security code..
  18. Works! Thank you
  19. Could u share with me those admiral cloak client files?
  20. Any difference between installing server on sql 2008 r2 and sql 2014 ? Idk why but I have server hang when I changed my sql 2008 to 2014..
  21. Could some1 tell me how to implement those functions step by step? I'm confused.. I'm already using [BS HandleChat & GetGmLev & Party Search Fix] GameServer.exe Thanks in advance
  22. Server is not bugged anymore but every GM character still got access to commands
×
×
  • Create New...