Jump to content

Mhalicot

Community Contributors
  • Content Count

    1971
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Mhalicot

  1. As far as I know you can, Just add trunk in the link to checkout the master only without the branches: zone, rathena, etc.... for example: https://github.com/HerculesWS/Hercules/trunk
  2. the rest of issues were fixed as well? I guess so. what kind of issues?
  3. I'd try to reproduce but no luck, lets wait for others comment..
  4. Hmm, I use the same client but /showname works for me... what langtype you use? can you try to use langtype 0?
  5. have you try to type /showname in-game?
  6. Update Version 3.4 3.4 Fixed Error when compiling.
  7. Hello, Sometimes using our search can save you lots of time.. for instance I'd search your problem and here is the result. Source: http://herc.ws/board/topic/4268-q-tortoise/?hl=tortoisesvn#entry27573
  8. We hope you can update your post and add the answer to your question
  9. Welcome aboard mate, if you have time please read our Forum Rules. Thanks
  10. replace costume into sd->status.name it will become like clif->solved_charname(sd->fd, charid, sd->status.name);
  11. Please make sure that you update your map_cache.dat and make sure that you recompile your server..
  12. I nearly forgot this update. thanks for informing me.. tomorrow I have a business trip will try if I can update it by that time..
  13. Mhalicot

    changelook

    For example: changelook VAR_HEAD_BOTTOM,2314; // Changes "head bottom" to use the sprite with for example view id 2314 (aura mouth equipment)Here are the possible look types:0 - Base sprite1 - VAR_HEAD - Hairstyle2 - VAR_WEAPON - Weapon3 - VAR_HEAD_TOP - Head top4 - VAR_HEAD_MID - Head mid5 - VAR_HEAD_BOTTOM - Head bottom6 - VAR_HEADPALETTE - Hair color7 - VAR_BODYPALETTE - Clothes color8 - VAR_SHIELD - Shield9 - VAR_SHOES - Shoes
  14. When you download a client from somewhere. The client that you download have a client date for example 2014-10-22 Client Download so you must put in your mmo.h #define PACKETVER 20141022 and dont forget to recompile your server. good luck, if it still not clear to you.. just let us know..
  15. Can you be more specific? what Customs is that?
  16. Hi Quoting Yommy's post easy, setup a really shit server and have no clue about what you are doing, then you are destined for 2000 players. but be careful, any kind of professionalism in your setup, you are lucky to get 200 players good luck source What kind of RO interests the Ragnarok community?
  17. Yes. when you want to pull you need to, you need to save to stash your modification first by: Right Click at the folder>TortoiseGit>Stash Save>'<stash message>' --all>ok Update your Git. to recover you just load it: RIght Click at the folder>TortoiseGit>Stash Pop 'it will apply your latest stash you save' I hope it helps. for better understanding you can view info: Source:tortoiseGit/help
  18. Whew, what a relief, at first I was thinking about hotkey.lua/b also but I've been confused because of UserKeys error. Anyways I wish you really fixed your problem (Mark Solved)
  19. Actually it is not solved. I could change it at first (though the window is really small 640x480 and it doesn't let me change it), when I re-open my RO is give me an error: then it resets back to default (F1,F2,F3,....). Make sure you delete all below file in your GRF - ChatWndInfo_U.lua - OptionInfo.lua - UserKeys_s.lua - UserKeys.lua if you have lots of .grf, Please check if that files are available. if yes please remove it.
  20. can you check again what you download? make sure that you download the latest one which is Costume System 2.1.. NOTE: make sure that you recompile your server after applying the diff.
  21. Your welcome, Its my pleasure
  22. It is still having problem (thanks for the help though). It didn't read the new hotkeys and the moment I tried to bind a key it will turn blank again. hmm.. try to use this SaveData.zip make a backup of your own SaveData first.
  23. Try this. save as UserKeys.lua USERKEY_1 = { [9] = { EXE = "Hotkey 2-1", KEY1 = 81 }, [10] = { EXE = "Hotkey 2-2", KEY1 = 87 }, [11] = { EXE = "Hotkey 2-3", KEY1 = 69 }, [12] = { EXE = "Hotkey 2-4", KEY1 = 82 }, [13] = { EXE = "Hotkey 2-5", KEY1 = 84 }, [14] = { EXE = "Hotkey 2-6", KEY1 = 89 }, [15] = { EXE = "Hotkey 2-7", KEY1 = 85 }, [16] = { EXE = "Hotkey 2-8", KEY1 = 73 }, [17] = { EXE = "Hotkey 2-9", KEY1 = 79 }, [18] = { EXE = "Hotkey 3-1", KEY1 = 65 }, [19] = { EXE = "Hotkey 3-2", KEY1 = 83 }, [20] = { EXE = "Hotkey 3-3", KEY1 = 68 }, [21] = { EXE = "Hotkey 3-4", KEY1 = 70 }, [22] = { EXE = "Hotkey 3-5", KEY1 = 71 }, [23] = { EXE = "Hotkey 3-6", KEY1 = 72 }, [24] = { EXE = "Hotkey 3-7", KEY1 = 74 }, [25] = { EXE = "Hotkey 3-8", KEY1 = 75 }, [26] = { EXE = "Hotkey 3-9", KEY1 = 76 }, [27] = { EXE = "Hotkey 4-1", KEY1 = 90 }, [28] = { EXE = "Hotkey 4-2", KEY1 = 88 }, [29] = { EXE = "Hotkey 4-3", KEY1 = 67 }, [30] = { EXE = "Hotkey 4-4", KEY1 = 86 }, [31] = { EXE = "Hotkey 4-5", KEY1 = 66 }, [32] = { EXE = "Hotkey 4-6", KEY1 = 78 }, [33] = { EXE = "Hotkey 4-7", KEY1 = 77 }, [34] = { EXE = "Hotkey 4-8", KEY1 = 188 }, [35] = { EXE = "Hotkey 4-9", KEY1 = 190 },}USERKEY_2 = { [42] = { EXE = "Navigation On/Off", KEY1 = 78, KEY2 = 18 },}
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.