Jump to content

ICEROCK

Members
  • Posts

    228
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by ICEROCK

  1. did you read the topic? or just the topic title?
  2. this project is cool but gender lock is not so nice.
  3. use the egg item id not the pet id
  4. it might help you browse this topic http://rathena.org/b...isable-storage/
  5. inside your pvp script your_pvp_map mapflag nocommand 90 change your_pvp_map to your pvp map. (obvious)
  6. http://zonelance.blogspot.com/p/codename-vanguard.html
  7. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/item_trade.txt
  8. look for this: and add these lines?: One more thing, what if i want to give 3 or more items? How could this be? Just correct me if im wrong As I Said, i myself is trying to learn too Thanks for the reply Anubis, help really appreciated btw. haven't tried it yet but i just cant find the list of players XD Actually, we can use the one Mootie posted. Package one and stuff codes! Thanks mootie D: well I asked you the situation I made the script as ; Players on the map can get prizes by the rules you set. and the array you are saying cant be done on input for you want to edit them time by time so instead of making permanent array it will need something to store the input arrays. anyways let me make the script again.
  9. make a custom usable item and use that script. on pet(poring) bonus use intravision bonus.
  10. if you want to change your character sprite you need to make a new job for that sprite. then in db script use change class. * TIP: You can replace one job sprite that you are not using like kagerou/oborou. So adding job is not necessary.
  11. ICEROCK

    Quick Question

    depends on what are the files that needed to update. http://trac.rathena.org/timeline
  12. try this item script ... 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ atcommand "@autoloot 1"; sleep2 1800000; atcommand "@autoloot off"; },{},{} Thanks to Jeroen in IRC for providing easier solution than making an script function. * topic should be in db request though.
  13. check jobs for what? if its an npc theres an easy way.
  14. Here try this. - I am not a PRO scripter I am still studying. So if you find any bugs/glitches on the script kindly pm me immediately. http://pastebin.com/zW6T24dt
  15. try this item bonus. rentitem 9001,604800;
  16. i need more info to create the script. are you the one to put the list of their names in npc and they can get it anytime or the winners will be warp to a map which the npc is there and they will get their reward according to your rule(names identification). Reward Item ID? or you want it to be dynamic?
  17. http://browedit.excalibur-nw.com/?a=download
  18. edit your map gat you can use this tool to do so http://browedit.excalibur-nw.com
  19. // Kindly VOTE UP my post if I helped. // Edit By: Anubis // Script By: MrVandalBus - script Cool_Mod -1,{ OnPCDieEvent: set .@killer$,rid2name(killerrid); if (.@killer$ == strcharinfo(0)) { dispbottom "You've commited suicide."; end; } else { dispbottom "OMG! " + .@killer$ + " killed you! Ressurect and PAWN him back!"; end; } OnPCLoginEvent: if(getgmlevel() == 0) { mes "^ff0000[Welcome]^000000"; mes "Hello ^ff0000"+strcharinfo(0)+"^000000,"; close; } }
×
×
  • Create New...