Jump to content

RCharles

Members
  • Posts

    154
  • Joined

  • Last visited

Everything posted by RCharles

  1. Please refer to this if you are looking for Item bonuses list. http://eathena-project.googlecode.com/svn/trunk/doc/item_bonus.txt
  2. You want a item script with those effect??
  3. Try using this.. Or maybe you can learn simple quest scripting from this example: http://eathena-project.googlecode.com/svn/trunk/npc/quests/quests_morocc.txt
  4. RCharles

    flux error

    Message clearly says Try deleting the cp_banlog into your phpmyadmin.
  5. I think there is something u had missed to do.. Try following this guides, easy to follow guide for you.. 1. http://www.eathena.ws/board/index.php?showtopic=251942 2. http://www.eathena.ws/board/index.php?showtopic=247363 3. http://www.eathena.ws/board/index.php?showtopic=247748
  6. huh? I really can't get what you intended to say.. To check when player got damage???? It could be by checking his hp supposed to be..
  7. I think its a problem in your basic interface. Try changing it..
  8. Some source of KRO links.. http://ratemyserver.net/index.php?page=download_kROLinks
  9. If you wish to just add that waiting room, you can add the code at the end part of your script..
  10. I hope this will help you.. OnInit: waitingroom "BkreakerTop30",0; end; RN1986 where??
  11. oh the flags in prontera.. Try looking on the npc/guild folder..
  12. what's the npc name? I cant view your uploaded photo.. errr
  13. Try this.. http://forum.ragezone.com/f577/setting-thor-patcher-748916/ Or if still you cant understand it I found a video in youtube for setting up thor patcher.. here! The video comes by part..
  14. item_db in the db folder, and its structure: Also I think this would help you.. http://eathena.ws/wi...le=Custom_Items
  15. This might help you.. http://eathena.ws/wiki/index.php?title=Thor_Patcher
  16. I bet this will help you.. Google is a great search engine.. http://code.google.com/p/fluxcp/wiki/Screencasts
  17. It is possible.. You can have it as your source: Category:Script_Command
  18. If im not mistaken you are to define the gm level inside your sql database. Look for your username and and add the necessary level for your account..
  19. This was posted before in eAthena forum and I don't know if this is compatible in how to add custom mobs in rAthena. but I hope so..
  20. You mean that you don't know how to run this? CREATE TABLE IF NOT EXISTS `itemizer` ( `id` int(11) unsigned NOT NULL auto_increment, `item_id` int(11) NOT NULL, `item_amount` int(11) NOT NULL, `item_name` varchar(255) NOT NULL, `char_id` int(11) NOT NULL, `char_name` varchar(255) NOT NULL, `reason` varchar(255) NOT NULL, `by_gm` varchar(255) NOT NULL, `when` datetime NOT NULL, `for` varchar(255) NOT NULL, `collected` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM; just copy and paste it and run into your query in phpmyadmin database
  21. Go to /trunk/npc/scripts_athena.conf and look for npc: npc/other/poring_war.txt put a double slash before the npc: npc/other/poring_war.txt It should like something like this //npc: npc/other/poring_war.txt
×
×
  • Create New...