Jump to content

pajodex

Members
  • Posts

    431
  • Joined

  • Last visited

  • Days Won

    25

pajodex last won the day on December 23 2023

pajodex had the most liked content!

About pajodex

  • Birthday 12/22/1993

Profile Information

  • Gender
    Male
  • Location
    PH
  • Discord: pajodex
  • Interests
    Scripting

Recent Profile Visitors

10842 profile views

pajodex's Achievements

  1. Its only here for showcase until I am satisfied with it.
  2. Rankings of any sorts on this system doesn't make sense guys. There is no actual reason for me to do that. This was inspired by BDO (black desert online) via src changes
  3. Sorry, I don't provide modifications for my free release unless if I see it being very necessary. You are free to modify it as much as you want tho.
  4. I think its only a typo on my part as I was in a game while uploading this file. So, I didn't really mind minor stuffs. The file itself should be v1.2
  5. This is the actual fix, I just found out today but @_Terraseemed to see it first. Version 1.2 is out, waiting for admin approval. Also some fix on selecting the first option on size, race, element type is fixed.
  6. You can fix that part by adjusting this part: function rnd { if(.HardBalance){ return rand(getarg(0),rand(getarg(0),getarg(1))); } return rand(getarg(0),getarg(1)); } To function rnd { if(.HardBalance){ return rand(getarg(0),rand(getarg(0)+1,getarg(1))); } return rand(getarg(0),getarg(1)); } This is to avoid the possibility of getting same value as per the error code.
  7. yes it is possible. prontera,150,180,0 script One Player Only 100,{ if ( .npc_access ) { mes "Some one is accessing."; close; } .npc_access = true; mes "You are the one only being able to access until you press 'close'"; close2; .npc_access = false; end; } This will come with several loop holes and you need to figure it out yourself on how to prevent it and also properly reset the variable used.
  8. you can just add a pvp_noparty mapflag.. *pvp *pvp_noparty *pvp_noguild *pvp_nocalcrank Enables Player vs. Player mode on a map and applies the corresponding damage adjustments. 'pvp_noparty' will ignore party alliances. 'pvp_noguild' will ignore guild alliances. 'pvp_nocalcrank' will disable calculation of PvP rankings.
  9. View File Pet Combination System (RO Landverse Concept) Hi, Just dropping some random scripts on my drive. Enjoy! Script Info: https://maxion-1.gitbook.io/ragnarok-landverse-whitepaper/beginner-guide/pets-system NOTE: This is only a replication attempt. This doesn't have the pet combination UI as per the link showing. This will use NPC Shop UI instead. This is NOT limited to pet combination, you can be creative and change this to item tier combination if you wish. If you know how to read and basic scripting knowledge, then you can edit this script without problem. Use at your own risk. Submitter pajodex Submitted 12/20/23 Category Utilities Video Content Author pajodex  
  10. rAthena is not same as Herc. You can use the pointshop we are using tho.. Use this format: <map name>,<x>,<y>,<facing>%TAB%pointshop%TAB%<NPC Name>%TAB%<sprite id>,<costvariable>{:<discount>},<itemid>:<price>{,<itemid>:<price>...} It should be straight forward from hereon. Goodluck!
  11. Version 1.1.0

    235 downloads

    Hi, Just dropping some random scripts on my drive. Enjoy! Script Info: https://maxion-1.gitbook.io/ragnarok-landverse-whitepaper/beginner-guide/pets-system NOTE: This is only a replication attempt. This doesn't have the pet combination UI as per the link showing. This will use NPC Shop UI instead. This is NOT limited to pet combination, you can be creative and change this to item tier combination if you wish. If you know how to read and basic scripting knowledge, then you can edit this script without problem. Use at your own risk.
    Free
  12. I believe this is not related to the script. If you follow the original thread, you should've known that this might have to do with npctalk script command. You can always disable the npctalk part if you want to not get the error. Original thread is attached below:
  13. use getunitarea then unitkill them all
  14. is this to remove drops from the mobs? If yes, better just add nodrop/noloot mapflag
×
×
  • Create New...