Jump to content

ossi0110

Members
  • Posts

    318
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ossi0110

  1. be sure that the iteminfo.lua is a LUB so rename the ending to iteminfo.lub and the file have to be in the System Folder not in a GRF
  2. hier nu läuft es alle fragen getestet mit falschen antworten etc eot_1.gat,52,22,5 script Zeitgeist 950,{ if(!zeitgeist) { }else{ close; } mes "^ff0000[Zeitgeist]^000000"; Mes "Willkommen ^0000ff " + strcharinfo(0) + "^000000."; mes "Ich habe deine Ankunft bereits erwartet."; next; mes "^ff0000[Zeitgeist]^000000"; mes "Bevor ich dich durchlasse musst du mir ein paar Fragen beantworten."; next; mes "^ff0000[Zeitgeist]^000000"; mes "Beantworte alles richtig und ich lasse dich passieren."; next; mes "^ff0000[Zeitgeist]^000000"; mes "Ist auch nur eine Antwort falsch dann beginne ich neu."; next; mes "^ff0000[Zeitgeist]^000000"; mes "Frage 1"; mes "Wie lautet die BDRO Support E-Mail Adresse?"; input .@input$; if (.@input$ == "[email protected]") { } else { next; mes "^ff0000[Zeitgeist]^000000"; mes "Deine Antwort stimmt nicht..."; close; } next; mes "^ff0000[Zeitgeist]^000000"; mes "Frage 2"; mes "Wie hoch ist die Maximale ASPD auf BDRO?"; input .@input$; if (.@input$ == "192") { } else { next; mes "^ff0000[Zeitgeist]^000000"; mes "Deine Antwort stimmt nicht..."; close; } next; mes "^ff0000[Zeitgeist]^000000"; mes "Frage 3"; mes "Wo findest du alle Informationen über Custom Items und alles andere?"; input .@input$; if (.@input$ == "Forum") { } else { next; mes "^ff0000[Zeitgeist]^000000"; mes "Deine Antwort stimmt nicht..."; close; } next; mes "^ff0000[Zeitgeist]^000000"; mes "Frage 4"; mes "Welches Wort ist in den Regeln $1.1 auf der Webseite anders als die anderen?"; input .@input$; if (.@input$ == "Accounts") { } else { next; mes "^ff0000[Zeitgeist]^000000"; mes "Deine Antwort stimmt nicht..."; close; } next; mes "^ff0000[Zeitgeist]^000000"; mes "Frage 5"; mes "Welches Wort passt bei $1.3 auf der Webseite nicht zu den anderen?"; input .@input$; if (.@input$ == "Stern") { } else { next; mes "^ff0000[Zeitgeist]^000000"; mes "Deine Antwort stimmt nicht..."; close; } next; mes "^ff0000[Zeitgeist]^000000"; mes "Du hast keine Frage falsch beantwortet. Damit hast du die erste Prüfung bestanden."; next; mes "^ff0000[Zeitgeist]^000000"; mes "Zwei liegen noch vor dir."; close2; set zeitgeist,1; weot_1: warp "eot_1.gat", 53, 27; }
  3. you added the Barorl too the NPCIDENTITY.LUA too ?
  4. then you made something wrong , Because if you updatet your KRO and use Rytechs client pack you client got all files for deweta . could it be that you a using READ DATAFOLDER FIRST and puttet all the stuff into the datafolder and not into a GRF
  5. put this Files all in your RO folder into System , not into data folder http://subversion.assembla.com/svn/ClientSide/Lua_Project/System/
  6. try it whit @autoloot , that should work , or @autolootid ID. and whit the item description be sure too diff Plain Text diff your 2012-04-12 exe whit this diffs and it should work all well. http://s1.directupload.net/file/d/3128/thcbvmai_png.htm if you got skype you can add me there for more help or question Nick : nightfire0110
  7. here is a grf for you try it whit this , i tested it and all is translated. its for 2012-04-10 client just place the name in the data-ini and remove your old textures from the datafolder. if this stillt not working you maybe diffed the client wrong http://www.mediafire...0ccszqhelooarbd
  8. look what kind of date you have setted in your MMO.H file in the SRC folder
  9. nsiuid = None Stackable Item Uniqe Item ID i didnt know what it was too , after i read the changelog all was clear so if ppl just update the Server whitout reading the changelogs
  10. here is a small wiki entry about making a GRF http://rathena.org/wiki/GRF and after you made your custom GRF , dont forgett too add it too the data.ini located in your main RO folder. should look like this
  11. DL this Pack and drop the stuff from the data folder into your client http://rathena.org/board/index.php?app=core&module=attach&section=attach&attach_id=5140 your missing the translated textures , they are all included in this package , but be sure too make a custom.grf and place all stuff from the Data folder from this package in it , but dont forgett too change the clientinfo.xml too your IP
  12. no i mean the date of you client exe . EX: 2010-12-28
  13. you only need too add the entrys in status.c and status.h , and place the correct lines in your lua files . i got a icon for it in my server too. he generate the infos from the Skill.c how long he will display the icon , and the luas do the other work ^^
  14. then the error dont come from the custom pet , you have somewhere in this LUA files errors , what client date are you using?
  15. try too start the Client whitout the Mewtwo lines , remove them from both files (LUAs) and see if he starts whitout an error
  16. im using this an getting no error datainfo.rar
  17. your mob.db entry got 1 entry too much use this and best way is too use the id 2500
  18. seems you have a problem whit you LUA files , what kind of CLient date are you using?
  19. try too run your EXE as Administrator. Rightclick on the EXE ---> Properties---->Compatibility ----> Klick Run as Admin
  20. the Problem is pretty simple , you are using ID 2126 but this number is allready in the LUB file for another sprite , so you got the problem because of this . You Have too use another number what is not used in the LUA files , just use number 2500 and it will work and next time PLS USE CODEBOX for your lua files
  21. just download or extract the clean prontera map from a GRF , just overwrite the textures wont work , because you need too edit it whit BrowEdit. here is a clean Prontera map , just drop it into your Datafolder or better put it into a GRF http://www.mediafire.com/download.php?a8aczsxt8a6ae21
  22. benutz dafür am besten die skill_nocast.db , kannste da einfach skill eintragen und die mapzone noch einstellen und fertig.
  23. server side is pretty easy just edit this file whit the ammount of Hairstyles you got ( Works for Cloth Pallets etc ) trunk/conf/battle/client.conf
  24. class_tab is only for a Xray client , We are most using an RagRE clien what dont use this kind of textfile.
  25. post your NPCidentity and jobname lua here ,
×
×
  • Create New...