Jump to content

Bahmut

Members
  • Posts

    382
  • Joined

  • Last visited

4 Followers

About Bahmut

  • Birthday 07/24/1991

Profile Information

  • Gender
    Male
  • Location
    Germany

Recent Profile Visitors

6638 profile views

Bahmut's Achievements

  1. Try changing line 104 from progress_bar_backcolor_end= #3f3f3f to progress_bar_backcolor_end=#3f3f3f
  2. What errors? Please post your config file. We can't read your mind
  3. A small text when the error appears and what you have to do to reproduce it would definitively help. Take that in mind for next time. But the error is pretty straight forward. You are missing a sprite! Now questions because you seem to think we are wizards that can instantly know your server/client setup. We are not so: Are you using custom items/mobs/etc.? Is there an item/mob/class which cause this error on appearing in view range? Does it work when using another character? Does it work on other maps? Have you already tried to patch your kRO Client (or other base client) to the latest version?
  4. Das liegt daran das das Maxlevel im client hardcoded ist. Dh. man kann es nicht ändern. Einfach ignorieren.
  5. First of all why are you using such an old revision? Not using the latest one can be wise because of bugs in the trunk but using too old revision can cause problems such as unfixed bugs with skills, npcs and so on. But anyway if this is your only error and you haven't modified the functions_kafras.txt then the file might just be crapped. Just redownload it from the SVN and replace it: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/kafras/
  6. Bahmut

    revision

    Google gives: http://ariejan.net/2007/03/27/subversion-how-to-revert-to-a-previous-revision/
  7. Works like a charm for me on the newest revision. What client are you using?
  8. That's what I have done.
  9. This should work mes "[ Reward Manager ]"; if( #Daily_Reward>gettimetick(2) ){ set .@Time, #Daily_Reward-gettimetick(2); set .@SecondLeft,( .@Time % 60 ); set .@MinuteLeft,( .@Time / 60 % 60 ); set .@HourLeft,( .@Time / ( 60 * 60 ) % 24 ); set .@DayLeft,( .@Time / ( 24 * 60 * 60 ) ); set .@TimeLeft$,(( .@DayLeft )?.@DayLeft+" Day ":"" ) + (( .@HourLeft )?.@HourLeft+" hours ":"" ) + (( .@MinuteLeft )?.@MinuteLeft+" minutes ":"" ) + (( .@SecondLeft )?.@SecondLeft+" seconds":"" ); mes "I'm sorry, but you have already received the ^009900Daily Rewards^000000."; mes "Please comeback later."; mes " "; mes "^ff0000Next Reward^000000 :"; mes "^0000ff"+.@TimeLeft$+""; close; } mes " "; mes "~ ^009900Daily Rewards Acquired^000000"; mes " "; mes "^ff0000Received Items^000000 :"; getitem 7539,100; getitem 7227,100; mes "• 100x Poring Coin"; mes "• 100x TCG Card"; set #Daily_Reward,gettimetick(2)+43200; next; mes "[ Reward Manager ]"; mes "Please talk to me again in the next ^ff000012 Hours^000000."; close;
  10. These are two separate scripts created for a Low Rate Server I used to run. Custom Kafra The first one is a Kafra which replaces all official one. This Kafra has no Teleport system but can be easily edited and configured. //===== rAthena Script ======================================= //= Custom Kafra //===== By: ================================================== //= Bahmut //= http://rathena.org/board/user/1604-bahmut/ //===== Current Version: ===================================== //= 1.0 //===== Description: ========================================= //= A Kafra function //===== Usage: =============================================== //= func_Saver - Args: //= 0 - Savepoint Map //= 1 - Savepoint X //= 2 - Savepoint Y //= 3 - Cutin //= 4 - Kafra Type //= * 0 = Normal Kafra //= + Save //= + Open storage //= + Open guild storage //= + Auction House //= + Rent a Cart //= * 1 = Dungeon Kafra //= + Save //= + Open storage //= + Warp to Prontera //= //= Cutins: //= |---NPC ID--|-----Cutin-----| //= | 112 | kafra_06 | //= | 113 | kafra_05 | //= | 114 | kafra_04 | //= | 115 | kafra_03 | //= | 116 | kafra_02 | //= | 117 | kafra_01 | //= | 118 | kafra_03 | //= | 721 | kafra_07 | <- Orange //= | 791 | - | <- Nifelheim //= | 860 | kafra_08 | //= | 861 | kafra_09 | //= |-----------|---------------| //= //============================================================ Custom Warper The second script is a Warper which is capable of warping players to all mayor cities for different prices depending on the distance to Prontera (can be changed). This Warper also contains the possibility to warp a player to a dungeon but only if the dungeon is "activated". In front of all dungeons is a sign. If the player clicks the sign the dungeon will be listed in the players dungeon warp list. //===== rAthena Script ======================================= //= Warp Agent //===== By: ================================================== //= Bahmut //= http://rathena.org/board/user/1604-bahmut/ //===== Current Version: ===================================== //= 1.0 //===== Description: ========================================= //= Warps you to: //= - Your last warp location //= - Towns //= - Market //= - Your Savepoint //= - Dungeons //= + every Dungeon has its own sign //= + sign has to be activated to allow dungeon warp //============================================================ Download Kafra func_Kafra.txt Main function pos_Kafra.txt Positions Warper main_Warper.txt
  11. Can you please be more exact in what you want?
  12. Thor funktioniert ohne probleme. Solltest dich damit mal auseinander setzen hast wahrscheinlich einfach nen kleinen fehler in deiner config denn das sagt diese fehlermeldung
  13. If you are not really really good in hexing it can't be done and you probably won't find anyone able to do this and wanting to help you.
×
×
  • Create New...