Jump to content

Emistry

Forum Moderator
  • Posts

    10018
  • Joined

  • Days Won

    409

Everything posted by Emistry

  1. try this... old files..dont know if it work for you. http://www.mediafire.com/download/n11qqs1t7ml28l1/AI.rar
  2. even simpler ?? copy the the content in any of the file inside the npc/mobs folder ... then edit the MOB ID...MAP NAME...AMOUNT
  3. already told you =='' You didnt apply the source mod correctly You didnt recompile your server unsolved error during compilation take a break and start learning how to diff instead of keep spam same questions over and over again.
  4. @yuka/noxty/zell three of you didnt apply the source mod properly ... reapply the changes...
  5. look who is back ....Syouji .... new version of Browedit ?
  6. while( getequiprefinerycnt(@part) < 10 && countitem( 512 ) ) successrefitem @part; delitem 512,1; }
  7. Emistry

    [Rank] MvP

    query_sql( "DELETE FROM `mvp_ranking` WHERE `name` NOT IN ( SELECT `name` FROM `char` )" ); query_sql( "select name, points from mvp_ranking where points > 0 order by points desc limit "+ .top, .@name$, .@points ); well, another method is that you can store the MVP ranking point at the char table..so that it get removed when the character is deleted.
  8. it should be while( getequiprefinerycnt(@part) < 10 ) successrefitem @part; @sandbox your method...if using in latest rathena..should be no problem.. but.. if using in old rathena ....problem occur...where players will get some refined item that exceed 10.... ex. +127 Equipment ...
  9. ALTER TABLE `char` ADD COLUMN `unban_time` INT(11) AFTER `moves`; =='' what you have did to your sql table...why so many stuff missing from your sql table.
  10. change isequipped" style="border-bottom: 1px dotted #3366BB; color: #3366BB; text-decoration:none;" class="bbc_url" title="Wiki link" rel="external">isequipped to isequippedcnt" style="border-bottom: 1px dotted #3366BB; color: #3366BB; text-decoration:none;" class="bbc_url" title="Wiki link" rel="external">isequippedcnt
  11. use changelook
  12. conf/battle/skill.conf#L25
  13. if(getequipisidentify(@part)) goto CHECK3; mes "[Lotto4 Refiner]"; mes "You must appraise this item first."; close; remove
  14. sql-files/upgrades/upgrade_20131105.sql
  15. try OnPCKillEvent: .@aid = getcharid(3); attachrid( killedrid ); .@gm_level = getgmlevel(); if( .@gm_level ){ attachrid( .@aid ); dispbottom "You killed "+.@gm_level+" GM Level character."; } end;
  16. repair your sql table.
  17. i think you can try use this too http://www.w3schools.com/sql/sql_select_into.asp
  18. http://rathena.org/wiki/Custom_Items
  19. http://rathena.org/board/index.php?app=nexus&module=clients&section=payouts
  20. http://paradox924x.com/eAthena/Chosen%20One/Skins/
  21. Emistry

    Itemizer MOD

    you can still add it if you want.
  22. Emistry

    Itemizer MOD

    just add the announce right after the insertion of new sql entry.
  23. update your statspoint table ....
  24. Emistry

    Itemizer MOD

    try this http://pastebin.com/raw.php?i=7irGYyBH
×
×
  • Create New...