Jump to content

Ohmyuniverse

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Ohmyuniverse's Achievements

Santa Poring

Santa Poring (3/15)

  • Collaborator
  • Week One Done
  • Dedicated
  • Reacting Well
  • First Post

Recent Badges

0

Reputation

  1. how do you exactly apply/install diff? im confused in (cmd -> cd rathena -> git apply) thanks
  2. how do you exactly apply/install the diff? confused about (cmd -> cd rathena -> git apply)
  3. do you know to install/apply diff?
  4. - script Poring_Coin -1,{ OnNPCKillEvent: if ( rand( 100 ) <= 90 ) { .@item_id = F_Rand( 7539 ); getitem .@item_id,1; } end; } i have this script. but i want to make it like 0.01% drop rate but when i cahnge it to this: - script Poring_Coin -1,{ OnNPCKillEvent: if ( rand( 100 ) <= 0.01 ) { .@item_id = F_Rand( 7539 ); getitem .@item_id,1; } end; } i get this error:
  5. i believe its called Prestige the idea is when you're max level (in my server's case prenewal exp20x) 99/70, but you want more pve content. you will go back to novice and level up again. but this time, you only get 5xEXP. but in return, youll get custom currency/cashpoint for doing prestige. (cant use the previous class when you prestige)
  6. i was looking for a simple kvm script: -3v3 or 5v5 (team deathmatch only) -randomized team/side (players cant choose their side/team -certain buffs are disabled (ex: assumptio) -kvm points as rewards _probably npc selling item, kvm points as currency thanks
  7. i cant find the auto generated random mobs but this works thanks
  8. I cant find any script that i really wanted for daily quest -simple -random 100-120x mobs everyday -resets 24 hours -rewards item/cashpoint -1 try per account/per day Thank you very much
  9. the npc is making casting noise every second, how to disable the noise/casting effect? thanks
  10. how to auto reset the attendance when the attendance reached the final day. thanks here's my script
×
×
  • Create New...