Jump to content

goddameit

Members
  • Posts

    562
  • Joined

  • Days Won

    14

Everything posted by goddameit

  1. Most of things is same as original --> http://rathena.org/board/topic/57128-king-of-the-hill/ Different in 1. There is no safe base to let you take a breath. 2. There are 4 area will give you full heal when you touch it. 3. If Resurrection poring was killed before it raise up you, you won't be raised until someone use Yggdrasil Leaf on you. 4. Use other pretty map for replacing my ugly one. Map download : http://rathena.org/board/files/file/2482-custom-vending-map/ Script dowload : King of the Hill_vend_zone.txt
  2. Preview: HD: http://bit.ly/RoZB5p Original idea: http://rathena.org/board/topic/73020-nhelp-barricade-training-dummy-damage-test/#entry149886 Set: Monster monster "2@cata",.@x,.@y,"Practice",1083 <---here,1 Download: Practice.txt Note: Using instance system, so don't forget you need a party. Note2: create in rA, 100% work well.
  3. script error on npc/test.txt line 4 parse_line: need ';' 1 : { 2 : if(b_test){end;} 3 : getmapxy(.@m$,.@x,.@y,0) * 4 : 's'et b_test,1; ....lol don't you see that error on your map-server?
  4. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/item_bonus.txt
  5. awesome did those complete? - post#37 - need to do *viewpoint - post#38 - respawn system need to tweak
  6. http://rathena.org/board/forum/36-source-requests/
  7. put ''All Job Manager'' & ''Mr. Popeye'' to up the ''LMS'' cause when loading script, server load ''LMS'' first
  8. the things that im blur, getprontera,138,174(.@m$,.@x,.@y,0); ?? or getmapxy(.@m$prontera,.@x138,.@y174,0); ?? do not use my topic to ask your request, use http://rathena.org/board/forum/30-scripting-support/ or http://rathena.org/board/forum/32-script-requests/, thx.
  9. type *getmapxy("<variable for map name>",<variable for x>,<variable for y>,<type>{,"<search string>"}) This function will locate a character object, NPC object or pet's coordinates and place their coordinates into the variables specified when calling it. It will return 0 if the search was successful, and -1 if the parameters given were not variables or the search was not successful. Type is the type of object to search for: 0 - Character object 1 - NPC object 2 - Pet object 3 - Monster object. While 3 is meant to look for a monster object, no searching will be done if you specify type 3, and the function will always return -1. The search string is optional. If it is not specified, the location of the invoking character will always be returned for types 0 and 2, the location of the NPC running this function for type 1. If a search string is specified, for types 0 and 1, the character or NPC with the specified name will be located. If type is 3, the search will locate the current pet of the character who's name is given in the search string, it will NOT locate a pet by name.
  10. oh, I didn't notice it OnPCDieEvent: //Add below getmapxy(.@m$,.@x,.@y); if(.@m$!="koth01") end; if(!getcharid(1)) end; //Add above if(getcharid(1)==.pid[1])
  11. (Now Version : Beta 1) Main page : http://bit.ly/MTUWaY Plant System - Main This script make you can plant some plants in game. What you need to do is bring up and protect it. Some picture preview : http://goo.gl/YadzC Plant System - Dead (Beta 1) There is some way will lead your plants to dead : 1. You forgot give plants water or give too much ---> w > 20 || w < 1 2. The soil nutrient run out. 3. Other people pluck your plant Plant System - Self (Beta 1) This video show how you can do. Plant System - Other 1. Other people can do 'pluck' on your plant by searching your plant id. (Beta 1) 2. You can't plant near any npc or warp. (Beta 1) Install : 0. Download 'location_export_rA' , 'sql files' and 'Plant_system_Beta 1'. (Main Files) 1. 2. Step by step. 3. Add those into mob_avail.txt 4. Add those into mob_db.txt (rA specify) 5. Add those into item_db.txt 6. Add '17504,7504' into item_avail.txt 7. Put this script folder into your server 'npc' folder. 8. Open 'scripts_main.conf' and add those. 9. Now you can use 17504(item id) to open your menu. PS : Totally just sql + basic commands, so I think it works on rA too.
  12. ah?
  13. you just need to edit it and you will know is it or not.
  14. why not just open those one by one and look for map name,x,y,waitingroom
  15. cause I mistaken it as "use item to change class"
  16. the number in your bg script of command line will look like this waitingroom "Battle ....",10,"....",1; change 10 to 5 and if there is other limit by using 10 also change to 5
  17. area of script function define I think it should be this >> http://i.imgur.com/kBGYe.png
  18. download well, or you can ask for admin why you can't donwload.
  19. then change 10 to 20
  20. so owner can sell or drop their castle?
  21. goddameit

    WoR Event

    That's amazing.. is it working with latest rathena? I only use basic commands, so I think it could.
  22. goddameit

    WoR Event

    bg is a good way, but it needs to create a waitingroom to give a bg team (we have bg_monster_set_team but no bg_set_team? blablabla :3)
  23. goddameit

    WoR Event

    like this ? http://goo.gl/2hb5S
  24. http://rathena.org/board/topic/69747-friends-warper/ change query_sql "SELECT `friend_account` FROM `friends` WHERE `char_id` = "+getcharid(0)+"",.@aid; to getpartymember getcharid(1),2; set .@num,$@partymembercount; copyarray .@aid[0],$@partymemberaid[0],.@num; map limit :http://rathena.org/board/topic/69747-friends-warper/#entry134223
×
×
  • Create New...