Jump to content

BeatsByDr.Dre

Advanced members
  • Content Count

    39
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by BeatsByDr.Dre

  1. Hi Everyone! im having a problem with quest. I made a quest using Quest Generator ~ Danny for my server and applied it. I tried to complete my quest but it wont allow me even if i have the item or killed the monster completely.. Here's my quest bellow DefineMission( 2180, "Newbie Quest", 2180 ) MisBeginTalk( "Hello! I will give you 50k in-exchange of killing 30 forest spirits" ) MisBeginCondition(LvCheck, ">", 1) MisBeginCondition(LvCheck, "<", 150) MisBeginAction(AddMission, 2180) MisBeginAction(SetFlag, 2180, 1) MisBeginAction(AddTrigger, 21801, TE_KILL, 103, 30 ) MisCancelAction(ClearMission, 2180) MisNeed(MIS_NEED_KILL, 103, 30, 10, 30 ) MisResultTalk("Congratulations! I will now give you the 50k money!") MisResultCondition(HasMission, 2180) MisResultCondition(HasFlag, 2005, 39 ) MisResultAction(AddMoney, 50000, 50000 ) --MisResultAction(SetRecord, 2180 ) MisResultAction(ClearMission, 2180 ) InitTrigger() TriggerCondition( 1, IsMonster, 103) TriggerAction( 1, AddNextFlag, 2180, 10, 30 ) RegCurTrigger( 21801 ) it wont allow me to click Complete
  2. by doing that all columns will be in query right? and i will just ok ok got it. thank you!
  3. You need to make your server up and running . then open 1973 port in your firewall to make other players join
  4. what is the best way to wipe a customized database?
  5. i had a custom database with accounts and characters in it. i forgot where i put my custom database clean. so i cant. i really need to wipe and take a clean backup with it
  6. Hello Everyone, Just wanted to ask something. how to wipe a database? is there a query code to wipe database without touching the column names?
  7. @Satan hahaha alright Thank you! i will tag you again if i have questions
  8. Thank you! will try this out! does it work if i use 2008 and restore it on 2012 or 2014 databases?
  9. Is there a way to transfer datas of a database to a new database?
  10. if you have a host that is located in Chicago, Los Angeles. your players from other country like brazil, malaysia etc will get a high ping that cost delay or lag from them. ok i will just test it and see.
  11. try to check some in roso files. it have those logs you're talking about.
  12. I wonder if its possible to make a 2 isle that uses the same database, and files. its just the 1st isle is located in USA and the 2nd one on other country. just to make people not lagging? Can anybody share or guide on how to do it? Would appreciate it
  13. a patcher that forces the person to vote before starting the game. is it possible? and restrict the person from using .bat files to start the game more like a thor patcher i guess?
  14. Looking for a auto patcher maker that force something into the application and will restrict the use of bat file to start the game message me if you can do the job.
  15. none of them. checked garner2 and saw nothing. there was no if garner2 thingy also in skilleff i wonder where it could be
  16. yes, outside CA it shows. effect of skill doesnt work in CA. while in others does.
  17. the skill goes on cooldown, but the effect or the TS on the ground doesnt show.
  18. Any ideas why my True Sight skill on SM/Cleric doesnt work inside Chaos Argent? i have tried replacing everything and it still the same. i wonder if theres a setting in garner2 or something? would be good if can help me. tyvm
  19. i believe you have to list those names in a filter file in client. there was a filter for GM and it says illegal name.
  20. Thank you both, made my understanding complete!
  21. Do we really need to use hook or Serialize when using extension or addons folder?
×
×
  • Create New...