Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/09/15 in Posts

  1. Yes, though I assumed you already have followed those steps. Add the sprites accordingly (following the format you've shown us above). And make sure you have it for both male and female. Then test it in-game before proceeding with my suggestion, if it still didn't work.
    1 point
  2. It's regular forum etiquette to at least share it to the community, the steps / links that helped you solve your issue. Cause when others would encounter the same issue, they'll most likely search for it here on the forums, just to find your pretty selfish post.
    1 point
  3. ProtoMan, try this entry on your item_db.txt Try moving your Eternal Blade to item ID 21015. Then make it's item_db.txt entry like this; 21015,Eternal_Blade,Eternal Blade,4,60000,,2200,90,,1,4,0x00004082,7,2,34,3,33,1,3,{},{},{} I'll move this to client-side support. Please let us know if this worked for you.
    1 point
  4. Try SELECT `account_id`,COUNT( `nameid` ) AS `total` FROM `storage` GROUP BY `account_id` HAVING `total` >= 400 ORDER BY `total` DESC
    1 point
×
×
  • Create New...