Jump to content

Stolao

Developer
  • Posts

    1443
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Stolao

  1. Missing " in line 36 should be "+ .Rest +" Minutes ";
  2. A mob can only activate one Label at a time, so if it activates OnMVPDead: it cannot activate OnNpcKillEvent: You can however run another NPC's label inside your OnMVPDead event
  3. Just after OnPCLoginEvent:Add If(baselevel < 99) end; Just edit 99 to level of choice
  4. This could be done through some fairly easy source edits.
  5. Yes you're welcome,Though, some gears still show "Unknown Item" forgive me. You would need to update your ®data.grf then.
  6. Hp can not exceed 2.1 (2^32-1 to be exact) bil as that is the limitations of the system you would have to change it from int32 to int 64 which is honestly not that easy
  7. Stolao

    Event Ranking

    If you give me details I can add this to my autoevent script for you If you give me details I can add this to my autoevent script for you
  8. Stolao

    DATA / HEXED

    Most stable is 2013-08-07 Here https://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-08-07/page-30#entry295480 As for a good hexing program I highly recommend nemo found here https://rathena.org/board/topic/90204-nemo/
  9. https://github.com/rathena/rathena/tree/master/sql-files Its in the rAthena files you download.
  10. thanksi never knew it was that simple lol That's how I use to have it in my server before I added @joinevent
  11. im using latest rAthena rev. 1.93 autoevent. ex of my script prontera,162,161,4 script Events Manager 719,{ mes "[Events Manager]"; mes "Would you like to join the current event?"; switch (select("Join Event:No, thanks")) { case 1: next; callfunc "JoinEvent"; //here where im having the problem. break; case 2: next; mes "see you later"; close; break; } } That's because it's not a callfunc its just an NPC lable In the original NPC just give it a location and it will work
  12. Hello,sorry for asking alot. but i want to make an NPC players can talk to, to join events. on autoevent i tried doing these thing but nothing worked. callfunc "joinevent" shows this atcommand "@joinevent" says unknown command none of them work. can you help me with this. thanks! What rev or rAthena you using, what version of my script and show your separate NPC
  13. Unless said item is a cash/event shop item
  14. With the current instance system you have to do a party check to make sure that the player is the only player in a party and if not in a party use commands to make them a solo party I have a post here https://rathena.org/board/topic/103953-instancing-guildplayer/#entry294640 about getting the system updated
  15. Below are a bunch of castle locations in front of the castle manager. If I use an accolyte character I can store up to 3 locations. The 12 locations below I have pasted in wordpad along with 40 other locations. a GM or admin should be able to store locations with a description of each and be able to scroll through a list and click where they want to go. I found several control panels that do a lot, but none of them have a feature to send the client warp info. I was left a message a week ago that a player was stuck in a dungeon location with no teleporters and stupidly didn't think to write the map down and just eddited the mysql file to move them to izude. Got to wait for the next person to get stuck to find out where it was. a menu to hold all the data below and be able to select it would be great if it exists. I don't know how to code for RO yet, but looking at a lot of files, looks very similar to uo, terraria, minecraft. Thanks. @warp payg_cas04, 39,283 @warp gefg_cas02, 14,65 @warp aldeg_cas01, 217,174 @warp gefg_cas01, 40,46 @warp payg_cas01, 123,58 @warp prtg_cas01, 110,179 @warp aldeg_cas02, 72,73 @warp payg_cas02, 23,260 @warp prtg_cas02, 94,60 @warp aldeg_cas03, 108,118 @warp gefg_cas03, 107,22 @warp payg_cas03, 48,261 You want it editable in game yes? Also did you want it shared between multiple ppl or unique to each? As for how to script, look at this https://github.com/rathena/rathena/blob/master/doc/script_commands.txt its everything you need to learn.
  16. latest git != revision as the git gets updated constantly what revision are you using
  17. What client date are you using?
  18. Naw its been around since I started playing back in 2006/7
  19. i revert it but i only got errors in recompilingThen post your errors
×
×
  • Create New...