Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/07/12 in Posts

  1. In reference to this and all future post. Please avoid making this topic into a Support Topic of all kinds. Part 1 - Setting up your server. http://tinyurl.com/7dcwdz2 Part 2 - Getting onto your server. http://tinyurl.com/7nqunos Part 3 - All about groups.conf and setting server admins and GM's. http://tinyurl.com/7u6c442 Part 4 - Adding custom NPCs http://tinyurl.com/8x359bt
    1 point
  2. Inds CeresCP Featuring KeyWorld's Theme. As you may know I'm the new head developer of the Ceres Control Panel, and I've been writing a completely new CP from the ground up. This thread is meant to introduce the project properly and to receive feedback and suggestions, make yourself comfortable to post all your thoughts. Inds CeresCP : Features Some of the highlights Accounts One account can create subaccounts and manage all of them with a single login. Optional "Create Forum Account" checkbox on registration page, works for most popular forum software (ipb/vb/smf/phpbb/others) [*]Administration Features All CP settings (except db connection ones) and features can be managed from the webpage, no ftp/file editing required, this includes theme settings and languages (you can edit languages and add new language sets directly from the admin pages). New themes and modifications can be installed from the webpage as well by uploading their zip/rar file (no ftp required), the cp will process and install them accordingly. [*]System Features The whole control panel backend was written with a single thing in mind "performance". It uses as little queries as it can use and caches all it can in static files for the fastest available page load. It's faster than any control panel out there including the previous version of ceres and uses much less memory. All features of the previous version of ceres were redesigned and are also included.
    1 point
  3. Credit To Rathena,Eathena,Tozorman,Happy Sprite,Basic,eathena,rocrew & all owner sprite and script update more stuff soon
    1 point
  4. Any news on your development? I was inspired by your project, so I decided to write my own client in JavaScript. Currently looks like this: Most parts of making the client are okay, but 3D is really hard. I didn't even know what a mesh was when I started this project a couple of months ago, so I have to fight every step of the way! As you can see, I'm still working on getting the RSM models positioned, and rotated to where they belong. I know I must be doing something wrong, but at the moment I'm totally stuck with this error! Performance seems to be okay so far, but then again I haven't added any of the lighting. Loading a map with models only takes a couple of seconds before it's ready to render. (Well, at least when I'm getting the map files and textures from the local computer...) Typed arrays and buffers also helped a great deal when dealing with network packets, file format loading etc. Previously I'd just been getting the data as plain text, which was a lot of unnecessary work when reading typed structures. Hopefully when I get the map display down I can start on displaying actors and integrating the network and GUI. I'm wonder a bit on file loading though. I wrote a parser for GRF, but downloading a huge file kinda defeats the point of a browser client. I'm wondering if it would be a good solution to just preload a GRF with stuff like SPR/ACT files so the I don't have to worry about latency when displaying characters, and then download the map files and textures when entering a new map. Also I'm thinking about merging GND, GAT and RSW into one file and combining textures to save HTTP calls. Using fewer materials might give a nice performance boost too. Anyway, would be nice to see some more updates on your project. It's been a while since your last video so it'd be exciting to see how much further you've come!
    1 point
  5. Hi iAmRiki, In addition to Judas's post, I'd recommend performing dos2unix conversion. You'd need to install dos2unix for your server and perform; dos2unix athena-start dos2unix start Here's a guide on how to install dos2unix; it is fairly easy. http://xmodulo.blogs...x-on-linux.html
    1 point
  6. Also, http://rathena.org/board/topic/67991-eathena-up-and-other-developments/
    1 point
  7. Hello rathena member this is my broadcaster script Features : With 40 Color Admin menu : Enable npc , Disable npc , setting price. http://pastebin.com/GCuVJk0P
    1 point
  8. I think must be LOG_TYPE_PICKDROP_PLAYER
    1 point
  9. try change pc_additem( ssd, &item_tmp, 1); into pc_additem(sd, &item_tmp, 1, LOG_TYPE_SCRIPT))) you need 1 more parameter for log part.
    1 point
  10. http://rathena.org/board/topic/67721-eathenas-upgrade/
    1 point
  11. The only problem I see with that is managing timers (Manager, gard, and df all have them). Is it really worth setting up one gigantic NPC full of conditionals? (Remember, SE is far more complex than FE...)
    1 point
  12. That won't fit. If you add it and save it, your client will error. Create Player has just enough characters to fit the gap
    1 point
  13. Hi pilopil, To update your SVN, you'd simply 'cd' into your trunk folder and use the command; svn update I would recommend taking a backup of your trunk files before proceeding.
    1 point
  14. the last known bug from this feature has been fixed in r16555. should you step by any bugs please step by our core bug tracker :3 thank you
    1 point
  15. i'm not handing over any deadlines nor progress.
    1 point
  16. Hi onizame, If you actually named the folder 'secret_folder_name'; then it would probably be like this... http://<YOUR_SERVER_IP_OR_HOSTNAME>/secret_folder_name/setup/
    1 point
  17. it will break the blender. @when: not soon. rathena has the highest priority and it takes most of my time.
    1 point
  18. im using this ExtendedVendingSystem_1.8.1.patch and latest revision of rA. Please update your diff/patch file. Thanks after patching the diff using tortoise. see the image below
    1 point
  19. @Emistry: The chances are actually 1%, 2% and 7% for your code. The else if makes sure that lower numbers are already counted for. For 1%, 3% and 10%, you should set them to "< 1", "< 4" and "< 14".
    1 point
  20. Are you trying to make something.tk --> somethingelse.no-ip.info ? That would be a CNAME record. To setup [manastoryro.tk] Type = CNAME Record Host Name = @ IP Address = <somethingelse>.no-ip.info (your No-IP sub-domain) To setup [www.manastoryro.tk], the settings would be the same except Host Name = www
    1 point
×
×
  • Create New...