Jump to content

maoq93

Members
  • Posts

    7
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by maoq93

  1. Hello Michael, check your email, im interested.
  2. Code: <set name="lethal1" val="5"/> Sagun, i have Freya, and is this value "lethal1" is in %, so if you want 1% you already know what to do :)
  3. Hello Darren, this error is easy to fix. If you use navicat to manager your DB, you just need to select "design table" in "spawnlist" there you will see something like Name Type Lenght Decimals Allow Null ID you just need to change the type to "mediumint" and the lenght to "11" I hope it will work to you.
  4. You want is to make a custom weapon, so fallow this process. Maybe here is a guide of how to do a custom weapon, if no, well in your db im sure you will find the way of how to do it.
  5. Allmost all packs have bugs and errors, so, since the moment you download and install it, you have to find and fix each one. I can recomend you go to L2J website and download the last vertion for freya.
  6. Hi Orafaelo, you just need make this: go to custom_spawnlist in ur navicat, there you make right click and put design table. in the first file where is id-type-lenght, put in type "mediumint" where is "smallint" and in lenght "11" where is "5" this worked to me, i hope it will to u too.
  7. Hello, I have the same problem that Fokys, and already I did what u says ucko1991, but the error continue. SpawnTable: Couldnt store spawn in the DB: Data Truncation: Out of range value for column "id" at row 1 com.mysql.jdbc.mysqlDataTruncation: Data Truncation: out of range value for column "id" at row 1 etc..
×
×
  • Create New...