Jump to content

iubantot

Members
  • Posts

    312
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by iubantot

  1. Im having troubles using visual studio 2017 im having these errors what i did was download the visual studio 2017 community edition then grab latest rathena from github but i cant compile.(total newbie with this sorry)
  2. Why i cant use express 2010 on the latest copy of rathena? what version should i use instead?
  3. wth dude i never asked about your capabilities :)) you really need to start talking to someone...
  4. sorry for not being so great to do this and asking the rA for it to be implemented. but dude why would you need to boast about how easy things are. people will not ask questions if they can do it by themselves.
  5. this one is a really good feature i really hope that rA will implement this soon
  6. https://github.com/zackdreaver/RO-Clientresources
  7. i would love to test pull requests and i have time its just that i only know manual patch is it possible to marge multiple pull request on local repo?
  8. How do i patch/merge pull requests to my local latest rA? because rA is taking too long to merge pull request ex : i want to merge this on my server latest pull from master branch : https://github.com/rathena/rathena/pull/1708
  9. So I decided to use this client because it has some good features. but i am encountering some problems I am using latest rAthena from github.(last commit 3/11/2017) 1) How do I edit or add small icons like these?
  10. Just like the title says,when i use @night on my custom map it does not work.
  11. the effect isn't showing because its view id is -1
  12. how to use specialeffect on certain location? so how do i use it on map, x, y ? the effect number is 343 (heart shaped safety wall)
  13. so ive been searching on how to make the instance_enter be like this. when the party leader picks enter dungeon all the party member will be warped too at the same time.
  14. it still return 0 even if my job is AB or mecha or GX or gene or RG (
  15. if ( // BaseThird == Job_Rune_Knight || // BaseThird == Job_Warlock || // BaseThird == Job_Ranger || BaseThird == Job_Arch_Bishop || BaseThird == Job_Mechanic || BaseThird == Job_Guillotine_Cross || BaseThird == Job_Royal_Guard || // BaseThird == Job_Sorcerer || // BaseThird == Job_Minstrel || // BaseThird == Job_Wanderer || // BaseThird == Job_Sura || BaseThird == Job_Genetic // BaseThird == Job_Shadow_Chaser ) set @bodystylemax,1; else set @bodystylemax,0; I cant seem to make this work... what is wrong? I want @bodystyle to be 1 if the job is not comment with //
  16. shows the remaining time for instance cooldown ex: OGH : 5 hrs remaining before next instance **sorry for the first post
  17. mga ka rA suggest naman kayo ng best hosting ung maganda ping sa ASIA at may ddos prot maganda rin sana service saka support salamat!
  18. ftp://ftppatch.ragnarokonline.jp/pub/dl-gunghoftp/roftp/160712_2ndcos_ra.gpf
  19. i want it to be heard by all players online even in different maps like a broadcast
  20. how do i play a sound effect that all players online will hear it?
  21. how to remove options from an equipped item?
  22. how to get the names of the players inside a waiting room w/o warping them?
  23. can we expand our npctalk like in herc? //from herc *npctalk "<message>"{,"<npc name>"}; This command will display a message to the surrounding area as if the NPC object running it was a player talking - that is, above their head and in the chat window. The display name of the NPC will get appended in front of the message to complete the effect. // This will make everyone in the area see the NPC greet the character // who just invoked it. npctalk "Hello "+strcharinfo(0)+", how are you?"; npctalk "Hello "+strcharinfo(0)+", how are you?","Another_NPC_Name"; source : https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt i think this is very useful in making instance scripts
×
×
  • Create New...