Jump to content

Vincent

Members
  • Posts

    528
  • Joined

  • Last visited

Everything posted by Vincent

  1. 1. Login to phpMyadmin 2. select your ragnarok database 3. click delete cp_banlog
  2. Use a free webside if you have no idea how to make it by yourself: http://www.freewebsitetemplates.com/ and for foum: http://www.binaryturf.com/forums-top-5-forum-cms-building-strong-community/ or google for "free forum cms"
  3. you have to edit the application.php Donate' => array('module' => 'donate'), to .php-file where you explain how to donate:
  4. Okey thanks i repair it and will see if this fix the problem
  5. [SQL]: DB error - Table '.\logs\picklog' is marked as crashed and should be repaired [Debug]: at c:\users\admin\desktop\rathena\src\map\log.c:210 - INSERT DELAYED INTO `picklog` (`time`, `char_id`, `type`, `nameid`, `amount`, `refine`, ` card0`, `card1`, `card2`, `card3`, `map`, `unique_id`) VALUES (NOW(), '1054', 'M', '4050', '-1', '0', '0', '0', '0', '0', 'prt_sewb4', '0') [SQL]: DB error - Table '.\logs\picklog' is marked as crashed and should be repaired [Debug]: at c:\users\admin\desktop\rathena\src\map\log.c:210 - INSERT DELAYED INTO `picklog` (`time`, `char_id`, `type`, `nameid`, `amount`, `refine`, ` card0`, `card1`, `card2`, `card3`, `map`, `unique_id`) VALUES (NOW(), '151670','P', '4050', '1', '0', '0', '0', '0', '0', 'prt_sewb4', '0') I get this error's a lot at my mapserver. What can be the problem using rev. 17440. Its all the time same error but for sure diffrent values.
  6. This is my but seems to be a bug. // Can a normal player by-pass the skill tree? (Note 1) player_skillfree: no // When set to yes, forces skill points gained from 1st class to be put into 1st class // skills, and forces novice skill points to be put into the basic skill. (Note 1) player_skillup_limit: yes
  7. After install the Cp go to fluxcp/config/ application.php Find at the end of the file: // These are the main menu items that should be displayed by themes. // They route to modules and actions. Whether they are displayed or // not at any given time depends on the user's account group level and/or // their login status. 'MenuItems' => array( 'Main Menu' => array( 'Home' => array('module' => 'main'), //'Downloads' => array('module' => 'http://127.0.0.1/5/themes/site/main/download.php'), ), 'Account' => array( 'Register' => array('module' => 'account', 'action' => 'create'), 'Login' => array('module' => 'account', 'action' => 'login'), 'Logout' => array('module' => 'account', 'action' => 'logout'), 'History' => array('module' => 'history'), 'My Account' => array('module' => 'account', 'action' => 'view'), ), 'Donations' => array( 'Purchase' => array('module' => 'purchase'), 'Donate' => array('module' => 'donate'), ), 'Information' => array( 'Server Info.' => array('module' => 'server', 'action' => 'info'), //'Server Status' => array('module' => 'server', 'action' => 'status'), 'WoE Hours' => array('module' => 'woe'), 'Castles' => array('module' => 'castle'), "Who's Online" => array('module' => 'character', 'action' => 'online'), //'Map Statistics'=> array('module' => 'character', 'action' => 'mapstats'), 'Ranking Info.' => array('module' => 'ranking', 'action' => 'character'), ), 'Database' => array( 'Item Database' => array('module' => 'item'), //'Mob Database' => array('module' => 'monster'), ), 'Misc. Stuff' => array( 'rA Logs' => array('module' => 'logdata'), 'CP Logs' => array('module' => 'cplog'), 'IP Ban List' => array('module' => 'ipban'), 'Accounts' => array('module' => 'account'), 'Characters' => array('module' => 'character'), 'Guilds' => array('module' => 'guild'), 'Send Mail' => array('module' => 'mail'), 'Re-Install' => array('module' => 'install', 'action' => 'reinstall'), //'Auction' => array('module' => 'auction'), //'Economy' => array('module' => 'economy'), ) ), Every menü item that wont be shown have to deactivate with a // Example: Activ: 'Economy' => array('module' => 'economy'), Not Activ: //'Economy' => array('module' => 'economy'),
  8. Hi, if i skill reset a monk he can use all his skill points without to have to skill the requierd skills befor: What file is broken or where is it saved how skills are requierd?
  9. There is no small flux cp. But you can use the default setup and delete all Menüpoints that there is only the "register" in the menü.
  10. I suggest this mod to add to svn rAthena: http://rathena.org/board/topic/77624-mf-noconsume-prevent-player-use-any-usable-items-at-this-mapflag/
  11. is this added to rAthena as default mapflag? If yes where can i find it? Will be there a new patch for 174xx?
  12. I thing you can add the messages by yourself. Btw not tested - izlude,123,123,4 script Rock 111,{ if (countitem(25000) > 1) { delitem 25000,1; set .@change, rand (1, 100); if (.@change < 3) { getitem 25004, rand(0, 1); } else if (.@change < 21) { getitem 25001, rand(0, 1); } else if (.@change < 51) { getitem 25001, rand(0, 1); } else { getitem 25003, rand( 0, 1); } } }
  13. Where can the player mine? All over the worldmap or only at a special coord? The mine have to work as skill or usable item?
  14. Hi, how can i restart a script every X minutes?
  15. grf is down. Can you please reupload it?
  16. There are 5 Field's (`npc1`, `npc2`, `npc3`, `npc4`, `npc5`) in the DB. I want to check if one of this fields have not 500 or 100 included. btw: 500 and 100 are only examples for the data's. Example: `500`, `500`, `500`, `500`, `100` -> ok, do if `500`, `500`, `500`, `500`, `400` -> not ok, do else
  17. I thing i have to save this as arry because of the 5 fileds. But i can use evey field as singel variable. But how can i check if the variables are "500" or "100"? Did the "if-command" support more than one variable as argument?
  18. Hi, how can i fill a array out of a DB? There are 5 Colum's. Dont work: query_sql "SELECT `npc1`, `npc2`, `npc3`, `npc4`, `npc5` FROM `quest_db` WHERE `char_id` = " + getcharid(0) + " ", @array; And how can i check it with "if-command", if one of the arry's have a special number. This dont work... if ( @array[1-5] == 500 OR 100 ) do this
  19. I am not sure if the topic owner know that the most IPs are dynamic and change all 24h`?!
  20. if i use this and enter the ET all warps are open from floor to floor without killing all monster. I tryed it with default script and your suggestion for the floor warp. If i change case 49: warp .@map$,310,12; break; // original code to case 49: warp instance_mapname("4@tower"),309,12; break; the warps are opened.
  21. Hi, i set mapflag for this map: I am using Pre renewal und i set the mapflag in trunk/npc/mapflag/restricted.txt pvp_n_3-5 mapflag restricted 2 But if i go to the map an check with @mapinfo: Why is it so?
  22. The cant connect because the IP "127.0.0.1" is your local adress. Change it to your public adress. you can check here what it is -> http://whatismyipaddress.com/
×
×
  • Create New...