Jump to content

Reynard

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by Reynard

  1. Yeah i know that each season has to be a map file itself, what i meant was: Think of Prontera as a real city, since each Season has different Textures (For example in Spring to Summer, the pattern of the street paving changes, and the grass where the building stand gets geplaced by a big stone paving) that would mean each season the people of Prontera would redo the cities paving XD Yes i know, stupid me viewing a fantasy game map from a realistic point of view, i sadly tend to do that on everything, its a curse...
  2. Nice so far, but one thing bugs me a bit... so each season they rip out the entire towns paving and replace it with a different one or grass? XD
  3. Hehe, mit Hardware Defekt meinte ich auch meinen eigenen PC, GPU Abgeraucht, OnBoard is nur son miniding damit man darauf überhaupt was ohne Grakar machen kann, die ging schon bei Youtube in die Knie, gescheige den was in RO testen oder BrowEdit zu laden. Wenn ich das hier so sehe, glaub ich muss ich nach beendigung meines Momentanen Auftrags (Corporate Identity) mal maybe ne Projekt Vorstellung hier im rAthena Forum posten ^^
  4. Das haben wir schon, sie besitzen zwar keine der Hardskills, aber dafür halt Fähigkeiten die nicht so meine Stärken sind. Ist zwar immer wieder durch Arbeit, Hardware Defekt, und sonstige Sachen nen Bremsklotz ins Projekt gefallen, aber ich sehe das ganze so: Ich hab da schon so viel Zeit rein gesteckt dass ich das Ding zur not auch komplett alleine hoch ziehen werde, selbst wenns bis 2000sonstwas dauert. Deswegen fing ich auch vor kurzen an Mappen zu lernen, was dann wiederum zu 3D Modeling usw führte, und versuche meine Source Fähigkeiten zu erweitern. (Ich bin eigentlich Designer für Digitale Medien, scripten okay, aber der Source ist immernoch so ein etwas befremdliches Gebiet für mich) Kurz: Wird schon, egal wie.
  5. Let me get this straight, your issue is the following: Your Website displays the Ranking ordered by most Deaths instead of most Kills, right? If thats the case, then: that script saves the Kills and Deaths in your SQL Database. Except for saving the values, aka supplying your websites with numbers to display, it has nothing to do with the way your website orders and displays the values. The issue is your Websites value ordering, not the script.
  6. Tjoah, Beide packen mit an bei den Finanzen. Der eine ist recht gut was den Umgang mit Leuten angeht und hat GM Erfahrung, daher wir er die Leitung der GMs und Player Support übernehmen. Derweil kümmert er sich um Content, hauptsächlich Texte für Webpage/Quests/Etc, ist ne Ideenschleuder und versucht Scripten zu lernen. Der andere ist quasi das RO Orakel und hat nen Talent dafür Bug und Exploits zu finden, also Primär Spieler und laufender Wiki, aber durch ihn sind schon so manche Schwachstellen in Systemen gefunden wurden die wir sonst übersehen hätten. Ich hätte auch gerne noch weiter Mitglieder die vorallem in Sachen Scripts, Source und Mapping gut sind, aber leider hab ich da bis heute niemanden gefunden der die Zeit oder die Fähigkeiten hätte, nur so Leute die mir Scripts anderer als ihre eigenen unterjubeln wollten oder so von sich überzeugt waren das die erstmal Browedit im alleingang neu und besser schreiben wollten... also nur Flachpfeifen. Ich hatte dich damals gesucht, weil ich dich fragen wollte ob du interesse hättest aktiv mit zu entwickeln, da du aber nun durch die Arbeit keine Zeit für sowas hast hat sich das ganze damit eh erledigt. ^^
  7. Hmmm, interessantes Angebot, leider erfüllt das Projekt meines Teams nicht ganz deine Vorraussetzungen/Vorstellungen, wir sind zwar 3 Leute, aber so ziemlich alles in den Bereichen Server Admin, Webmaster, Webdesigner, Spriter, Mapper und Scripter mache ich alleine, sowie das Konzept und der Name sind auch schon fest und einigen Assets verarbeitet. Schade eigentlich, dich hatte ich vor ca nem halben Jahr gesucht, aber alles was ich gefunden hatte waren tote Accounts. Ich drück dir die Daumen das du ein Team findest!
  8. So for the sake of getting PMs asking about Daniel pretty much daily, i asked him when he will be available again. He said that hes still bussy with some University work, but in a week or so he should have time available again. In case you need it right now and cant wait a freaking week or so, you might write an email at [email protected], he checks it for important messages.
  9. I dont have the time to write a script right now, but that function was present in Xeons WoE Setter v3, heres how he did it: while (1) { delwaitingroom; //Memory vortex restraining bolt, please don't remove it for the sake of humanity. if (.@woe_e-gettimetick(2) <= 0 || !$woe_chatinfo) { set .@timeset, query_sql("select st,et from `woe_times` order by `st` ASC",.@woe_s,.@woe_e); set $woe_chatinfo, 1; } if (.@timeset) { if (gettimetick(2)>.@woe_s) { set .@sec, .@woe_e-gettimetick(2); set .@day, .@sec / 86400; set .@hr, .@sec % 86400 / 3600; set .@min, .@sec % 3600 / 60; set .@sec, .@sec % 60; waitingroom "Ends: "+.@day+"d "+((.@hr<10)?"0":"")+.@hr+":"+((.@min<10)?"0":"")+.@min+((!.@hr&&!.@min&&.@sec<60)?":"+((.@sec<10)?"0":"")+.@sec:""),0; } else { set .@sec, .@woe_s-gettimetick(2); set .@day, .@sec / 86400; set .@hr, .@sec % 86400 / 3600; set .@min, .@sec % 3600 / 60; set .@sec, .@sec % 60; waitingroom "Next: "+.@day+"d "+((.@hr<10)?"0":"")+.@hr+":"+((.@min<10)?"0":"")+.@min+((!.@hr&&!.@min&&.@sec<60)?":"+((.@sec<10)?"0":"")+.@sec:""),0; } if (.@hr||.@min>1) { sleep 60000-(gettime(1)*1000); } else { sleep 1000; } } else { waitingroom "Next: N/A, none set!",0; sleep 60000-(gettime(1)*1000); } } Maybe this will help you to get an idea how you could do it. Source: http://www.eathena.ws/board/WoE-Setter-3-t198420.html
  10. I once explained how to fix those alpha pixels easly with photoshop in this tread: http://rathena.org/board/topic/82147-edge-in-textura/
  11. That link isnt about the script, Emistry told you to check her topic as it contains a source edit to fix your Emp issue. And you apparently werent able to find that topic, "I don't find this topic, help plz". So was kind enough to search for that topic, posted a link just for you, leading to not only that topic, but even directly to the post featuring that source edit. "Unless you have the KoE patch you will be able to hit the emperium even if you control it." Now even a direct link to that source edit (even a more updated version) http://rathena.org/board/index.php?app=core&module=attach&section=attach&attach_id=4462 (File Source: http://rathena.org/board/topic/70567-peopleperson49s-scripts/) I got enough work to do, why am i doing someone elses search work? -.-
  12. Download Browedit 586. Config it to load all GRFs from your client. Load the Map in Browedit. If that works, then your client does have an issue loading the map itself, maybe rebulding quadtrees and resaving it helps. If browedit can not load the map or chrashs while loading it, then some files associated with that map are propably missing or damaged. How did you copy it? Did you copy it by resaving it in browedit or did you just copy the files in explorer and renamed the files?
  13. http://rathena.org/board/topic/69666-request-king-of-emperium-script/?p=145794
  14. Map Info shows me that Abbey02 is 150x150 and aru_gld is 200x200, counted in GATs (Walkable Cells) that would be 300 and 400, but Map Info shows you the amount of Terrain Cells (one Cell is 4 GATs), those Terrain Cells are what i meant ^^; Still thank you very much for your help, appreciate it =)
  15. Damn, well currently the largest one i know is 200x200, if you know a bigger one, please tell me which one it is ^^; And well the light calculations, i got a quiet powerfull pc, doesnt take that long. Thank you very much.
  16. Did you include the grf containing these files in the browedit configs? (BrowEdit r586\data\configs\ro.xml)
  17. In BrowEdit: click on view, select top camera, take a screenshot, cut the screenshot so it fits the map, resize it, save it, done.
  18. Hi guys, I have a small question about Map Sizes and BrowEdits Revisions. So i need to make a quiet large map, larger than any standard RO map ive found so far, and to my old knowledge, it wasnt possible to make new working maps BrowEdit r586, instead you had to load an existing map and clear it. Now with r620 it seems to be possible to make new working maps in any size you want, but apparently r620 causes a lot of ingame issues and file corruption (killed my map once). Now my question: Is it possible to make a new clear map with lets say a size of 300x300 with r620, save it, and then work on the map with r586 without causing any ingame issues or file corruptions? Our is there any other way to make a 300x300 map with r586? Thanks in advance =)
  19. Nice work, althou the layout predicts clusterfucks "Every server that mights to implement something probably never seen before: a custom woe map." Ive seen that before on a small german lowrate, sadly it never got popular
  20. So you wanted to remove the 1 Cash Point per Hour? Didnt test it, but should work. - script Hourly Points -1,{ OnUpdate: if( !checkvending() ){ set @Minute,@Minute + 1; if( @Minute % 720 == 0 ){ set #CASHPOINTS, #CASHPOINTS + 10; dispbottom "Online for 12 Hours +10 Cash Points."; } } OnPCLoginEvent: addtimer 60000,strnpcinfo(0)+"::OnUpdate"; end; }
  21. A Workaholics best friend: Monster Energy Drink... I need a pipeline for that stuff.

  22. Reynard

    Water

    Just name the files "water+(Number of the Watertype, 9 for example)+(Frame 00-31).jpg", Example: water900.jpg water901.jpg water902.jpg water903.jpg ... water931.jpg Thats how the damn client reads the files. Place these files in a GRF or folder which Browedit reads (ro directory configs), increase your count value, done, works everytime for me. Usualy a blank white surface in browedit means that it cant find or cant read the files. Thats why i asked him if he did name his files correcty, and provided browedit with a grf or folder were it can find them. And placing a file name in the file extension setting sounds like total nonesense to me...
  23. Reynard

    Water

    Are the filename correct? water(No)(frame 00 to 31).jpg? Are the files in an grf or foulder that your browedit does read?
  24. set houserentdate,gettimetick(2)+604800; That gets the servers timetick, adds 604800 (60x60x24x7 = one week) seconds to it and saves it as a character variable if (houserentdate < gettimetick(2)) { } This checks if the variable houserentdate is smaller then the current server timetick. Since we added the time of one week into the variable, this will only be true one week after the variable was set.
×
×
  • Create New...