Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. monster "prtg_cas03",189,133,"Treasure Box",1358,2,"PDEAD::OnMobDead"; for the explaination of usage for areamonster... see this *areamonster "<map name>",<x1>,<y1>,<x2>,<y2>,"<name to show>",<mob id>,<amount>{,"<event label>"}; The 'areamonster' command works much like the 'monster' command and is not significantly different, but spawns the monsters within a square defined by x1/y1-x2/y2. and next time make sure your post's code area doesnt content those tag ...it is harder to view your content while the tag is in there... try to remove those content next time.
  2. remove this line npctalk ""+$@Monster+", "+$MonsterName$+"";
  3. Check your warper script setting... some part you put wrong mapname...or some you didnt put a mapname and that debugmes just to show you some info of the warper...not a big deal... just make sure you type the correct mapname in correct part of the script
  4. Ratemyserver http://ratemyserver.net/index.php?page=download_kROLinks Miruku http://rathena.org/board/topic/54426-miruku-15122011/
  5. this is not an Error.. it is just showing you that the current function is overwriting the same name current existing function
  6. check your kafra script does it save your in the correct location...
  7. make sure you loaded the robe db sql.. CREATE TABLE IF NOT EXISTS `char` ( `char_id` int(11) unsigned NOT NULL auto_increment, `account_id` int(11) unsigned NOT NULL default '0', `char_num` tinyint(1) NOT NULL default '0', `name` varchar(30) NOT NULL default '', `class` smallint(6) unsigned NOT NULL default '0', `base_level` smallint(6) unsigned NOT NULL default '1', `job_level` smallint(6) unsigned NOT NULL default '1', `base_exp` bigint(20) unsigned NOT NULL default '0', `job_exp` bigint(20) unsigned NOT NULL default '0', `zeny` int(11) unsigned NOT NULL default '0', `str` smallint(4) unsigned NOT NULL default '0', `agi` smallint(4) unsigned NOT NULL default '0', `vit` smallint(4) unsigned NOT NULL default '0', `int` smallint(4) unsigned NOT NULL default '0', `dex` smallint(4) unsigned NOT NULL default '0', `luk` smallint(4) unsigned NOT NULL default '0', `max_hp` mediumint(8) unsigned NOT NULL default '0', `hp` mediumint(8) unsigned NOT NULL default '0', `max_sp` mediumint(6) unsigned NOT NULL default '0', `sp` mediumint(6) unsigned NOT NULL default '0', `status_point` int(11) unsigned NOT NULL default '0', `skill_point` int(11) unsigned NOT NULL default '0', `option` int(11) NOT NULL default '0', `karma` tinyint(3) NOT NULL default '0', `manner` smallint(6) NOT NULL default '0', `party_id` int(11) unsigned NOT NULL default '0', `guild_id` int(11) unsigned NOT NULL default '0', `pet_id` int(11) unsigned NOT NULL default '0', `homun_id` int(11) unsigned NOT NULL default '0', `hair` tinyint(4) unsigned NOT NULL default '0', `hair_color` smallint(5) unsigned NOT NULL default '0', `clothes_color` smallint(5) unsigned NOT NULL default '0', `weapon` smallint(6) unsigned NOT NULL default '0', `shield` smallint(6) unsigned NOT NULL default '0', `head_top` smallint(6) unsigned NOT NULL default '0', `head_mid` smallint(6) unsigned NOT NULL default '0', `head_bottom` smallint(6) unsigned NOT NULL default '0', `robe` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0', `last_map` varchar(11) NOT NULL default '', `last_x` smallint(4) unsigned NOT NULL default '53', `last_y` smallint(4) unsigned NOT NULL default '111', `save_map` varchar(11) NOT NULL default '', `save_x` smallint(4) unsigned NOT NULL default '53', `save_y` smallint(4) unsigned NOT NULL default '111', `partner_id` int(11) unsigned NOT NULL default '0', `online` tinyint(2) NOT NULL default '0', `father` int(11) unsigned NOT NULL default '0', `mother` int(11) unsigned NOT NULL default '0', `child` int(11) unsigned NOT NULL default '0', `fame` int(11) unsigned NOT NULL default '0', `rename` SMALLINT(3) unsigned NOT NULL default '0', `delete_date` INT(11) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (`char_id`), KEY `account_id` (`account_id`), KEY `party_id` (`party_id`), KEY `guild_id` (`guild_id`), KEY `name` (`name`), KEY `online` (`online`) ) ENGINE=MyISAM AUTO_INCREMENT=150000; right after the head_bottom column `robe` SMALLINT(6) UNSIGNED NOT NULL DEFAULT '0',
  8. other script doesnt have this problem ? i also dunno why you get this problem now.. wait i get back my laptop then only i can try to duplicate your problem to solve..>.< perhap it could be your svn problem or etc ?
  9. @kaito try load the default script without edit anything then check again its the same error still occur ?
  10. Endless Tower script https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/instances/EndlessTower.txt you can refer this post to edit the endless tower cooldown http://rathena.org/board/topic/59208-changing-endless-endless-tower-instance-cooldown/page__hl__%2Bendless+%2Btower__fromsearch__1
  11. the resnametable should use the spritename..not the item name you may refer this : Custom_Items
  12. Emistry

    Custom Warper

    "philtown","Main Town[Luneta]","169","180", "izlude","Izlude","128","141", "Payon","Payon","162","133";
  13. Emistry

    Custom Warper

    only the last line of the array will end with semi-colon.... the rest..stay the same
  14. well..how about getting back to what the topic want ? the user are looking for guide how to use that webhost... so i think there is no need to keep argu / suggest about webhost stuff at here...
  15. Emistry

    Custom Warper

    "Payon","Payon","162","133", it should be end with a semi-colon... "Payon","Payon","162","133";
×
×
  • Create New...