Jump to content

.JαyZoN

Inactive Member
  • Posts

    72
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by .JαyZoN

  1. The log directory is not linked in your core folder.
  2. Because the questfunc pc.set_level is not in your gamefile. Risan has already said this, you need a newer gamefile. (best way would be a precompiled 40k core with this func)
  3.   For exactly this i searched, but there is nothing like int or something else. Search for "GetElk" in the clientside src and you can see why you can't find player.GetElk().
  4. This is only the packet serverside, there are really more changes required. It's senseless if you work with the source without c++ knowledge.
  5. The assassin looks very nice, but..please create new renders. I have the feeling i have already seen these renders thousand times..
  6. The default logo is still the best.
  7. You can use something like this; (for example) [Hidden Content]
  8. Yeah, because the core is dumped. Works now?
  9. So use my example then. Replace the content with this; quest feggarokouta begin state start begin when 50011.use begin local randi = number(1,22) local prem_item = { {71018, 1}, --evlogia {71028, 1}, --epi8esi drakou 8eou {71027, 1}, --zwh drakoy 8eou {71029, 1}, --efiia drakou 8eou {50821, 1}, --Elixier der Sonne (S) {50822, 1}, --Elixier des Mondes (S) {50823, 1}, --Erfahrungsring {50825, 1}, --Zauber-Ei {50826, 1}, --Leerer Korb {50903, 1}, --Regenbogenstein {50703, 15}, --Rappen-Siegel {27002, 120}, --Segen des Drachen {27005, 120}, --Segen des Drachen {50704, 15}, --Segen des Drachen {71035, 1}, --Segen des Drachen {71014, 1}, --Segen des Drachen {71050, 1}, --Segen des Drachen {71101, 1}, --Segen des Drachen {71113, 1}, --Segen des Drachen {71108, 1}, --Segen des Drachen {71113, 1}, --Segen des Drachen {71110, 1}, --Segen des Drachen {71142, 1}, --Segen des Drachen } pc.give_item2(prem_item[randi][1], prem_item[randi][2]) pc.give_gold("80000") pc.remove_item("50011") end end end
  10. Reboot isn't required for that. Do this; cd /usr/home/game/share/locale/germany/quest && ./qc feggarokouta.quest If the path isn't correct please look for the differences. feggarokouta = your quest name
  11. It's not in object folder? Have you ever compiled the quest? Reboot != Compile
  12. Fack Ju Göhte(2013) - really awesome and funny movie.
  13. You do something wrong. How do you compile your quests? Look in object folder if the itemID is already used.
  14. There is a syserr entry in channel1 core1?
  15. Connect to the database with navicat and look for the item type of value 50011. (18 would be correct) Otherwise try this; quest checkboxreaction begin state start begin when 50011.use begin syschat("50011: OK!") end end end
  16. Try this; quest feggarokouta begin state start begin when 50011.use begin local randi = number(1,22) local prem_item = { {71018, 1}, --evlogia {71028, 1}, --epi8esi drakou 8eou {71027, 1}, --zwh drakoy 8eou {71029, 1}, --efiia drakou 8eou {50821, 1}, --Elixier der Sonne (S) {50822, 1}, --Elixier des Mondes (S) {50823, 1}, --Erfahrungsring {50825, 1}, --Zauber-Ei {50826, 1}, --Leerer Korb {50903, 1}, --Regenbogenstein {50703, 15}, --Rappen-Siegel {27002, 120}, --Segen des Drachen {27005, 120}, --Segen des Drachen {50704, 15}, --Segen des Drachen {71035, 1}, --Segen des Drachen {71014, 1}, --Segen des Drachen {71050, 1}, --Segen des Drachen {71101, 1}, --Segen des Drachen {71113, 1}, --Segen des Drachen {71108, 1}, --Segen des Drachen {71113, 1}, --Segen des Drachen {71110, 1}, --Segen des Drachen {71142, 1}, --Segen des Drachen } pc.give_item2(prem_item[randi][1], prem_item[randi][2]) pc.give_gold("80000") pc.remove_item("50011") end end end
  17. There are two missing ends, but i think this is not the main problem - there's an error message in your syserr of a channel. (nil value error) Right?
  18. Search for ".eix" and ".epk" with a hex editor like HxD in your binary and replace them with your new filetype endings.
  19. You have to change this in the binary, too. Otherwise the binary is still calling the old filetype endings.
  20. Show the content of "fastcgi_params". (should be in the same directory like nginx.conf)
  21. It's a DynDNS-Server? If yes; you have to open some ports to connect external. Set 'Exposed Host' in the port filter in your router. (only for a test!)
  22. Choose your virtual machine and click on "Settings". Then click on "Network" and choose "Bridged Adapter". After this you have to choose your network card and press OK. If you don't know what your network card is you can search for "view (or show?) network connections" in Windows. Look for the network card which is having access to the internet then.
  23. Hi, please go to /etc/nginx/nginx.conf and /etc/php5/fpm/php.ini and show us the actual content of these files.
×
×
  • 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.