Jump to content

FelixBeta

Administrator
  • Posts

    96
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by FelixBeta

  1. It has own pros and cons. If you want flexability, customizable compiling/scripting, maps (if you have those), then php is way to go. For other cases C++, it's more compact and easier to run
  2. There is nothing really to teach, you just open xlsx files and learn what server consist of and what each value does. That way you will learn how to change/create items/npcs/monsters/quests fast
  3. Consider to use excel parser from forum. Structorian gone to history
  4. Use developer launcher to connect to your server. I'm not familiar with [E:1] error code
  5. Um, "Basic usage" is a tutorial. Other then that, it's just a RFS unpack/repack tool for your RFS files
  6. npc buying price is script price + 10% npc selling price is (script price / 2 - 10%). So if you want your booty to be sold for 45000 roughtly, set 100000 in script
  7. tbl_AccountTrunk if you mean bank. But not sure of such old version even has a bank system
  8. Well you were talking about GM account, because you mentioned pInsert_Staff procedure. To login gm account you need add ! before login. As for normal account, you would need add BILLING entry of that account
  9. Parser is literally on this forum
  10. Those are commands from 2232 server. You may need tweak offset to use gm commands or use some gameguard
  11. Works perfectly as long as you use it on SQL 2014 or newer (2014 recommended). Older version may have issues
  12. Updated tool, gives better naming without removing .RFS or adding extra one.
  13. If you mean 2022 "timegate" thing, for that you would need a game guard or if you are using yorozuya, there was somewhere a dll shared with fix. But no one knows what's inside it
  14. For that you would need to be a Odin Secure customer. It's just part of guide for customers It's a paid product, so just skip that part.
  15. Video tutorial of how to install Microsoft SQL Server 2014 and RF Online 2.2.3.2 server and client. Server and client files:
  16. I've been using various RFS Unpack and Repack tools for quite some time. Each has its own set of advantages and disadvantages. For instance, some tools unpack files into the current folder, while others require you to drag and drop all the files from a folder to create an RFS file. I've developed my own tool that operates in a way that makes sense to me, and I hope you'll find it useful as well. Basic usage: 1. To unpack, simply drag and drop your .RFS file onto the executable. The files will be unpacked into a folder named %RFSNAME%.extract. You can drop multiple files simultaneously. 2. To repack, drag and drop your %RFSNAME%.extract folder onto the executable to create an RFS file. Again, you can drop multiple folders at once. Download: https://www.mediafire.com/file/7ddkxcxus0mjtgb/RFSTool.exe/file
  17. I believe this can be fixed by changing sql connection driver in zone server rfacc.ini (I don't remember for sure since I don't work with AoP) To something like this: [Options] DBSTR = Provider=MSDASQL;DSN=BILLING;Source=BILLING;UID=sa;PWD=123456;Initial Catalog=BILLING; ErrDBSTR = LogLevel = 2 But this will work only if custom billing reads it
  18. Certainly. Original forum had plenty of great guides and releases, sadly it got lost. If you can post something - feel free to do it. Just don't forget to include original author mention
  19. perhaps you break the client formula, or didn't compile client side. Can be anything Be careful with what you edit and compile, looks at files dates, and don't forget to do client dat->edf
  20. you missed 2 step sir. You should just edit 1 path in the beginning. You don't need to edit file path. All you need is to change WorkDir = "C:/RF_Online/Parser" to WorkDir = "D:/RF/Parser"
×
×
  • Create New...