Recent content by Nagad

  1. N

    Chat with timestamp

    Can someone adapt this old source code for eAthena that implements the timestamp for chat messages (for party/guild chat)?? Would be really cool to have it for any chat (even the normal one) clif.c Party Chat: void clif_parse_PartyMessage(int fd, struct map_session_data *sd){ char *mes...
  2. N

    Exp values bugged??

    I just noticed on my database that there are characters 99/70 with low exp. How is it possible?? My server has 20x rates, everything is official so you have to kill mobs to level up. So even the Ranking chart on fluxcp has wrong values and people think that are chars created by GMs, but is...
  3. N

    Little problem with Interface buttons positioning

    Hey Guys I modified the battle/booking/navigation/rec/quest buttons in magenta 1x1 pixel buttons, but now I have this problem: As you can see, the "Bank" button is a little bit out of position because (I guess) there are all the 1x1 pixel buttons in the middle between the option button...
  4. N

    ||00Soul linker job name

    See the image below, this happens with Soul Linker only... any idea how to fix it??
  5. N

    @whosell

    I found this one http://herc.ws/board/files/file/58-whosell/ (Last Updated: May 30 2014 06:03 AM) but the warning says "This file has been reported as broken because: This file is incompatible with the latest revision of Hercules." Can someone update this?
  6. N

    Poem of Bragi positioning/refresh

    When a Bard cast Bragi skill and I'm on it, after few seconds I lose the bragi effect, even if the song is still working. I have to move a little bit to receive the effect again. Is this normal??
  7. N

    Screen/camera movement

    I tried 2 private servers and the camera is definitely more fluid than my one. Basically on my Server, when I'm walking, the ENTIRE screen is moving (the best test to do are moving left and right quickly or walking in circle). In the other 2 servers it is more stable, it does not move so much...
  8. N

    Moving a character from an account to another one

    Can someone explain to me how to do that please?
  9. N

    Modify exp rates for specific class only

    Actually I'm using this script: - script FloatingRates -1,{OnSat0000:OnMon0000:OnInit: if ( gettime(4) == 6 || gettime(4) == 0 ) { setbattleflag "base_exp_rate", 4000; setbattleflag "job_exp_rate", 4000; } else if ( gettime(4) == 1 && gettime(3) == 0 && gettime(2) == 0 ) {...
  10. N

    @autotrade item sorting

    I noticed that the command @autotrade is sorting randomly all the items for sale unsless the shop is full of items (in this case the order does not change). Does anyone have any idea how this works and how to remove this automatic sorting??
  11. N

    Sounds settings

    Hi I got a problem: when I modifiy the sounds settings ingame, if I change map they automatically switch back as they were before (using the OpenSetup value instead). So I found this: https://rathena.org/...ly/#entry231918 where Sktolex says to modify this...
  12. N

    Chat with Timestamp

    Just wondering is it possible to have the timestamp in front of any message sent via chat?
  13. N

    Adding hairstyles found around

    I want to add these hairstyles: 1) https://rathena.org/board/topic/59560-hair-style-pack/ (male + female) 2) http://www.eathena.ws/board/index.php?showtopic=121326&view=findpost&p=1369781 But I have absolutely no idea about how to do that... I did my experiments for 2 hours then I...
  14. N

    Stylist modification

    I have this one: function script resetSavedSets { set paletteClothesSlot1, $RacePals[race_id*4+2]; set paletteHairSlot1, $RacePals[race_id*4]; set paletteClothesSlot2,$RacePals[race_id*4+2]; set paletteHairSlot2,$RacePals[race_id*4]; set paletteClothesSlot3,$RacePals[race_id*4+2]; set...
  15. N

    Party exp modification

    I want to raise the exp at +30% if there are 4 or more members in a party, how to do that?? Thanks
Back
Top