Jump to content

VladimirCastro

Members
  • Posts

    298
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by VladimirCastro

  1. i added some custom mob and i think i followe the guide . but when i spawn it it looks like poring? and not juggernaut
  2. can i have the script?
  3. how about this 100% Damage againts Ghosts.
  4. hello, why even my dex is lvl 1 still no casting? i want to make it like 150 and above who can have no cast
  5. can i request for ygg to coupons exchanger with checkweigh plss
  6. yes but i think im using pre-re?
  7. i load it but the miming still not spawning?
  8. why there is no monster spawning in bif_fild01 and 02 like the monster miming http://ratemyserver.net/mob_db.php?mob_id=2137&small=1&back=1
  9. lol there is no config.php only acces.php and addons.php heres my addon.php <?php return array( // - 'VerifyIP': // true -- disallow voting from same IP on multiple accounts. // false -- allow voting from the same IP on multiple accounts. 'VerifyIP' => false, // Show top voters in stats page, default is top 20. 'ShowTopVotes' => 20, // Use credits? 'ChangeToCredits' => false, // Set this to true if you would like to change points to credits. (does not work with ChangeToCashPoints or ChangeToCoins) 'PointsToCredits' => 5, // The amount of points needed to earn the rewarded credits. (needs ChangeToCredits to be true) 'RewardedCredits' => 1, // The amount of credits rewarded after accumulating points. (needs ChangeToCredits to be true) // Use cash points? (or kafra points) 'ChangeToCashPoints' => true, // Set this to true if you would like to change points to cash points. (does not work with ChangeToCredts or ChangeToCoins) 'PointsToCashPoints' => 1, // The amount of points needed to earn the rewarded cash points. (needs ChangeToCashPoints to be true) 'RewardedCashPoints' => 2, // The amount of credits rewarded after accumulating points. (needs ChangeToCashPoints to be true) 'DepositKafraPoints' => false, // You may set this to true as well to deposit kafra points instead of cash. (needs ChangeToCashPoints to be true) // Using coins? // To use coins, your coin item MUST be stackable, you must be able to stack coins on top of each other, instead of having // a whole bunch of separate coin items they must be able to add to each other. // NOTE: Coins will be stored in the user's **storage** because there is no reliable way to store them in the character, // since an account can have MULTIPLE characters. 'ChangeToCoins' => false, // Set this to true if you want to change points to coins. (does not work with ChangeToCredits or ChangeToCashPoints) 'CoinsItemID' => 7539, // This is the item ID of your coins, poring coins or whatever coin system you may be using. 'PointsToCoins' => 5, // The amount of points needed to earn the rewarded coins. (needs ChangeToCoins to be true) 'RewardedCoins' => 1, // The amount of coins rewarded after accumulating points. (needs ChangeToCoins to be true) 'StorageLimit' => 300, // This is the limit to an account's storage. 'CoinsStackLimit' => 30000, // This is the limit to how many coins can be stacked on top of each other (this is internally an eA limitation, do not change) // Works on all points. 'RolloverPoints' => true, // Whether or not to carry on excess points. (needs ChangeToCredits, ChangeToCashPoints or ChangeToCoins to be true) // - Menu and sub-menu items. (displayed on left nav & content sub menu) 'MenuItems' => array( 'Main Menu' => array( 'Vote for Credits!' => array('module' => 'vote') ), 'Misc. Stuff' => array( 'Voting Banners' => array('module' => 'banner'), 'Vote Stats.' => array('module' => 'vote', 'action' => 'stats') ) ), 'SubMenuItems' => array( 'banner' => array( 'index' => 'List Voting Banners', 'add' => 'Add Voting Banner' ) ), // Cashpoints library. 'CashpointsLibrary' => dirname(dirname(__FILE__)).'/lib/cashpoints.php', // Coins library. 'CoinsLibrary' => dirname(dirname(__FILE__)).'/lib/coins.php', // Do not touch this. 'FluxTables' => array( 'VotesTable' => 'cp_votes', 'BannersTable' => 'cp_banners' ) ) ?> [/code] fix by myself.thnx
  10. i dont really get it so this is the error? * 36 : 'm'es "How many berries to coupon?";
  11. hello im using flux v4p by flux and the current reward is cash how can i change it to vote points?
  12. how about suck life?
  13. 1 2 3 4 5 6 7
  14. i changed it to = bu i still cant click it
  15. you have to do it like this.. for example /guild "The Empire"
  16. thhanks it works!
  17. sorry im noob i dont get it:(
  18. yes i can even warp there.
  19. yes it is the owner of the guild heres the error please check it
  20. prontera.gat,163,185,4 script Cenverter 83,{ set @name$,"[^FF0000Converter^000000]"; mes @name$; mes "What do you want to do?"; next; switch(select("Information","Convert")) { case 1: mes @name$; mes "I can convert your Coupon/s into Berry and vice versa."; mes "1 Coupon = 500 Berry"; close; case 2: switch(select("Coupon to Berry","Berry to Coupon")) { case 1: if (checkweight(607,500) == 0 ) goto overWeight; if (countitem(7073) < 1) goto noCoupon; mes @name$; mes "How many coupon to berries?"; input .@num; if (countitem(7073 < .@num){ mes @name$; mes "Insufficient coupon!"; close; }else { delitem 7037,.@num; getitem 607,.@num*500; mes @name$; mes "There you go. Hope to see you again!"; close; } case 2: if (checkweight(7073,1) == 0 ) goto overWeight; if (countitem(500) < 1) goto noBerry; mes @name$ mes "How many berries to coupon?"; input .@num2; if (countitem(607) < .@num2){ mes @name$; mes "Insufficient berries!"; close; }else { delitem 607,.@num2*500; getitem 7037,.@num; mes @name$; mes "There you go. Hope to see you again!"; close; } } end; } noBerry: mes @name$; mes "I'm Sorry but you don't have enough berries."; close; noCoupon: mes @name$; mes "I'm Sorry you don't have enough coupon"; close; overWeight: mes @name$; mes "Sorry you're overweight."; close; } CHECK THE ATTACHMENT TO SEE THE ERROR!
  21. Color : red,black, Name : OnsRO with(www.onslaught-ro.com) then like 255/120 below >> 20k/20k/100% (Blinking if possible) Size : 468x60 Anime : anything you want(just make it nice ) Animation : animated
  22. i think you get the dump crash error? have you tried this http://rathena.org/wiki/GDB#Using_gdb_with_rAthena
  23. ofcourse i have
×
×
  • Create New...