Jump to content

Hismoon

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by Hismoon

  1. Hello, I have a script in these I want to calculate with point values like 0,33*5 or so on. But now is the problem that the ragnarok server didn't calculate with point values as far as I know. I have test the script on my server, but if I load the script comes the error that something is with the 0,33 like: parse_simpleexpr: unmatch ')' line xxx: set .@x, (0','33*5+3); I hope someone can help me with this problem. Hismoon~
  2. In clientinfo.xml you just need to edit the <langtype>. Input there <langtype>8</langtype>
  3. Hello there, in the text file "mob_db.txt" in the folder /db/pre-re is missing the row ExpPer. (The row after MEXP) I have test to convert the .txt file to a .sql file, because in my SVN version are only the renewal mob_db.sql. I have check the mob_db.txt and it is right. I should add the missing row manual or have someone the fixed file? I hope someone can help. Hismoon~
  4. Hast du die DATA.ini geändert oder vielleicht ist es ein falscher Diff den du da reingehauen hast. Hismoon~
  5. And by me, with the Auras, that I can't see the Aura by other players and by me.
  6. I don't know what I should do with this files. I have only extract it in my client folder, but now I didn't know what I should do..
  7. Okay I test it and post there the result. Judas? I get lua errors if I start the client from 2011-11-02 >.<'' Yes I have put your .lub files in the lua files folder to my .lua files and I didn't diffed the diff Load Lua before Lub. The error show me in SaveDataOptionInfo a error in CmdOnOffList with a nil value. If I press enter then open the ragnarok window in small size and if I want to enter the game I rejected from the server and the mapserver give me this error [info]: clif_parse: Disconnecting session #3 with unknown packet version. In my clientinfo.xml I have the version 0, because in other clients it had work.
  8. Okay I post it then there. I have diffed the diff and the players are both.
  9. Okay I test it and then I post my result. So I have diffed the client many time and have searched the whole forum and I didn't find the lua and lub files for the client ... I get two lua errors if I start the client from 2011-11-02. The errors sayd that something in StateIconImgInfo and SkillEffectInfoList is nil. I think that my lua files are too old and I need newer one, but I just sayd it. I didn't find the lua files for this client date. Hope someone have the lua files for this client date or newer. Okay in the Client from the 2011-06-28 it works, but two other problems are there ._." This with the aura from other players, I can't see them and if I make a guild and restart the server comes the error: [Warning]: guild: check_member 2000000[Test] is not member Someone know how I can solve this problems?
  10. Which client you recommend for this server rev version or which client I should use?
  11. Hello rAthena, no long story, here is the problem. When I type ingame the command @mi or something other from @monsterinfo and I look at the drops from the monsters like Turtle General, there are some strange characters and no spaces. If I enter the ID or the name Poring I get a Gravity Error. Anyone know why this is? If the description not help, look at the screen^^ Server is from rAthena and the SVN is 15520. I hope that someone can help. Hismoon~ Bump~
  12. Hello rAthena, no long story, every know what I mean^^ I can't see from other players the aura. The client date is the 2011-11-02 and the server version is 15520 from rAthena. I have used the search function and in some posts people says that the client is maybe to new or to old for the server version. When this is it, which client date I should use? I hope someone can help me^^ Hismoon~ Edit: Solved, too.
  13. When you can say me where I can find the newest entries, then I can try it^^ Can I find it at the bottom from the file or anywhere in the middle?
  14. Hello, I have a problem with my BrowEdit. I use the 586 Version and I just want to have the Texture, Model and Sound files up2date, but if I rebuild the texture files and restart BrowEdit and want to open the texture window, I get the error "Invalid nesting error". I know that, that has something to do with the rebuild from BrowEdit, that this programm sometimes didn't put the .txt files right. Have anyone a error free rotexture.txt file for me or for the community? Hismoon p.s.: Sorry for my bad english ._.''
  15. Du musst im Ordner /src/map/ in der Datei map.h diese Zeile suchen #define MAX_LEVEL 99 Dort änderst du den Wert in dein Level was du als Max Level haben möchtest. Danach musst du nur den Server einmal compilen und dann kannst du es ausprobieren. P.S: Trotzdem musst du in der exp.txt das Base- und Job Level ändern.
  16. Hier der wichtigste Teil von so einem Script. //- Prüfen ob der Spieler Cards bei sich hat (ID Range 4000 - 4700) getinventorylist; set @amount, 0; //- Um Bugs zu vermeiden for (set .@i, 0; .@i < @inventorylist_count; set .@i, .@i +1){ if (@inventorylist_id[.@i] > 4000 && @inventorylist_id[.@i] < 4700){ set @amount, @amount +@inventorylist_amount[.@i]; } } //- Sollte der Spieler keine Cards bei haben if (!@amount){ mes "Keine Cards dabei."; close; } //- Anzeige was für Cards der Spieler bei sich hat und in welcher Menge mes "Du hast folgende Karten in deinem Inventory:"; set @points, 0; //- Um Bugs zu vermeiden for (set .@i, 0; .@i < @inventorylist_count; set .@i, .@i +1){ if (@inventorylist_id[.@i] > 4000 && @inventorylist_id[.@i] < 4700){ set @points, @points +@inventorylist_amount[.@i] *$Card_PTS; mes "^FF0000"+countitem(@inventorylist_id[.@i])+"x "+getitemname(@inventorylist_id[.@i])+"^000000"; } } //- Löschen der Cards aus dem Inventar for (set .@i, 0; .@i < @inventorylist_count; set .@i, .@i +1){ if (@inventorylist_id[.@i] > 4000 && @inventorylist_id[.@i] < 4700){ delitem @inventorylist_id[.@i], @inventorylist_amount[.@i]; } } //- Punkte vergabe oder sonst irgendwas als Belohnung für die Abgabe der Cards set #CARDPOINTS, #CARDPOINTS +@points; Den Rest wie z.B. Texte und wo der NPC stehen soll, darfst du dir überlegen.
  17. Von welchem Forum hast du denn bisher die Exen probiert bzw. welche Exen, mit welchen Daten hast du es probiert? Denn ich nutze z.B. immernoch die 30.07.2010 RagRE Exe und ich habe mit der keinerlei Probleme.
  18. Hast du mal in der SQL Datenbank unter der Tabelle 'char' geguckt ob dort in der Spalte 'char_num' der die Zahl 5 oder 6 steht. (0 = 1 Slot, 1 = 2 Slot, usw.) Ansonsten würde mir jetzt nichts einfallen. Hismoon
×
×
  • Create New...