Jump to content

WhiteEagle

Members
  • Posts

    480
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by WhiteEagle

  1. Ich persönlich kenne kein Tool was das macht. Dahingehend bin ich aber auch glaub OldSchool. Ich mach sowas lieber alles manuell. Frag am besten im allgemeinen Bereich nach. Dort bekommt man meist hilfreiche Antworten und vorallem mehr.
  2. Dieses Problem hat meine Frau auch. Hat es wie oben beschrieben gemacht und seitdem ging Brow-Edit nicht mehr. Schade eigendlich. Aber Brow-Edit hat wie viele andere Programme oft kleine Macken. *grins*
  3. Also ich hab die 2012-04-10 RagexeRe und die klappt bestens. Hab heute auch schon versucht die 2012-08-16'er zu nutzen, aber die itemInfo.lubs sind dafür noch nicht translated Q__Q
  4. That is sad to read. Your way was right. After using the "Apple Juice Scroll" display the NPC that I learned to make "Apple Juice". Next time if I using the "Diablo Set Scroll", display the NPC that I learned to make "Diabolus Set". So, the NPC display now:
  5. You are perfect. That is what I mean. It don't make a different for me, whether I need use the item to learn it or to go to the NPC to get the status "learned."
  6. @AnnieRuru Special thanks for your script. But not exactly what I meant. The NPC shall only display what I already learned not what I can learn. By example: After collecting a recipe from a monster, I can use the item. After using, the NPC shall display that I learned it and what the recipe contains. All other recipe which I don't learned, don't shall be displayed at the NPC. (only after using the item.) But many many thanks again for your script. It help me so much in many things.
  7. Nothing changed :/ I got the same error. I think, I try to reinstall my vServer. Maybe it work after this. Btw, many thanks that you try to help me.
  8. I think, everyone can work alone when he want this. If you work with your heart in your project, then can you reach something. But my slogan is: "Only peoples which work in a team, can make a different." ^-^
  9. Hi Asura, Yea, rAthena start without any problems or error messages. And yes, that is what I can't understand. All other things like phpmyadmin etc. work correctly. Only the control panel can't connect. It is working until I need to type "username" and "database" and press update. After this I get this error...
  10. @Asura rAthena and the control panel are on the same server.
  11. Hello guys, I have the following problem. The new function with the map announce after each map-change don't work. How can I add this? I use the 2012-04-10 RagexeRE. I hope someone can help me.
  12. Have nobody an idea how can I script this?
  13. Can you give me the mysql code für centos? It would be nice.
  14. It's really really nice. It's hart to find peoples who create nice flux cp designs.
  15. Thanks again. But it doesn't help And this is for error (13), I need it for (111).
  16. Tip: write "next;" befor you start "switch(select"
  17. Thanks for your fast answer, but I checked it already. I got the error anyway.
  18. Change This: case 1: set Zeny,Zeny - ( BaseLevel * 100 ); mes "All healed up!"; To: case 1: set Zeny,Zeny - ( BaseLevel * 100 ); mes "All healed up!"; percentheal 100,100; close;
  19. Try this: prontera,0,0,0 script itemgiver 100,{ mes "[blub]"; mes "Please choose every category one item."; next; switch(select("Upper Headgear:Mid Headgear:Lower Headgear:Cancel")){ case 1: if(doneUpper == 1){ mes "[blub]"; mes "You have already choose one item."; close; } next; switch(select("Headgear 1:Headgear 2:Headgear 3:Headgear 4:Headgear 5:Headgear 6:Headgear 7:Headgear 8:Headgear 9:Headgear 10:Cancel")){ case 1: getitem 601,1; set doneUpper,1; close; case 2: getitem 601,1; set doneUpper,1; close; case 3: getitem 601,1; set doneUpper,1; close; case 4: getitem 601,1; set doneUpper,1; close; case 5: getitem 601,1; set doneUpper,1; close; case 6: getitem 601,1; set doneUpper,1; close; case 7: getitem 601,1; set doneUpper,1; close; case 8: getitem 601,1; set doneUpper,1; close; case 9: getitem 601,1; set doneUpper,1; close; case 10: getitem 601,1; set doneUpper,1; close; case 11: end; } case 2: if(doneMid == 1){ mes "[blub]"; mes "You have already choose one item."; close; } next; switch(select("Headgear 1:Headgear 2:Headgear 3:Headgear 4:Headgear 5:Headgear 6:Headgear 7:Headgear 8:Headgear 9:Headgear 10:Cancel")){ case 1: getitem 601,1; set doneMid,1; close; case 2: getitem 601,1; set doneMid,1; close; case 3: getitem 601,1; set doneMid,1; close; case 4: getitem 601,1; set doneMid,1; close; case 5: getitem 601,1; set doneMid,1; close; case 6: getitem 601,1; set doneMid,1; close; case 7: getitem 601,1; set doneMid,1; close; case 8: getitem 601,1; set doneMid,1; close; case 9: getitem 601,1; set doneMid,1; close; case 10: getitem 601,1; set doneMid,1; close; case 11: end; } case 3: if(doneLower == 1){ mes "[blub]"; mes "You have already choose one item."; close; } next; switch(select("Headgear 1:Headgear 2:Headgear 3:Headgear 4:Headgear 5:Headgear 6:Headgear 7:Headgear 8:Headgear 9:Headgear 10:Cancel")){ case 1: getitem 601,1; set doneLower,1; close; case 2: getitem 601,1; set doneLower,1; close; case 3: getitem 601,1; set doneLower,1; close; case 4: getitem 601,1; set doneLower,1; close; case 5: getitem 601,1; set doneLower,1; close; case 6: getitem 601,1; set doneLower,1; close; case 7: getitem 601,1; set doneLower,1; close; case 8: getitem 601,1; set doneLower,1; close; case 9: getitem 601,1; set doneLower,1; close; case 10: getitem 601,1; set doneLower,1; close; case 11: end; } case 4: end; } }
  20. Hello guys, I hope you can help me. I try to install the Flux Control Panel and got this error: I have already read some topics, but i don't find my problem. I hope anyone can help me. Here the settings!! application.php: servers.php: This is only for here an example. I use the same settings from "conf/inter_athena.conf".
  21. Hello guys, I need a NPC which make a difference between unlearned and learned recipes. Only the learned should be displayed. The recipe ingredients shall be at the SQL Database. And I need a SQL-Table with following fields: An Item can give the learned status. It would be nice if someone can help me. Many thanks
  22. View File Monsterspawn Event Every half hour will start the event and spawn Monsters. The event stats with a broadcast massage. How to start/stop the event? - Whisper the npc with "npc:MSE" and write a random word. How to changed the settings? - At line 10 you can change the requried GM Level. "set .gm,99;" - At line 46 you can change the time when the event should start. "OnMinute30:" - At line 49 you can change the monster that will be spawned. "set (.mobid,1002);" - At line 50 you can change the monstername. "set (.mobname$,"EventMonster");" - At line 51 you can change the monstercount that will be spawned. "set (.moba,5);" If you have any questions, don't be shy to ask me. Greetings WhiteEagle Submitter WhiteEagle Submitted 08/28/2012 Category Games, Events, Quests Video Content Author WhiteEagle  
  23. Version 1.0

    797 downloads

    Every half hour will start the event and spawn Monsters. The event stats with a broadcast massage. How to start/stop the event? - Whisper the npc with "npc:MSE" and write a random word. How to changed the settings? - At line 10 you can change the requried GM Level. "set .gm,99;" - At line 46 you can change the time when the event should start. "OnMinute30:" - At line 49 you can change the monster that will be spawned. "set (.mobid,1002);" - At line 50 you can change the monstername. "set (.mobname$,"EventMonster");" - At line 51 you can change the monstercount that will be spawned. "set (.moba,5);" If you have any questions, don't be shy to ask me. Greetings WhiteEagle
    Free
×
×
  • Create New...