Jump to content

Rumor

Banned
  • Posts

    914
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Everything posted by Rumor

  1. I don't think there's any way to hide the real IP of the server unless you tunnel it through another server but then the players would have the tunnel's IP. I don't think there's anything in metin2 files that has to be set.. but if anything it may be something like this: BIND_IP: 1.1.1.1 in your CONFIG files
  2. i have made all... but i get nginx: [emerg] unknown directive "rewrite" in /usr/local/etc/nginx/nginx.conf:38 /usr/local/etc/rc.d/nginx: WARNING: failed to start nginx line38: " rewrite ^(.*)$ $scheme://xxxxxxxxxx.xxxxx$1; " any help pls? [Hidden Content]
  3. kraizy.tgz has viruses pm me for good link if you want it i always thought the lzo key was related to lzo
  4. wrong category... moved also try picking a useful title next time. "how to make" is not enough information.
  5. I believe you need to install an ftp server for this. Thankyou for adding the solution instead of just leeching the community. Much appreciated. This is not an issue specific to running metin2 on freebsd. The base setup is here, but Vanilla core requires special things.
  6. Started but lost interest: The 100 The Walking Dead Game of Thrones (also seen portions of later seasons but still not interested) Revenge House of Cards Dexter Mad Men Burn Notice (lost interest in the later seasons, used to really like this show) Castle (lost interest in the later seasons, used to really like this show) The Guardian SOAP (just haven't gotten around to finishing) Cheers (just haven't gotten around to finishing) Arrow The Americans Continuum Covert Affairs Monk Currently Watching (this can include shows that you've been following that you're waiting for new episodes for): Believe Falling Skies Defiance Trailer Park Boys Under the Dome The Blacklist The Big Bang Theory Orange is the New Black The Mentalist Suits Switched at Birth Shameless (US) Community Heroes: Reborn Watched (fully watched shows): Sons of Anarchy Breaking Bad Firefly FlashForward Babylon 5 Farscape Invasion Legend of the Seeker The Office (US) LOST Persons Unknown Roswell Star Trek: Enterprise Threshold Stargate Universe Battlestar Gallactica Seinfeld The Fresh Prince of Bel-Air Arrested Development Life House M.D. Californication Prison Break Scrubs The Wonder Years Lie to Me Dead Like Me That 70s Show Heroes Revolution Weeds The Lying Game
  7. Hey, didn't see the posts because they happened when I was on vacation. - Updated the list with VirtualBox. - Already have HxD, don't really need Hex Workshop. - Navicat 10.0.6 is already in the list. - Updated some other links. - Removed 3dsmax2007withgr2.rar (3DS Max 7 With Exporters) for now because the decryption fails. If/when I can find this file I'll upload it again.
  8. When you have a problem and a question, logs are expected. Don't expect people to do anything just because you say the logs are useless and you've deleted them.
  9. we don't support decompiling of python, if it's yours then use the source .py file to see what's inside.
  10. Incase nobody knew this, I make English metin2 servers. Usually I find what I can and do what I can with what I can find online then customize it as much as possible if necessary. I know a little bit of alot of things but don't go hardcore into any specific language or task. I have the experience in running a good team of admins and making gameplay that players enjoy. What I lack is the resources/knowledge to gain the latest things that I sometimes want (or even sometimes older but more complex things that I can never seem to make work properly). I Want someone who can fix problems that I can't fix or create new systems for the server. You need to be able to work with the ideas given to you. Would like to hire someone (payment to be arranged) for contracted work (or possible long-term employment?) for game development. C++ Need stable and new game core with nice features (ie: extra inventory pages and other fun things). Lua Need fun and creative quests. Can provide the ideas but need the execution. Python Need useful client modifications for optimal player experience. PHP For website stuff mostly. May not need this very much (or at all). MySQL Just in-case, but probably don't need someone with excellent MySQL skills. Graphical work Need nice looking website (and possibly client design) Endurance You need to be able to deal with my attitude. I'm strict with the team and if we make a deal I expect you to honor it. I keep a close eye on what the team does to make sure that there's no corruption or other unfair treatment of players. I deal with problematic players my way, not always the most professional way but hey this is a pserver not official so not a big deal in my opinion. Every player gets equal respect until they do something extremely ridiculous and lose all their respect. I expect you to follow the chain of command if there is one and do things the way you're told, especially since you're being paid. You may or may not have access to strictly what you're working on. Please reply to this thread with your skype or send me a pm if interested. Note: Anything that happens between us has no relation to metin2dev.org. Nothing personal or metin2 server related will affect your account here but your job/position may be compromised at the server if you post our server content here on metin2dev.org. Also, it's against rules to post content without permission from pservers on metin2dev.org so you would be punished accordingly if you do so.
  11. I don't understand how you using vrunner means you can't use mysql_query in a quest
  12. here's a fully working one I used over a year: quest givecoins begin state start begin when 80014.use or 80015.use or 80016.use begin local count = pc.count_item(item.get_vnum()) local value = ({ [80014] = 10, [80015] = 25, [80016] = 50, })[item.get_vnum()] say_title('Coin Scroll') say('') say('This coin scroll is worth: '..value..' NM.') say('Nirvana Marks can be used in the itemshop!') say('Would you like to add the NM to your acccount?') say('You can only use this item once.') say('') if select('Yes','No') == 2 then return end if count ~= pc.count_item(item.get_vnum()) then -- BUGUSER! say('') say_reward('Bug use attempted. Coin reward has been cancelled.') say('') return end mysql_query('UPDATE account.account SET nm = nm+'..value..' WHERE id = '..pc.get_account_id()..' LIMIT 1') mysql_query('INSERT INTO log.coinscroll_log (account_id, marks, time) VALUES (".. pc.get_account_id() ..", ".. value ..", NOW())') pc.remove_item(item.get_vnum()) syschat('Your account has successfully been rewarded with NM.') -- If item is not stackable use: -- item.remove() end end end
  13. Not enough information in your thread. Post some error logs or something else..
  14. Lolita http://www.imdb.com/title/tt0119558/
  15. If you purchase Enigma you can hide the eix files in the bin and protect bin from cheat injections at same time. The won't be able to load custom EPK because the EIX data is inside the bin. Otherwise I could do it for you for a fee, but you won't be able to re-encrypt your client if you were to update or something. So the best option is to purchase enigma protector. If you can't afford $200 right now you could use my service for $50 and buy it later when you get the chance. You can find a cracked version of Enigma online but it's old and doesn't support Windows 8 or 8.1, meaning players won't be able to play on that OS.
  16. silver linings playbook robert deniro chris tucker jennifer lawrence<3
×
×
  • 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.