Jump to content

Rumor

Banned
  • Posts

    914
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Everything posted by Rumor

  1. What about it doesn't work for you? Give some details please
  2. try this: pwd_mkdb -p /etc/master.passwd chown -R mysql /var/db/mysql && chgrp -R mysql /var/db/mysql
  3. quest doesn't work, just does this: SYSERR: Feb 26 04:37:06 :: RunState: LUA_ERROR: [string "regenbogen"]:28: attempt to compare number with nil SYSERR: Feb 26 04:37:06 :: WriteRunningStateToSyserr: LUA_ERROR: quest regenbogen.start click SYSERR: Feb 26 04:37:11 :: RunState: LUA_ERROR: [string "regenbogen"]:28: attempt to compare number with nil SYSERR: Feb 26 04:37:11 :: WriteRunningStateToSyserr: LUA_ERROR: quest regenbogen.start click SYSERR: Feb 26 04:38:04 :: RunState: LUA_ERROR: [string "regenbogen"]:28: attempt to compare number with nil SYSERR: Feb 26 04:38:04 :: WriteRunningStateToSyserr: LUA_ERROR: quest regenbogen.start click SYSERR: Feb 26 04:38:10 :: Analyze: login phase does not handle this packet! header 66 SYSERR: Feb 26 04:38:11 :: Analyze: Handshake phase does not handle packet 66 (fd 34) SYSERR: Feb 26 04:38:21 :: RunState: LUA_ERROR: [string "regenbogen"]:28: attempt to compare number with nil SYSERR: Feb 26 04:38:21 :: WriteRunningStateToSyserr: LUA_ERROR: quest regenbogen.start click
  4. wow you re-wrote it with the correct spelling from my quest.. excellent job.. thankyou
  5. If the player doesn't reset his skills and choose another sub-class it won't assign their skill levels. It's as if set_skill_group is not working. Should I add the function here to reset skills from skill reset scroll?
  6. and how to fix that ? they receive them the first time they level up but when they reset their stat points they don't receive them again.
  7. care to explain why paygol is a scam, and provide proof?
  8. After a certain level players never receive their full amount of stat points back. How can this be fixed? Max level is set to 150 and stat points to 95.
  9. I was referring to the main word in the title and thread which was "vorstellungsbox". I'm aware that those latin phrases are often used in web development.
  10. Since the official language here is English, all foreign languages should be accompanied by a translation. Since it would be sloppy to put multiple in the title it should be English. Thankyou for the nice release.
  11. Don't worry about this download, the download is malicious as you can see from the virustotal report. If you understand how to read these reports you will see that it's clearly a trojan or something similar. If it were just encrypted it would show different results. Also think about it a bit, this guy isn't bright enough to post the download link and can barely speak English, how could he possibly be able to create the translations and how could he possibly code a program? Not to mention that some protos may be different from server to server. There's also no reason for any tool of this sort to appear infected by scans. EDIT: Same file scanned: [Hidden Content]
  12. I like to block the P2P ports and port 15000 from outside access
  13. M2 Download Center Download Here ( Internal ) This problem didn't exist in the 2089 core but once I started using 34083 my players kept getting really long names like "ooooooooommmmmmmmmmmgggg" and "KissOfDeathAndSweetNight". Thanks to Shogun, HaveBeen™ and PACIFICADOR for quest edit and MySQL query. Go to the player database and player table and run this query: SELECT name FROM player WHERE CHAR_LENGTH(name) > 12; This will show you all the names that are longer than the maximum that can be typed into a PM window. Go and edit all their names to something, I set all the names to "ShortName1", "ShortName2", "ShortName3" and so on. I dumped a list of names and player IDs so that players can be given a free name change scroll, and the log of player IDs will ensure that nobody renames to these names to receive a free one. If you have several players with long names it may be better to just credit all their accounts with what's necessary for the name change item. Here's the updated quest to prevent users from selecting long names (tested and works): quest change_name_item begin state start begin function isLongName(name) return string.len(name) < 13 end when 71055.use begin say_title("Change of Name List") if pc.is_married() then say("") say("You can't change names when you're married.") say("") return elseif pc.is_polymorphed() then say("") say("You can't change names when you're transformed.") say("") return elseif pc.has_guild() then say("") say("You can't change names when you're in a guild.") say("") return elseif party.is_party() then say("") say("You can't change names when you're in a party.") say("") return elseif pc.get_level() < 80 then say("") say("You can't change names before level 80.") say("") return elseif get_time() < pc.getqf("next_time") then say("") say("You've recently changed your name.") say("You can't change your name right now.") say("") return end say("Please enter the name you want.") local name = pc.name local str = input() if(change_name_item.isLongName(tostring(str)) == false) then say_title("Change of Name List") say("") say("The entered name is too long.") say("Please select another name.") say("") char_log(0, "CHANGE_NAME", "NAME TOO LONG") return end local ret = pc.change_name(str) say_title("Change of Name List") if ret == 0 then say("") say("You have not relogged since the last time you") say("changed your name. Please relog now.") say("") char_log(0, "CHANGE_NAME", "HAVE NOT RE-LOGIN") elseif ret == 1 then say("") say("There was a problem. Please try again.") say("") char_log(0, "CHANGE_NAME", "ITEM USE PROBLEM") elseif ret == 2 then say("") say("This name is not avaliable.") say("Please select another name.") say("") char_log(0, "CHANGE_NAME", "CAN NOT USE NAME") elseif ret == 3 then say("") say("This name is not avaliable.") say("Please select another name.") say("") char_log(0, "CHANGE_NAME", "ALREADY USING NAME") elseif ret == 4 then say("") say("Successful name change!") say("You cannot change your name again for") say("another 24 hours.") say("") pc.remove_item("71055", 1) pc.setqf("next_time", get_time() + time_hour_to_sec(24*1)) horse.set_name(""..str"'s Horse") char_log(0, "CHANGE_NAME", "SUCCESS: from "..name.." to "..str) wait() pc.warp(pc.get_x()*100, pc.get_y()*100) else say("") say("Unknown error.") say("Please notify Rumor with this number:") say(ret) say("and he will take a look at the issue.") say("") char_log(0, "CHANGE_NAME", "UNKNOWN NAME") end end end end
  14. I was getting this too, from stupid lebanese kids at novametin2 they are going around attacking other servers lately.. would be nice to see their server get destroyed.. they were pestering me with attacks for 2 weeks till I got a Solar Comm. server.
×
×
  • 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.