Jump to content

VladimirCastro

Members
  • Posts

    298
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by VladimirCastro

  1. Why not take the script and simply remove the reversed transaction? You'd literally comment out two blocks of code. o_o sorry but im really noob with script im here for request. im requesting if someone can do it. so if someone can provide me the script then really appreciate it
  2. as i said no vice versa . i want something like he will talk and at the end will give the pass. if he meet the requirment of 20points
  3. well i want something like no vice versa just an npc that u can redeem ur pass if u have 20 points
  4. hi i would like to have an npc that will exchange my custom points to an item id 7350
  5. i want my gold room to spawn this monster but it get me sprite error can someone give me the sprite pls thnx
  6. hi how can i add that they can use bubble gum if they are level 90
  7. oh btw i added this one but it doesnt warp new_1-1,57,116,4 script Hein 90,{ set .@n$, "[Seyra]"; setarray .@rwd[0],12211,10,12263,10,12210,5,7621,10; // Rewards: <item id>,<item amount> query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", .@lip$); if ( getd("$" + .@lip$ + "_NG") > 0 || #NewbieGift > 0) { mes .@n$; mes "I'm sorry, the rewards are exclusively for new players."; close; warp "prontera", 156, 191; } because this script is 1 per account only so if they create new char they willl got stuck so i want them to get warped to prontera too
  8. new_1-1,57,116,4 script Hein 90,{ set .@n$, "[Seyra]"; setarray .@rwd[0],12211,10,12263,10,12210,5,7621,10; // Rewards: <item id>,<item amount> query_sql ("SELECT `last_ip` FROM `login` WHERE `account_id`=" + getcharid(3) + "", .@lip$); if ( getd("$" + .@lip$ + "_NG") > 0 || #NewbieGift > 0) { mes .@n$; mes "I'm sorry, the rewards are exclusively for new players."; close; } mes .@n$; mes "Welcome! Here are some free gifts"; mes "for newcomers:"; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) mes .@rwd[.@i+1] + " x " + getitemname(.@rwd[.@i]); close2; set #NewbieGift, 1; setd "$" + .@lip$ + "_NG", getd("$" + .@lip$ + "_NG") + 1; for ( set .@i, 0; .@i < getarraysize(.@rwd); set .@i, .@i + 2 ) getitem .@rwd[.@i], .@rwd[.@i+1]; end; OnInit: waitingroom "Newbie Gift!",0; end; } how can i add auto warp to prontera and auto save to prontera script is located in new_1-1
  9. how about for 2013 clients?
  10. conf/char_athena.conf and look for this start_point:
  11. hello guys i dont know if im in the right thread but just want to request for this kind of script its like normal player can broad cast using #main or idk just check the screenshot
  12. i would like to request this kind of script. like every 10 cards = 1 old card album
  13. how can i make the text in color>
  14. what i mean is First Category is tcg to zeny 2nd will be zeny to tcg .
  15. i have script that change only tcg to zeny how can i put 2nd category that chagne zeny to tcg heres my script prontera,157,181,4 script Exchanger 2 2035,{ mes "Please input the amount of TCG you wish to change into Zeny"; mes "Each TCG = 100,000 zeny"; mes "Currently , you have "+countitem(7227)+" TCG."; input @amount,0,countitem(7227); if ( @amount < 1){ mes "You have choose to end the deal."; close; } delitem 7227,@amount; set Zeny,Zeny+(@amount*100000); mes "You have changed "+@amount+" TCG into Zeny."; close; }
  16. npc is not showing and i get this error
  17. thatswhy i don't believe on those providing ragnarok servers. no hurt feeling.
  18. this one work for eamod aswell?
  19. check this ! http://rathena.org/board/topic/84843-mmo-charstatus-size-n-is-too-big-to-be-transmitted/
  20. yes manualy delete mo ung mba cp_tables then try again
  21. paki check nman ng client version sa src mo. and ung client version ng client mo ngaun
×
×
  • Create New...