Jump to content

Mootie

Members
  • Posts

    815
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. Mootie's post in Body Relocation Skill Delay was marked as the answer   
    //MO_BODYRELOCATION 264,0,,0,0,0,2000   add this to your skill_cast_db
  2. Mootie's post in How to solve this? was marked as the answer   
    What patcher you used? thor? if its thor did you use the acsii not the unicode?
  3. Mootie's post in disabling @command or @storage was marked as the answer   
    -    script    Sample#1    -1,{
    OnInit:
        bindatcmd "storage",strnpcinfo(0)+"::OnAtcommand";
        end;
    OnAtcommand:
        if( strcharinfo(3) != "YOUR MAP" ){
            openstorage;
        }
        end;
    }
     
  4. Mootie's post in Allow Player To Use Character Command Ex. #itemlist <playername> was marked as the answer   
    itemlist: [true = @,true = #]
  5. Mootie's post in Anybody know how to contact to Harmony Owner? was marked as the answer   
    here https://harmonize.it/contact

    I know you already contact him just wait till he replays and for sure you will having a great discount depends on how long he replied
  6. Mootie's post in Help Needed... was marked as the answer   
    http://rathena.org/board/topic/72213-long-inventory/
  7. Mootie's post in Client Crashes On Guild Member Tab was marked as the answer   
    It seems you have outdated data folder

    http://www.gamefront.com/files/23357992/data_v4.0.rar

    use that alt+g viewing guildsmen crash your meaning the head sprite are missing or something
  8. Mootie's post in Question about Custom Itens was marked as the answer   
    Vice versa works
     
    here's some sample
     
     
    INSERT INTO `item_db` ( `id` , `name_english` , `name_japanese` , `type` , `price_buy` , `price_sell` , `weight` , `atk:matk` , `defence` , `range` , `slots` , `equip_jobs` , `equip_upper` , `equip_genders` , `equip_locations` , `weapon_level` , `equip_level` , `refineable` , `view` , `script` , `equip_script` , `unequip_script` ) VALUES ('22001', 'Custom', 'Custom', '5', '20', NULL , '10', NULL , NULL , NULL , '1', '4294967295', '7', '2', '512', NULL , NULL , '1', '1', '', '', ''),   if you want to use item_db2 just change the
     
     
    INSERT INTO `item_db` (   into
     
     
    INSERT INTO `item_db2` (   and how to add custom item guide on my signiture
     
     
    Good Luck
  9. Mootie's post in how to make a box that have random items like Old purple box? was marked as the answer   
    http://rathena.org/board/topic/68778-how-to-make-a-custom-obb-or-oca/
  10. Mootie's post in CUSTOM WEAPONS was marked as the answer   
    http://rathena.org/wiki/Custom_weapons
  11. Mootie's post in I cant see my Custom Item was marked as the answer   
    Nothing todo with GM sprite also item_db2.txt o.o lol
    Anyway chexk the sprite if its correct or its not broken and check your lua the
    Acceid,accname lua make sure you compile it using latest luadec or check my guide
    Link on my signiture good luck
  12. Mootie's post in Asura Hosting was marked as the answer   
    Click web hosting in your client area > click contrpl panel access it will redirect you to your cpanel or https://cpanel.asurahosting.com:2083/ login with your username and password
     
    Then click file manager > public_html or www > upload your .zip to this root or make a dir then configure your control panel config > application.php and server.php
     
     
     
    Good Luck
  13. Mootie's post in Where are the buttons for second password was marked as the answer   
    http://rathena.org/board/files/file/2843-pin-code-buttons-and-guild-buttons/
  14. Mootie's post in Using data folder but item names still in korean was marked as the answer   
    How about System folder iteminfo.lua or iteminfo.lub
  15. Mootie's post in Thor Patcher was marked as the answer   
    Turn this off
     
     
    //Should patcher ignore everything else and finish patch immediately? Force_Start=true   set true to false
     
    so people cant start your game without patching.
     
    plus only use those checksum if you know what you are doing.
     
     
    thor patcher video guide =

    = part 1
    = part 2
  16. Mootie's post in Remove time delay was marked as the answer   
    Try removing this

    if (.timedelay == 1){ mes .npc$; mes "I'm sorry, I need a few moments to rest before I am able to broadcast to the entire server again."; close;} Remove all the time delay related.
    Pro scripters correct me if im wrong thank you
  17. Mootie's post in Private server : REJECTED FROM SERVER (3) was marked as the answer   
    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/packet_db.txt
  18. Mootie's post in disable player connection was marked as the answer   
    // Required account group id to connect to server. // -1: disabled // 0 or more: group id group_id_to_connect: -1  
    change it into 99 or 4. depends on what your GM group are
  19. Mootie's post in unknown column 'pincode' in 'field list' was marked as the answer   
    You have to import the upgrade sql. can be found in sql-files upgrade.if you did not wipe your database and you are using old one.
     
    But according to your problem its says that your database is outdated
  20. Mootie's post in HELP : This casting time. :( was marked as the answer   
    Check src > config > renewal.h
     
     
    /// renewal cast time /// (disable by commenting the line) /// /// leave this line to enable renewal casting time algorithms /// cast time is decreased by DEX * 2 + INT while 20% of the cast time is not reduced by stats. /// example: ///  on a skill whos cast time is 10s, only 8s may be reduced. the other 2s are part of a ///  "fixed cast time" which can only be reduced by specialist items and skills #define RENEWAL_CAST   put // on #define RENEWAL_CAST to disable renewal casting
     
     
    if you want to disable whole renewal settings put // on each #define
  21. Mootie's post in please help Adding a script was marked as the answer   
    Adding_a_Script
    check the trunk/npc/scripts_custom.txt
    //npc: npc/custom/healer.txt remove the //

    npc: npc/custom/healer.txt and restart your map-server.
  22. Mootie's post in phpmyadmin help was marked as the answer   
    Ask your provider to reset it for you if in case you forgot your password or accidentally change it.
  23. Mootie's post in help about backups was marked as the answer   
    source: http://forum.hostek.com/showthread.php?297-How-to-use-MySQL-Workbench-to-backup-your-MySQL-database&p=465#post465
    Once you have installed MySQL Workbench launch it and under the "Server
    Administration" click on "New Server Instance". This will pull up a new
    Instance wizard.
    Under the "Specify the Host Machine the Database Server is running on"
    click on "Remote Host" and for the address put an IP of the server that
    your database is on.
    Under the "Set the Database Connection values" screen you can leave
    "Connection Name" the same as the server IP or change it to something
    more meaningful like "My wordpress database server". Leave "Connection
    Method" as "Standard (TCP/IP)". Under the "Parameters" tab make sure
    that hostname matches the IP from the previous step. Leave port as
    "3306" and enter your database username. Click on "Store in Vault" and
    enter the password for the above user. Leave "Default Schema" empty".
    Testing the connection should give you three check marks and show "Database connection tested successfully." Click on "Next".
    On "Set remote configuration parameters" UNCHECK "Enable SSH login based administration" and click on "Next".
    Under "Create the Instance Profile" you can use something like "My backup" and click "Finish".
    After the steps above your "Workbench Central" should now have new
    connection listed under the "Server Administration" on the right. Click
    on "Manage Import / Export" link and then from the pop-up window click
    the instance you created earlier.
    Under the "Export to Disk" tab place a check-mark next to your database
    name. Under "Options" to the right check "Export to Self-Contained File"
    and click on "Start Export".
  24. Mootie's post in Server Virtual Memory Exhausted when recompile was marked as the answer   
    Hi zhen have you edit something on skill? Or modified something?
    Your vps has been reached his limit for the memory
    A little similar to your problem http://blog.aditech.info/2012/03/out-of-memory-virtual-memory-exhausted.html?m=1
×
×
  • Create New...