Jump to content

Poseidon

Members
  • Posts

    107
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Poseidon

  1. 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



     

  2. 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

    • Upvote 1
  3. 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

  4. 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

  5. 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.

  6. 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

  7. 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

  8. 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.

  9. 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.

  10. 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

  11. 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

  12. 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.

×
×
  • Create New...