Jump to content

Brynner

Members
  • Posts

    1960
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Brynner

  1. does 2012-06-18aRagexeRE can save now client config?like shorcuts and bgm, noctrl and the other settings?
  2. http://svn6.assembla.com/svn/ClientSide/Lua_Project/lua%20files/
  3. this is not compatible with rathena server files.
  4. 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
  5. if you are using 2011-03 above. your clientinfo.xml should be inside your grf files
  6. 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.
  7. pano ba gawing +10 ung safe na refine item gamit ko ung renewal setup na supported ang +20.
  8. what card are you trying to put on your flu mask?
  9. 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.
  10. lol i know how to patch. but the problem there its not compatible with rathena, thats the issue that i want to know.
  11. anyone know how to implement this on rathena server files? http://www.eathena.ws/board/index.php?showtopic=246139
  12. is this working for a latest revision?
  13. how to enable @pk for towns only. if you go to the field and dungeon you cannot use @pk.
  14. yah i use it for testing purpose only.
  15. that woe setter doesn't work. it opens all castle at the same time.
×
×
  • Create New...