Jump to content

Krixius

Inactive Member
  • Posts

    133
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by Krixius

  1. Well dev, actually i have this problem: With 40250k normal i can delete characters, but when i put my core i can't. The error when i try to do is this: SYSERR: Dec 6 17:16:07 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '_deleted SELECT * FROM player WHERE id=21317' at line 1 query: INSERT INTO player _deleted SELECT * FROM player WHERE id=21317
  2. i have a selfmaded version of the source, and when i across a teleport like citi1 to citi 2 my horse is death, any solution? Its bcs the game, because if i put 40250k normal, the horse is alive normally.
  3. Well dev, actually im trying to do a table with io and table.insert but when i do i only have 1 value in my insert.table not 2. This is my quest: quest pet_system begin state start begin function get_io_path() return "/usr/home/mt2/share/locale/germany/pet_system/"..pc.get_name()..".txt" end function write() local t = io.open(pet_system.get_io_path(), "w") t:io_write("HitBye") t:close() end function read() local PetSkill = {} for line in io.lines(pet_system.get_io_path()) do table.insert(PetSkill, line) end return PetSkill end when 53001.use begin pet.summon(34001, "Fenix", false) pet_system.write() say(pet_system.read()[1]) end end end The output on my server is Hi Bye, not: Hi Any idea¿
  4. im a developer of lua & python, not c++. I have knowledge about c++ but im not a guy like ellie / vanilla in this language, so please, dont say im a bad developer, bcs all developers here, have a good knowledge about x langs. Bump
  5. i solved this errors, but now i have this: Any solution?
  6. thanks to ellie for that, now i have this error on other lane:
  7. error at compile with that ellie: bool FPartyCheckFlagLt::operator() (LPCHARACTER ch) { if (!ch->IsPC()) return false; PC * pPC = CQuestManager::instance().GetPCForce(ch->GetPlayerID()); //bool returnBool; bool returnBool = pParty->ForEachOnMapMemberBool(f, ch->GetMapIndex()) ? true : false; if (pPC) { int flagValue = pPC->GetFlag(flagname); if (value > flagValue) returnBool = true; else returnBool = false; } return returnBool; }
  8. Hi, actually, im fixing warnings of game, i know i can compile with warnings, but i prefer do it without him. Here is my warnings: Any idea for fix it¿
  9. Well, im triyng to fix this: Anyone knows how to repair it, i know its only a warning, but i think its more good without it!. Regards. Akroma
  10. i don't understand that u write... Other help / ideas?
  11. i have it same than you safa. Any others ideas¿
  12. anyone knows the route of the objects ?. i'm searching it and i dont found.
  13. why you need the lv on the db, i dont understand that really ._. its the same than use event_flag
  14. I think thats the reply you're searching. Kind Regards. Akroma PD: if you need exclusive events for your server in lua, add me to skype im not so expensive with that things. magical3200
  15. if pvm == 1 then if pc.get_level() >= 60 then say("Sorry, you dont have the required minimum level for warp") else pc.warp(x.x[1], y.y[1]) end
  16. protos of server, you can change the time, only find the time of the hair / costume and change it.
  17. Dear community, Our team is looking for a developer for a part time freelance job creating the next generation of private servers along with our game designers and artists in a fun and challenging environment. Our server, World of Metin2, has been online for over 1 year and features some of the most innovative updates in the scene along with an exclusive graphic environment enjoyed daily by more than 3000 players from across the globe. We are looking for a person 18 years or older who is able to dedicate a minimum of 2 hours daily to the tasks assigned by the Lead Developer through our Redmine tracking system. Ability to work with Python language. You will also make use of our svn repository so familiarity with version control is a plus. We require exclusivity and availability. You should not work for any other Metin2 project or have a full time occupation while working for us. The salary depends on your work time, effort and on the income of the server - we will discuss this privately with each candidate. If you are interested, please send us an e-mail to [email protected] with a short introduction about you (country, age, spoken languages) and your work - servers you worked for, or published work. We will get back to you for a chat on Skype if we feel that you are a good fit for the team. Kind Regards, Akroma Dev Wom2
×
×
  • 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.