Jump to content

Coutter

Inactive Member
  • Posts

    29
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Coutter

  1. Hi guys, i need a letter quest with multi options, how can i do it out of this quest: quest daily begin state start begin when login begin if get_global_time() > pc.getqf(tempo) then set_state(info) end end end state info begin -- info about the mission when letter begin send_letter("") end -- letter sent when button or info begin say_title("") say("") say("") say("") say("") say("") end -- when closed end -- INFO closed end -- closed QUEST
  2. There is another possible place? I couldnt find it where u said
  3. Hi, where can i change a Metin Stone skin to another? Witch place on client these respectives files are localed?
  4. HI, which software on freebsd i can use to monitor where the attacks is coming from on freebsd?
  5. Hi, my question is: where can i change the offlineshop time on the great system?
  6. I have a problem with mysql backup, my server is current online and i got this problem: [Hidden Content] i went to see and my monarch_canditacy table is not there. How can i fix this carefully?
  7. Hi, so here's my problem: When using a thief glove or experience ring while stacked it will equip the whole stack. How can i solve that on source? Image: [Hidden Content]
  8. Right, could you please be a little bit more specific in this case? I know how to use notice_all but when it comes to event_flag i cant make it work out...
  9. Hi, here is my question: How set a notice when a game flag is changed? E.g: quest test1 begin state start begin when 8027.kill with game.get_event_flag("event_test1_drop") == 1 when that "event_test1_drop" == 1 some notice pop up on global chat, like: "Event Test1 is now enabled..."
  10. I have a problem: transmutation using blessing scroll or magic stone is falling. How can i change that?
  11. How can i set return scroll/location scroll to work on grotto1 and grotto2?
  12. It was the cube.txt its necessary at least four items so it can be displayed on the craft window...
  13. I have a problem with the craft system Problem: My craft windows does not show what is necessary to craft an item. Look: [Hidden Content] Although the crafting is working properly, is not possible to see what it takes to craft. Someone knows how to solve this?
  14. I solved the problem. It was related to my compiler. Thanks anyway
  15. I compiled my client source without any error on visual studio, but when i try to use the new metin2client.exe/binary i get these error: Error: [Hidden Content] And this prompt ways opens when a run the client using the new .exe compiled: [Hidden Content]
  16. Where on source can i change stones+4 drop hate? Like, i want to increase just +4 stones drop rate...
  17. How can i remove that 30 days ring exp bonus, glove etc... from a player account? Let me explain: on my server there are those 1 year exp 100%, glove50% and gold50%. And besides that its possible to buy those same bonuses for 30days, so here is my question: how to remove those 30 days ones?
  18. Hey, i have a problem with my green switch/add bonuses item. It was supposed to work on (weapon and armour 40-) But mine is working on every single item. How can i solve that? Thats my char item.ccp [Hidden Content] if (item2->GetLimitType(i) == LIMIT_LEVEL && item2->GetLimitValue(i) > 40) { bCanUse = false; break; } This condition is working on my code i guess and still i items 71152 and 71151 working on every item
  19. root@:~ # pkg-static bootstrap -f pkg(8) is already installed. Forcing reinstallation through pkg(7). The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg from pkg+[Hidden Content], please wait... pkg: Error fetching [Hidden Content]/Latest/pkg.txz: Not Found A pre-built version of pkg could not be found for your system. Consider changing PACKAGESITE or installing it from ports: 'ports-mgmt/pkg'. root@:~ #
  20. I got the error below when trying to run: # pkg update && pkg upgrade -y Could someone give me some light? I stucked at this a while... root@:~ # pkg update && pkg upgrade -y Updating FreeBSD repository catalogue... pkg: Repository FreeBSD load error: access repo file(/var/db/pkg/repo-FreeBSD.sqlite) failed: No such file or directory pkg: [Hidden Content]: Not Found repository FreeBSD has no meta file, using default settings pkg: [Hidden Content]: Not Found Unable to update repository FreeBSD Error updating repositories! root@:~ #
  21. My files has source and i dont know how to find it and "unpack" and if it is possilbe... So it is possible i unpack a source? if yes, from where do i start?
×
×
  • 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.