Jump to content

kikboxer

Members
  • Posts

    22
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About kikboxer

Profile Information

  • Gender
    Not Telling

kikboxer's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. english patch http://www.mediafire.com/?xbq7w5yd8hoy9aw
  2. Opening time: 20.00 Moscow time (GTM+3) or 18.00 Lithuania time ( GTM+2).
  3. Server starts 11 february.
  4. Oh some nice features, i try it!
  5. Can someone say what is the armor on video?
  6. remove weight update etcitem set weight=1 where weight> 1; update weapon set weight=1 where weight> 1; update armor set weight=1 where weight > 1;
  7. 1. Removal of all things with defined ID at the certain character. DELETE * FROM items WHERE item_id=(item id) AND owner_id=(character id) 2. Display of all things defined character. mysql> select a.name,"armor",a.crystal_type,i.count,i.enchant_level from armor a, items i where a.item_id=i.item_id and i.owner_id=идчара union select a.name,"weapon",a.crystal_type,i.count,i.enchant_level from weapon a, items i where a.item_id=i.item_id and i.owner_id=идчара union select a.name,"some",a.crystal_type,i.count,i.enchant_level from etcitem a, items i where a.item_id=i.item_id and i.owner_id=character id;
  8. It's good!!!! Please create SQL scripts,that Increases reidboss stats In 2 times and sql that make all reidboss 80 lvl!
  9. I cant adapt it for IT ?can someone help me?
  10. awasome work!!!!!!
  11. it is rus protection ,not bad,but lameguard will be better!
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock