Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Emistry

    woe warper

    prontera,155,181,5 script Sample#woe_warper 757,{ .@i = select("Castle 1:Castle 2:Castle 3:Castle 4:Castle 5"); warp "prtg_cas0"+.@i,0,0; end; }
  2. erm...i think wiki will give you the best answer you want.... refer this Permanent_Monster_Spawn
  3. @Mootie not my concern for him ... post a topic here while he open a topic offering services in other server and...if you did read the reply of his...he mentioned it's because of his computer problem..( virus ? hmm ) anyway...ur reply...personally i feel like it would just be another drama between you and him.. i am not going to comment these anymore.. >.< and bring it to PM ... LOL... @TS youre welcome.. for diffing 2010 client....Brian's Diff Patcher would be my 1st Choice to choose from..xD 100% Working without failure....unless you cant download files haha ~
  4. Emistry

    Item per IP

    @Panny 1 question ...... why are you want to delete the stored data right after they get the items ?? save data into SQL table... getitem ..... then delete query inside SQL table... LOL ?? do you really know the reason behind it ? adding a data into SQL ? ?
  5. http://rathena.sourceforge.net/tools/diff_patcher.php?client=2010-06-29aRagexeRE select what diff you want...and click download.
  6. @garet actually it will work the same... no mater how they try enter these map with restriction....the message will pop out...and when user click the close button...they get warped out. and...this message will keep on show even though they try to bypass it using @warp / @jump ...etc..... because whenever a character is 'reloaded' / teleported within the map.. OnPCLoadMapEvent will be trigger again..and same checking / message will be shown i didnt use dispbottom because some users doesnt like to view chat window sometime.... not to mention some player "hide" / close their chat window sometime... the sleep2 command is just a timer / delay before the script load on same player to check again...just incase player found a way to bring these item inside...like... storage.... cart ..... mailbox..... etc...
  7. try this http://pastebin.com/raw.php?i=QhiNGtWn
  8. follow the setup guide correctly... SQL_Installation anyway..i think you just forget to compile your SVN if you have setup your server correctly... Compiling
  9. make sure inside your GRF / Data Folder have the msgstringtable.txt and translated data folder http://subversion.assembla.com/svn/ClientSide/Translation_Project/data/ and translated LUA / LUB files http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/
  10. did you setup your server using MD5 stuff ? in cp during registration ? or etc...double check your setting..
  11. check ur "tombe" script....missing of event label .... the Botkiller debugmes... is just some information display to let you know what it have loaded..or etc...nothing harm... everytime a debugmes show up...doesnt mean there is something bad happen.... for the map castle stuff... most probably you spawn an Emperium ( 1288 ) at a map doesnt have castle flag...
  12. Emistry

    Woe Rewarder?

    actually there are alot WOE Rewarder that work better than this way...just search the forum.. anyway...assume that you have @itemmap command... and you want it to work like what you have described... try this.. http://pastebin.com/raw.php?i=rGgJyH6j
  13. yes...it need... refer Custom_Items#Client_Side
  14. //Atcommand symbol set $BR_Atcom$,"!"; it's suppose to use "@" .......
  15. trunk/conf/atcommand_athena.conf jobchange: ["job"] trunk/conf/groups.conf jobchange: true trunk/doc/atcommands.txt @jobchange <job name/ID> Changes your job. If no job is given, a list of all available jobs will be returned. Note that jobs 22 (Wedding), 26 (Summer), and 27 (Christmas) are not available via @job.
  16. Woah ... not bad..i like the idea of sending a Mail in game too....xD but all Src mod release are not suppose to release using ...should have using Attachment or alternet mirror link or etc.. if possible...i would love to see this idea added into official script command....
  17. what diff setting you are refering? be specific.....elaborate.......
  18. Emistry

    Request Script

    similar topic... http://rathena.org/board/topic/74579-give-1-ygg-box-to-all-the-online-playersexcept-vendor-every-15-mins/ just change OnMinute or any other time label to OnClock1930:
  19. in official sql char table...we dont have this column secs_online refer here trunk/sql-files/main.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', `elemental_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`), UNIQUE KEY `name_key` (`name`), 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; so it must be your custom script that you add recently / any changes in SQL table with script that caused this.. double check what you have add recently....
  20. i think it's the official behaviour of this refine command now....or it might have some flaw...or bug.... it cant refine more than the MAX_REFINE value that set inside the source... the command will simply upgrade the item...but still give back item with same refine.. but i think there is a bug......because my test server MAX_REFINE was 20 ... the refine was stopped at 21 ...cant go higher......
  21. here is another alternate script you can try that i made long time ago.. http://pastebin.com/raw.php?i=ifnirP3x but it has been edited abit by other users..might have some minor mistake due to the modification.... please aware of it..
  22. try this? http://pastebin.com/raw.php?i=3HWpqTLY
×
×
  • Create New...