Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/30/22 in all areas

  1. https://github.com/rathena/rathena/blob/master/doc/script_commands.txt#L6998 These timers are stored as part of the player. - script test015677 -1,{ OnPCLoginEvent: addtimer 60000,"test015677::On60secs"; // Apply Timer... end; On60secs: dispbottom "60 seconds have passed!"; if(checkidle() >= 60 && !checkchatting() && !checkvending()) // Check if idle for 60 seconds or more and not in a chatroom and not vending. atcommand "@kick " + strcharinfo(0); // Is it even possible to kick yourself? xD else addtimer 60000,"test015677::On60secs"; // Reapply timer... end; }
    1 point
  2. Update: Character creation function is now available. Character slot selection will be made soon. For the mean time, Character Slot Number will be included on the UI. To-do list: 1. Add Default Items on inventory like Knife and Cotton Shirt. 2. Add Optional Functions to set Starting Zeny. 3. Create the Character Selection and Remove Character Slot on the UI. PS: Rest of the functions are now working as normal character creation like on the client.
    1 point
  3. Ive been using Rodex since 2019. I don't encounter problems with it.
    1 point
  4. Evening all! With the recent forum updates comes some new shiny features from IPS. The feature I'm most excited about is the new Achievements and Ranks. The old Badges & Awards plugin has been merged into the new Achievements system on the forums - I'm sure some of you have already begun to receive additional badges for posting content or uploading a file! The ancient Ranks system has been replaced with the new one and updated to use the names of familiar in-game mobs. The order is different to the old one and the number of points for each rank has changed slightly, but I can see that some of you are already quickly climbing the ladder! The following table details how many points gets you to which rank, and how to earn those desirable points. Posting a comment/reply: 5 points Following a content item: 2 points Following a member: 2 points Following a node (forum, album, category, etc): 2 points Posting a content item: 10 points Reacting to a user's post/content item: 1 point for both giver and receiver There are other methods, but to reduce forum spam I'm omitting them from this list. Remember; spamming the forum will result in Warning Points which may result in your account being suspended. Happy posting!
    1 point
  5. if (@inventorylist_id[.@i] == getequipid(.@part)){ change into this if (@inventorylist_equip[.@i] > 0 && @inventorylist_id[.@i] == getequipid(.@part)){
    1 point
  6. Thanks! if (@inventorylist_bound[.@i] ) { if (@inventorylist_id[.@i] == getequipid(.@part)){ mes "Your item ( ^FF0000"+ getitemname(getequipid(.@part)) + "^0000FF ) is bounded. I cannot convert this item"; mes""; close; } }
    1 point
×
×
  • Create New...