Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/18/14 in all areas

  1. Its on early development, i will change somethings, enhance others, i need some advices
    1 point
  2. Name : Cat_Sailor5 Game : Ragnarok Online File Size: 68 KB Author: Gravity Download : NPC - Cat_Sailor5 [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Penguin Game : Trickster Online File Size: 396 KB Author: ToZorMan Download : Mob - Penguin [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Raydric Game : Ragnarok Online File Size: 1031 KB Author: Gravity Download : Mob - Raydric [ToZorMan].zip Link : www.green-peach.net ----------------------------------------------------------------- Name : Neko_Mimi_Kafra Categorie : Upper Headgear File Size: 269 KB Author: Gravity Download : Hat - Neko_Mimi_Kafra [ToZorMan].zip Link : www.green-peach.net
    1 point
  3. add this maybe at char.c::char_check_char_name // check for reserved names if( strcmpi(name, charserv_config.wisp_server_name) == 0 ) return -1; // nick reserved for internal server messages + // Failed if char name has 'GM' (case-sensitive) + if (strstr(name, "GM")) + return -1; // Check Authorised letters/symbols in the name of the character if( charserv_config.char_config.char_name_option == 1 )
    1 point
  4. btw tnx for your reply! problem solved tnx guys! it was my mob_db.txt
    1 point
  5. The latest build wasn't packed properly, simply redownload GRF Editor (1.6.5.9+) and it should be extracting as expected.
    1 point
  6. That is because of your clientinfo.xml. Make sure the <langtype> is 1
    1 point
  7. Yes it can, and it was. By the way, not the map, but the npcs on that map. The problem is solved, althouth my friend is having the same problem and he have already disabled the bangungot hospital instance D:
    1 point
  8. example from char 150000 want to delete 19507 and it worn by that char (equip ) DELETE FROM `inventory` WHERE char_id='150000' AND nameid='19507' AND equip='1024; equip will return to value of headgear position, and it will be 0 if the equip is not worn to the char CMIWW
    1 point
×
×
  • Create New...