Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/07/17 in all areas

  1. Didn't we plan to make this as Xmas Nightmare bundle? From my comment at Pull: 1620#issuecomment-253699196 Sample to use the 'premium' storage conf/inter_server.conf Sample NPC Extra
    2 points
  2. Storage Types Optimization As of Git Hash: ade1b17, rAthena has moved the Cart, Inventory, and Storage types out of the mmo_charstatus! What does this mean to you? These storage types now mimic Guild Storage and can be loaded/saved whenever needed. Relieves mmo_charstatus from having to send storage types and lets the char-server handle it. All item storage types now have an increased max amount. Custom Storages can be created in conf/inter_server.conf which mimics official behavior of secondary Storages. Each Premium Storage behaves as a unique Storage for players to access. Images below show it in use. Fixes players having to log out to resync cart item data before opening a Vending Store. Refactored player weight and cart weight calculations into their own functions. Added script commands openstorage2 (for premium Storages), guildstoragecountitem[2] and guildstoragedelitem[2]. Refactored several function return types as well as documentation. Thanks to @Cydh for his work on the Premium Storage support and thanks to @Lighta for the initial support on creating the cleanup. Thanks to everyone else who tested the PR and helped it come to fruition!
    1 point
  3. New Config Structure For private channel creation private_channel: { allow: true // (bool) Allow playerto create own channel? color: "Default" // (string) Default color, see colors delay: 1000 // (int) Chat delay for each member max_member: 1000 // (int) Max member self_notif: true // (bool) Show message when you enter or leave the channel join_notif: false // (bool) Show message when player joined the channel leave_notif: false // (bool) Show message when player left the channel /* Moderation feature for channel owner, allowed to: */ ban: true // (bool) Ban player kick: true // (bool) Kick player color_override: false // (bool) Player allow color override for private channel change_delay: false // (bool) Change allow to change channel dealy } For public, ally, and map channel default configs. { name: "#channel" // (string) Channel name password: "" // (string) Password alias: "[Channel]" // (string) Message from this channel will be displayed with this name instead the channel name color: "Default" // (string) Color for this channel type: "CHAN_TYPE_PUBLIC" // (string) Channel type: CHAN_TYPE_PUBLIC, CHAN_TYPE_ALLY, CHAN_TYPE_MAP autojoin: false // (bool) Player will auto join channel delay: 1000 // (int) Chat delay for each player leave: true // (bool) Player is allowed to leave the channel chat: true // (bool) Player is allowed to chat on this channel color_override: false // (bool) Override channel color with personal color self_notif: true // (bool) Show message when you enter or leave the channel join_notif: false // (bool) Show message when player joined the channel leave_notif: false // (bool) Show message when player left the channel groupid: (0,..,99) // (list,int) Only player with there group ids allowed to join. Group with 'channel_admin' always can enter the channel. /// All values above are default settings }, // Use comma if followed by other channel New Script Commands! Just read it here Try it now for FREE! Main branch Changes (against my fork master) Diff file Patch file Want try mine? If you're asking how I test this change, I'll leave you link of my config file and the test NPCs here. Screenies... Just one here, better you experience it yourself
    1 point
  4. Glad I could help. Please dont forget to mark best answer, and if you feel like I deserve some Reputation, theres always that green arrow next to the heart, on the best answer Good luck and keep on keeping on
    1 point
  5. You were given the answer twice. If you did some research (using the search box at the top of any page) you'd find the answer you are looking for. The older clients can be hexed to read specific grf's without needing data.ini. The newer ones can have contents of the data.ini file embedded, which is what you want. Learn to read the responses being given to you before getting upity again.
    1 point
  6. There's no "raw bbcode" mode in this editor - it doesn't use bbcode. CloudFlare shouldn't be giving you a hard time, the browser check message was moved a few days ago and the editor saves the message you were tying for up to 48 hours. You could outright close the browser and go back to replying to a post with the same message content the next day if you wish.
    1 point
  7. This is my new favorite. And as always thanks for this nanakiwurtz. Regards, ~Azura Skyy
    1 point
  8. It ended up being an early Christmas gift.
    1 point
×
×
  • Create New...