Jump to content

Brynner

Members
  • Posts

    1942
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by Brynner

  1. how to enable @commands works only if you are inside town. but if youre in the field it will say you cannot use @commands outside the town.
  2. anyone know how to make a command for @makehomunculus command?
  3. it happen when i drop any kind of item. i tested it on cotton shirt and knife.
  4. if you will use langtype 0 you will got a problem on a character display name for soul link, taekwon and star gladiator. it will be display on korean.
  5. 2012-04-10aRagexeRE crash after i drop an item.
  6. check this. http://rathena.org/board/topic/65165-about-dual-windows/
  7. does 2012-06-18aRagexeRE can save now client config?like shorcuts and bgm, noctrl and the other settings?
  8. http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/
  9. this is not compatible with rathena server files.
  10. on your pc.c if(sd->status.inventory[n].equip & EQP_HAND_R) { sd->weapontype1 = 0; sd->status.weapon = sd->weapontype2; pc_calcweapontype(sd); clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon); add this line. status_change_end(&sd->bl, SC_DANCING, INVALID_TIMER); //When unequipping, stop dancing. [skotlex] then it would be look like this. if(sd->status.inventory[n].equip & EQP_HAND_R) { sd->weapontype1 = 0; sd->status.weapon = sd->weapontype2; pc_calcweapontype(sd); clif_changelook(&sd->bl,LOOK_WEAPON,sd->status.weapon); status_change_end(&sd->bl, SC_DANCING, INVALID_TIMER); //When unequipping, stop dancing. [skotlex] then recompile
  11. if you are using 2011-03 above. your clientinfo.xml should be inside your grf files
  12. this is greats. but i hope there will also a tutorial for this. 'php' is not recognized as an internal or external command, operable program or batch file. Press any key to continue . . . i already have php i use xampp but the problem still there.
  13. pano ba gawing +10 ung safe na refine item gamit ko ung renewal setup na supported ang +20.
  14. what card are you trying to put on your flu mask?
  15. for example. i set mithril coins as a ticket pass for you to able to go to this map. example. you need to have 1 mithril coin for you to alllow to enter pvp_n_1-1. but 1 mithril coin is limited for 5 entry to the map. after you use 5 entry. you need to get another mithril to enter again this map.
  16. lol i know how to patch. but the problem there its not compatible with rathena, thats the issue that i want to know.
  17. anyone know how to implement this on rathena server files? http://www.eathena.ws/board/index.php?showtopic=246139
×
×
  • Create New...