Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    408

Everything posted by Emistry

  1. Merged same topic ..... @TS Please dont create similar topic in multiple forum... -- -- Table structure for table `login` -- CREATE TABLE IF NOT EXISTS `login` ( `account_id` int(11) unsigned NOT NULL auto_increment, `userid` varchar(23) NOT NULL default '', `user_pass` varchar(32) NOT NULL default '', `sex` enum('M','F','S') NOT NULL default 'M', `email` varchar(39) NOT NULL default '', `group_id` tinyint(3) NOT NULL default '0', `state` int(11) unsigned NOT NULL default '0', `unban_time` int(11) unsigned NOT NULL default '0', `expiration_time` int(11) unsigned NOT NULL default '0', `logincount` mediumint(9) unsigned NOT NULL default '0', `lastlogin` datetime NOT NULL default '0000-00-00 00:00:00', `last_ip` varchar(100) NOT NULL default '', `birthdate` DATE NOT NULL DEFAULT '0000-00-00', PRIMARY KEY (`account_id`), KEY `name` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=2000000; check this part... AUTO_INCREMENT=2000000;
  2. Emistry

    _M _F Problem

    -- -- Table structure for table `login` -- CREATE TABLE IF NOT EXISTS `login` ( `account_id` int(11) unsigned NOT NULL auto_increment, `userid` varchar(23) NOT NULL default '', `user_pass` varchar(32) NOT NULL default '', `sex` enum('M','F','S') NOT NULL default 'M', `email` varchar(39) NOT NULL default '', `group_id` tinyint(3) NOT NULL default '0', `state` int(11) unsigned NOT NULL default '0', `unban_time` int(11) unsigned NOT NULL default '0', `expiration_time` int(11) unsigned NOT NULL default '0', `logincount` mediumint(9) unsigned NOT NULL default '0', `lastlogin` datetime NOT NULL default '0000-00-00 00:00:00', `last_ip` varchar(100) NOT NULL default '', `birthdate` DATE NOT NULL DEFAULT '0000-00-00', PRIMARY KEY (`account_id`), KEY `name` (`userid`) ) ENGINE=MyISAM AUTO_INCREMENT=2000000; check this part... AUTO_INCREMENT=2000000;
  3. http://rathena.org/board/topic/53320-%E3%80%90-emistry-%C2%A9-2012-%E3%80%91e-scripts-collection/page__st__40__p__71628#entry71628
  4. in the first place....euphy doesnt create this script to be use using NPC..... he just simple write your a SQL Command so that you can shutdown your server and run it in your SQL Machine .....
  5. disablenpc <name>; refer this Disablenpc
  6. remove the variable assign and checking..... and add another makeitem to allow tcg to drop in the map. if( getmapusers("poring_c01") ){ makeitem 969,1,"poring_c01",rand(87,119),rand(86,115); makeitem 7227,1,"poring_c01",rand(87,119),rand(86,115); } @stydianx LOL....your method is wrong....Addtimer 1 second ? LOL..... the player wont even have chances to peek on the gold room after they get warped... they will straight trigger the even and warped outside the gold room. and....the second part.....you need to use braces when your statement have more than 1 lines.
  7. Coin Manager [ Version 3 ] Scripts : View ♥ Download use search engine..i am sure you will found alot exchanger script.
  8. Emistry

    Tax Script

    you mean .... NPC shop sell Jellopy at 10,000 zeny .... Player A buy a Jellopy from the NPC and pay 10,000 Zeny... then he gain back 10% ( 1,000 Zeny ) from the NPC ???? elaborate your stuff in DETAILS.....
  9. just edit the variable.. @Hour to Hour <--------- Character Based #Hour <--------- Account Based
  10. I guess no ? or you should know what to remove it by yourself ? your post seem to have any extra info that might interfere other script.... remove the Guild Treasure Box Spawning ? unless you are using this script for extra reward... LOL...you dont know what you have requested in Post#1 ??
  11. trunk/src/map/map.h #define MAX_EVENTQUEUE 2 increase the value to higher..then re-compiling
  12. http://eathena-project.googlecode.com/svn/trunk/conf/battle/gm.conf // The minimum level for a GM to be unable to distribute items. // You should set this to the same level @item is set to in the atcommand.conf // NEVER SET THIS VALUE TO 0, or you will block drop/trade for normal players gm_cant_drop_min_lv: 1 //The trust level for your GMs. Any GMs ABOVE this level will be able to distribute items //ie: Use Storage/Guild Storage, Drop Items, Use Vend, Trade items. gm_cant_drop_max_lv: 0
  13. try this http://rathena.org/board/topic/60076-possible-1-taming-item-for-several-pet/page__p__84541__hl__sa_tamingmonster#entry84541
  14. something similar... Edit : but less powerful than annie's.....
  15. you can try this also.. - script test -1,{ OnPCKillEvent: if( getmapflag( strcharinfo(3),mf_pvp ) && killedrid != getcharid(3) ){ set .@Name$,strcharinfo(0); if( attachrid( killedrid ) ) getnameditem( 7420,.@Name$ ); } end; } getnameditem
  16. use this tool to generate your shop script... https://rathena.org/board/index.php?/files/file/2597-shoper/
  17. Client : 20120410 .... Data Folder : http://subversion.assembla.com/svn/ClientSide/Translation_Project/data/ LUB Files : http://subversion.assembla.com/svn/ClientSide/Lua_Project/lubs/2012-04-10%20Lub+src%20Files%20%5bTranslated%5d.rar Should be no problem. Apply WDGRemoveLoginAutoClose to fix it. ( use WeeDiffpatcher ) Currently dont have Fix for it ... I didnt experienced any Click Delay before.... all these has been discuss many time....if you did use the Search Engine...i am sure you discover all these easily...
  18. you can use this Tool to create your own customized shop... https://rathena.org/board/index.php?/files/file/2597-shoper/
  19. Emistry

    Question

    Category:Installation_Guides
  20. if you want support on your script..show it....otherwise..nothing much we can help you as we dont know how your guild flag script is written.
  21. trunk/conf/char_athena.conf // Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are: // NOTE: Applies to character, party and guild names. // 0: no restriction (default) // 1: only letters/symbols in 'char_name_letters' option. // 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles. char_name_option: 1 // Set the letters/symbols that you want use with the 'char_name_option' option. // Note: Don't add spaces unless you mean to add 'space' to the list. char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
  22. http://www.youtube.com/watch?v=XoX1LCm4Zyw
×
×
  • Create New...