Jump to content

adi97ida

Inactive Member
  • Posts

    30
  • Joined

  • Last visited

  • Feedback

    0%

About adi97ida

Informations

  • Gender
    Male

Recent Profile Visitors

1487 profile views

adi97ida's Achievements

Explorer

Explorer (4/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

6

Reputation

  1. ​unsigned means that the value can't be negative .
  2. just rename test.lua to test.so ...
  3. Does anyone knows how cand I extract the newest mob_proto and item_proto? The unpackers that I have lack the newest flags (WOLFMAN and BLEEDING)
  4. Hello, I was wondering if anyone knows a way to unpack the mob_proto file from the latest Gameforge Metin2 Client ... I tried with the latest unpacker from Tim and I get this error: mob_proto's entry size is invalid
  5. Syserr ? Solved ... it was a root file problem ...
  6. Hello, does anyone knows why the hell i can't put any item in the trade-box after doing this changes ??
  7. Please post your conf.txt from the DB and CONFIG from the core
  8. extern void BroadcastNotice(const char * c_pszBuf, bool IsBig = true); Why aren't you setting IsBig to true ??
  9. I remember that it has something to do with the speedhack function ...
  10. Here's a little quest: quest drop_bonusuri begin state start begin when kill with not npc.is_pc() and pc.get_level() <= npc.get_level() begin local numar = number(1,3) local sansa = number(3,21) if sansa == 11 then game.drop_item_with_ownership(71084,numar) if numar == 1 then syschat("Ai primit "..numar.." Schimbator de Bonusuri!") else syschat("Ai primit "..numar.." Schimbatoare de Bonusuri!") end else end end end end
  11. Please delete the mysql log file (var/db/mysq/) while mysql service is off, then start mysql again and run the server, when mysql crashes, please post de content of the log file (var/db/mysql)
  12. Hello, I compiled the source on windows, when I run the DB everything is ok, but when I start the game-server i get this error: Game-Server syserr "CInputDB::Boot: ITEM ID RANGE size error" Screenshots: Does someone have any idea ?? P.S.: conf.txt : ITEM_ID_RANGE = 2000000000 2100000000 Thank you in advance .
×
×
  • 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.