Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by denvee

  1. denvee

    Add level requirement to this reset stats script for Ran CP

    Can someone please add a level requirement for reseting stats in this script? I think it is simple but i am not a coder. I want it so only level 300 players can reset their stats. Thanks <?php require("config.php"); $error=1; if($_POST['lostpassword']=='Buy') { $error = 2...
  2. denvee

    About VPS

    upload your files to an online file server like mediafire or megaupload. save the link... once you have your VPS you can login to it via remote desktop and use it like a regular computer. then you can download your files to the server and set it up... thats it
  3. denvee

    Help On Stats Normal And Extreme

    edit the .classconst of the class you want to change find these values... fHP_STR : How much HP per Vit point you get fMP_SPI : How much MP per Int you get fSP_STA : How much SP per stm you get
  4. denvee

    Php gmc base on bk gmc release

    still stuck on processing with the steps you highlighted.... the way i made it work is... edit gmc.ini only the sql host, sql user, and sql password then i was able to login using the default user :administrator and password: administrator the moment i logged in, boom, it asks me for the sql...
  5. denvee

    [Discussion] Your Experiences on SQL Servers for RanOnline

    if 2008 is more stable than 2k5 then what bout mssql 2012... i dunno about performance but i use 2012 and it works... if you guys have a .edu email you can get the enterprise edition for free at dreamspark.com it is a microsoft website giving free server software for any school with an email...
  6. denvee

    Problem problem problem

    for your second problem.... only bread drops because it is the first and it is on 100% the drops has to total 100% the way you have it setup is 300% which will not work you can set it up like this ITEMSPEC 190 70 -> Bread ITEMSPEC 191 20 -> Refines ITEMSPEC 451 10 -> Armors so 70%...
  7. denvee

    Ran Control Panel DDS Error

    edit ur php.ini mssql.secure_connection = Off <--- if database is not on same machine mssql.secure_connection = ON <--- if database in ON SAME machine
  8. denvee

    [Help!] About pow all class

    copy paste from You must be registered for see element. class0.classconst (fighter values) class1.classconst (swordman values) class2.classconst (archer values) class3.classconst (qigong values) here is the explained list of the terms in there : fWALKVELO : walk speed fRUNVELO : run...
  9. denvee

    RanCP hosting inquiry

    thanks for that info...
  10. denvee

    RanCP hosting inquiry

    1. enable remote access on your database server... 2. on your game server, setup OBDC to connect to ur database server 3. on your web server, im using xampp, on the setting ; Use NT authentication when connecting to the server mssql.secure_connection = Off... if you have ur web server on the...
  11. denvee

    RanCP hosting inquiry

    hostgator is not free dude.... i am looking for a free one
  12. denvee

    RanCP hosting inquiry

    yes... my web server is separated from my game server and database. so i have 3 computers handling database, game and web.... the thing is it is all in one location. i wanna separate my webserver via a free host to lessen network traffic..
  13. denvee

    RanCP hosting inquiry

    is there a free webhosting out there that can host a RAN Control Panel out of the box? i tried x10hosting and 000webhost but im getting no where... if you are successfull in getting this host to host ur ran cp can you tell me what you did?
  14. denvee

    About Damage

    just go open your skill editor and on the second page look for NUM... thats the number of hits the skill will do... you can put 3 or 4 or 5 depending on your liking...
Back
Top