Jump to content

MrJunior

IGC Premium Plus
  • Posts

    1,724
  • Joined

  • Last visited

  • Days Won

    87

MrJunior last won the day on April 11

MrJunior had the most liked content!

Profile Information

  • Gender
    Male

Contact Methods

  • OICQ
    No information

Recent Profile Visitors

10,624 profile views

MrJunior's Achievements

Experienced

Experienced (11/14)

  • Well Followed Rare
  • Dedicated
  • First Post
  • Collaborator
  • Posting Machine Rare

Recent Badges

16

Reputation

19

Community Answers

  1. Hello developers, through this I would like to request the addition of a way to define where the item will be created, for example: EventInventory GremoryCase CashShop Inventory Ground Currently, there is nothing that allows us to define where the item will be created, such as: https://github.com/srv-config/Configs-Preview/wiki/Item-Structures
  2. This is nice !
  3. @Wizzy Is it possible to add a callback that makes the object :Monster Follow the object :Player?
  4. @Wizzy You can change this to completed; after the last update today, it's possible to manipulate the attributes. Thank you for that.
  5. @Wizzy I can't register to help with the tests.
  6. Hello developers, through this request, I would like to include a callback that captures a player's complete information. Example: onCurrentCharacterUserData(oPlayer, currentData) The idea of this method is to retrieve all the character's information: Items, Level, Resets, Inventory, Attributes, Master Level, Enhancements, Skills Generally, the idea of the method would be to save this information for the creation of an event (Battle Royale). The idea of this event is to place all players in an arena with absolutely nothing. When the event starts, items will begin to appear so that players can equip themselves and use skills until only one survivor remains. But, to implement this event, we need a method that captures the player's current information and saves their current state in a generalized way, because at the end of the event, when the players leave the Battle Royale area, the player's current state would need to be retrieved. In other words, it would basically be a method that stores the player's current information so that we can plan the event accordingly. Demonstration video of a Battle Royale in action:
  7. I have a question, and it's not specified there. Will the new client be a product only for iOS and Android? Will there be a remastered desktop version of the emulator's base game client as a whole, or is the goal only iOS and Android?
  8. Hello developers, through this message I'm requesting a callback to retrieve the character login. Currently, all callbacks are used for oPlayer. Some customizations, especially those that apply bonuses to wcoin, goblinpoint, VIP balance, or any other type of interaction that requires the character login, are being cached, but depending on the context, this isn't the best practice. Therefore, I would like to request a callback that can retrieve the account login more easily, as well as the wcoin and goblinpoint balance, something like: onAccountPlayer(oPlayer oTarget) Retrieves the character login onAccountAmount(oPlayer oCoins) Retrieves the account/character login and coin balance onAccountVipType(oPlayer oTypeVip) Retrieves the player's actual VIP type
  9. I'm creating an event where infection is implemented in PLAYER_KILL mode, not by hit, because currently LuaAPI doesn't expose a reliable attack/hit callback to trigger character infection upon receiving an attack. Therefore, I'm requesting a callback that captures the moment of the attack on the target (oPlayer), as currently we only have the death callback. The idea would be a callback that intercepts the target's first hits. onPlayerAttackHit(oPlayer, target)
  10. Through this, I would like to request from the developers at least one LuaAPI extension that allows changing the names of NPCs/Monsters to be seen as defined in our scripts. I know this would depend on the client, so that's why I'm requesting at least a small extension for this issue. This way, we wouldn't keep the default names for monsters/NPCs, since in many cases we will use the same NPCs and/or monsters with different functions and scripts. The idea would be to include at least this simpler part so that the names defined in the scripts can be seen by the client.
  11. Through this letter, I request the inclusion of new callbacks for handling the off-trade system. offTradeCommand(coinType, value)
  12. Hello developers, I noticed that the documentation only mentions Player.SetMoney and Player.SetRuud. I would like to request the inclusion of the same functionality for CashShop coins, so we don't need to work with caching or queries using onDS... Something like: GetWcoins(oPlayer, oValue) GetGoblinPoints(oPlayer, oValue) Customizations that will have payment fees, such as new commands. I used the onDS dataserver callback... But that wouldn't be the best practice.
  13. Through this, I request that the developers add callbacks that allow us to manipulate all the monster's attributes (MonsterList.xml) according to their respective indexes. onMonsterGetAttr(oMonster, oTarget), -- Return all the monster's attributes according to their index in MonsterList onMonsterSetAttr(oMonster, oTarget), -- To set/change specific monster attributes onMonsterTracker(oMonster, oTarget) -- To track the object/player Currently, the monsters are appearing 100% stationary, and since we can't manipulate their attributes, the events are becoming extremely low quality because players like to compete, but without being able to manipulate these attributes, we can't offer that to the players. On a reset server, attribute alteration is fundamental.
  14. The final result after successfully is the same:
  15. Hello developers, currently we only have 3 options to manipulate monsters in their respective spawns. I recently contacted you via ticket, asking about the possibility of selling a plugin, and you informed me that it would be possible to do it with LuaAPI. However, currently it is not possible because the 3 methods available for use after the monsters spawn are not able to make the monster follow the Object (Player). Therefore, through this request, I would like to include: Move.MoveMonster Monster.SetTarget AI.SetFollowTarget The return should simply follow the (Player Object) when the player approaches its field of view. Unfortunately, it is not possible to use Move.warp, Move.Gate, and the others.
×
×
  • Create New...

Important Information


We use technologies, such as cookies, to customize content and advertising, to provide social media features and to analyse traffic to the site. We also share information about your use of our site with our trusted social media, advertising and analytics partners. See more about cookies and our Privacy Policy.