Jump to content

sandbox

Members
  • Posts

    949
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by sandbox

  1. - script racestart -1,{ OnInit: bindatcmd strnpcinfo(1),strnpcinfo(1)+"::OnAtcommand",99,99; end; OnAtcommand: donpcevent "pracetrigger::OnRaceTrigger"; end; } Try this.. Read the steps next time http://rathena.org/board/topic/92896-quests-games-custom-poring-race/
  2. I think 32767 is the limit
  3. sandbox

    pet talk off

    Yes, just remove everything in pettalktable.xml
  4. In my server before, I used an NPC named as 'Poring Race Warper' to warp players inside the poring race map, just create an NPC named like that and everything should be fine Next time, you can post on the script support thread.
  5. Check the upper part XD if you want it equippable by all class, make it like the job and upper > 0xFFFFFFFF,32
  6. change this line getitem getarraysize(.@t_reward$),1; to getitem .@t_reward$[rand(getarraysize(.@t_reward$)],1; remove this line getmapxy (.@map$, .@x, .@y, 0); then change if( .@map$ == .@t_maps$[.@a]) to if(strcharinfo(3) == .@t_maps$[.@a] && rand(5) < 2) to add 20% chance only Kindly test it too xD
  7. You can could try to copy them manually one by one xD
  8. Not declaring the item part would make every equip you are wear unbreakable.. xD
  9. D Armor The armor which is produced with the metal which is not the possibility of seeing from the human world. It reveals and bet it hides the mysterious one force which is difficult. All Stats + 2 Increase maximum HP by 1% per refine rate. Indestructible (except in upgrade attempts). Adds 100% Resistance from ^000088Freeze ^000000Status Diabolus Armor, Dark Bacilium, Diabolus Boots & Diabolus Robe Equip Set Increase damage inflicted on all Properties by 12%. Gives 20% Resistance from All Properties Enable to use Level 7 Warm Wind All Stats + 5 Script: D Robe Form of endless gloom day [leng] mantle. It puts only the person who overcomes the bud will be able to use. Allstats +2 Indestructible (except in upgrade attempts). Mage, Archer, Thief, Gunslinger, Taekwon Class Perfect Dodge + 6 Additional Perfect Dodge can be earned by Refining, and is equal to the Refine Rate * 4. Swordman, Merchant, Acolyte, Ninja Class Reflect 6% of all Physical Melee Damage back to the enemy which inflicted it. Additional Reflect Damage can be earned by Refining, and is equal to the Refine Rate * 4. Diabolus Armor, Dark Bacilium, Diabolus Boots & Diabolus Robe Equip Set Script: D Manteau (Shield) Allstats + 2 Reflect + 5% of all Physical Melee Damage back to the enemy which inflicted it. Indestructible (except in upgrade attempts). Adds 100% Resistance against Stone Curse Script: D Boots In the wearing voluntary foot rightly the mysterious one boots which controls a oneself size. It appears to be living as. Flee + 15, Allstats + 2 Increase Movement Speed by 100% Indestructible (except in upgrade attempts). Gain immunity to the ^880000Sleep^000000 status. Maximum HP + 10% Maximum SP + 10% Diabolus Armor, Dark Bacilium, Diabolus Boots & Diabolus Robe Equip Set Script: Well that's it. Please correct some things for me when you see wrong script. Thanks! Good job! Only missed out a few scripts. Should work properly, kindly double check too! XD
  10. You can try searching for a similar thread like that in the forums. I'll try to give you an idea.. You can achieve this also by executing an SQL query on your database.
  11. https://github.com/rathena/rathena/blob/master/db/re/skill_require_db.txt#L236 change 'none' to 'move_enable'
  12. No they are not, RE item_db uses the new atk/def/matk, etc. formula.
  13. I think it already does, depends on your client version too.. Why not diff it and see for yourself?
  14. try 0xFFFFFFFF and change the upper to 32
  15. @version? And by default, it shows your version upon login if you didn't disable it in the conf.
  16. Maybe your RO client is running? And or you are out of disk space.
  17. I used 31000+ before
  18. Sorry, i forgot. It's in status.c
  19. For full throttle, Find the 6 lines containing this. if(sc->data[SC_FULL_THROTTLE]) Below that you will see the formula str += str * 20 / 100; Change the 20 to 10. Do the same with the other stats.
  20. Anong ibig sabihin mong "effects"?
  21. No, you replace it
  22. go to your SQL database. and find the query/sql tab, then paste those codes.
  23. input .@mname$; getguildmember getcharid(2),0; .@count = $@guildmembercount; copyarray .@name$[0], $@guildmembername$[0], $@guildmembercount; for (.@i = 0; .@i < .@count; .@i++) if(.@mname$ == .@name$[.@i]) { mes "You are in the same guild"; close; } Try
  24. Update your SVN, a bug report was related to this and is already fixed.
  25. Oops sorry.. Try this. atcommand "@homfriendly "+(gethominfo(3)+100);
×
×
  • Create New...