Jump to content

Poseidon

Members
  • Posts

    107
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Poseidon

  1. it has been updated as i said i updated my kro files and now i see the pictures but korean info hence why i ask if anyone had an english translation for iteminfo.lub, before i updated i saw english info but apples as the pictures
  2. Hi guys ive just updated my KRO files and now i see the pics of the reballion weapon npc's in prontera but the info is all in korean, does anyone have an english translation for the iteminfo.lub/lua please kind regards poseidon
  3. Hi guys Im having the exact same problem, not sure why changing the setting " show_mob_info: 2 " in monster.conf doesnt do anything, is it that we are missing a packet for it or is it the newer clients? kind regards Poseidon
  4. Poseidon

    About FluxCP

    It is possible, if you have a dynamic public IP then you need to use noip.com you make an account and a host name then download there dynamic updater client and install. Once it is configured correctly even if your public ip changes then players will be able to reach your web server, no you need to apache,mysql,php for windows Wamp or xampp these programs install apache,mysql and php, there are others like abyss web server but its a little more complicated once you have installed either program you will need to port forward port 80 (http) to do that you will need to configure that on your router every router is different so i cant give a tutorial on how to port forward. once you have done that then you will have a web server running for flux. thanks for reading, if you need any more help im more then happy to help. just a quick note its much easyier to buy web hosing then have a local web server set up, you can find web hosting at resonable prices these days i myself offer web hosting from £2/mo plus it looks more professional then have a host name as it would something like yourro.noip.org Kind regards PoseidonRO
  5. SVN Update does not delete player account as that is held in mysql databases, it depends on what operating system you use if its linux then in putty/Terminal type svn up if you use windows right click on your server folder ie Trunk and click svn update
  6. Hi Guys, Im getting an error when trying to whisper to my tool dealer [Error]: npc_event: event not found [ToolDealer::OnAtcommand] Here is the script //===== rAthena Script ======================================= //= Whisper Tool dealer //===== By: ================================================== //= Poseidon //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena //===== Description: ========================================= //= Whisper Tool dealer //===== Additional Comments: ================================= //============================================================ - script Shop -1,{ OnWhisperGlobal: bindatcmd "sell","ToolDealer::OnAtcommand"; end; OnAtcommand: callshop "ToolDealer", 0; end; } - shop ToolDealer -,611:-1,1750:-1,501:-1,502:-1,503:-1,504:-1,506:-1,645:-1,656:-1,601:-1,602:-1,1065:-1,2239:-1 basically i would like players to be able to type @sell anywhere , and the tool dealer to pop open Thanks
  7. Hi everyone, currently im having proplems connecting to my server using client data 2013-07-03a, i followed the tutorial and ive searched and triple checked all my configs and everything is the way it should be, The server is hosted im using current revision as its a new svn checkout, ive check my mmo.h and it set to my client date, ive added the packets to my packet_db.txt and change default to 38, ive triple checked my clientinfo.xml change servertype = primary, version=38, lang=0, im now losed on what to try any help will be gladly accepted. kind regards Poseidon Edit: Solved noob errors as usual
  8. To set a server to be trans only you will need to just have a job changer that only allows up to trans class, to remove renewel you need to go to /src/config/renewel.h open it with notepad++ and add /// at the begining of this line #define RENEWAL then recompile your server setting up a server is also on Rathena wiki you should check it out with adding mount there is no need too as the mounts are already in rathena svn. Use item 12622 to use the mounts.
  9. You need to either, install MySQL server or the version you have installed is to old so you need to update it by running yum update
  10. Okay thank you pointing me in the direct it was missing cp_itemshop database
  11. Hi guys, my flux cp installation isnt showing my item_db, even tho my item_db,item_db2,item_db_re already in my Mysql database, When i go to my item database link on my flux installation its empty but if i go to look at my character inventery it has items and i can see the information. Any help will be appreaciated thanks
  12. [Error]: intif: guild info : data size error Gid: 1 recv size: 12492 Expected size: 12492 Thats the error im getting in putty, Would anyone know how to fix it please? I dont get any error while compiling nor configuring i use centos 6.2. Thanks
  13. do i try and change the /re/statpoint.txt to the /pre-re/statpoint.txt and see if that works stil doesnt work with me chnaging the statpoint.txt
  14. i just edited pc.c to the pre renewel formula so i need to make a copy of the pre-re/statpoint.txt? to make it work
  15. Okay im running svn 16448, ive already made the changes to the renewel stat formula to use pre renwel formula i re compile and it doesnt change anything in game im still needing a massive amount of stat points to just to add one. any help will be appreaciated. also it was working before the update so what has changed since. i dont want to lose renewel in everything. Thanks Poseidon
  16. Hi everyone i have a problem with downloading .rar extentions and rgz extensions with this patcher, When i add this into my plist on my webserver 10:ARCH:system.rar it doesnt download the patch when i start kpatcher. Any help would be appreaciated.
  17. Hi everyone i have a problem with downloading .rar extentions with this patcher, When i add this into my plist on my webserver 10:ARCH:system.rar it doesnt download the patch when i start kpatcher. Any help would be appreaciated.
  18. Thank you for your reply ill have alook at making the changes to my script soon but it was very first scrpt ever so it was more about me learning to script then really to release it but i seen No one has provided a warper that is current ie includes all warps to the likes of eclage,manuk,splendide.
  19. Hi guys i though i mite aswell release this version of my warper, It includes last warp and all new warps include eclage,port malaya,munk splendide. Oh before i forget it also charges for warp to dungeons and it only warps to first lvl of each dungeons. Enjoy Poseidon warper.txt
  20. Okay heres my problem when i try to connect i get to character creation screen and click on an already made character to load up it rejects me from server and gives me this error. [info]: clif_parse: Disconnecting session #7 with unknown packet version. I tried adding the packets to my packet database from off one of the links on this forum but still cant get past character creation. Ive also look at all relevant posts about this error and still nothing has worked, i also patched my client with skip packet header obfuscation. Could anyone help please? Thank You
  21. Okay here is my problem im currently developing my server with max lvl 255/120 renewel mechanics and max stats 255, i can go to max lvl 255 and job lvl 120 but i can only put about 200 stat points in one stat the cost per stat point goes up to 92 when hitting 195 stat points. how can i fix this problem please? ive already tried changing my statpoint.txt with pre-renewel but it didnt work.
  22. Hi guys ive designed a website for my up and coming server, but im unsure how to slice it so i can start coding it. If anyone can help me i would really appeaciate it.
×
×
  • Create New...