Jump to content

sietse11

Members
  • Posts

    127
  • Joined

  • Last visited

Everything posted by sietse11

  1. Hey, Ever since last night, after implementing my new palette collection, increasing the max lvl to 170 and initializing night and day cycle. My server is casting skills on random players and maps. Killing them instantly. So far ive noticed imposito manus killing a GM, no idea what this skill actually does. But it apeared over his head and he died instantly. Then theres a bard skill, tarot card i think it is. The server has killed me and one of my gm's by randomly casting this skill. And last but not least, earthquake is also randomly cast on players!? Is there any event included in rathena that triggers this? Is this a bug?
  2. I just got me a palette pack containing well over 200 hair and cloth palettes. So I tried to view em ingame and my stylist wont go beyond 27(give or take) How can I enable my palettes? Found it --- rathena-conf-battle-client
  3. well im not using any custom palettes that I put in and google is giving me a hardtime with bogus results... in any case using your version of "the custom color palette package" gave me this result http://www.eathena.ws/board/index.php?showtopic=274971 ---dead links only--- so I think I just fund what I need
  4. haha good to know. i was wondering if they got converted to doubles. Still the end result should be 50% redux, so my math still works out as intended. Eventually I want to release this as a custom ninja weapon. But im just not sure, since they can dual wield now. I made this way to OP to actually implement, but its funny as GM gear
  5. Hey I was gonne bring my server live today, But, One of my testers found a nice little bug. When you use the stylist to change clothcolor no problems arise. But, If you change to 3rd job, or use the stylist as 3rd job. The client will crash saying theres missing sprites. So I,ve patched data and rdata.grf, tried again client still crashes with your usual cant find sprite error. Where can I find me some stylist cloth sprites? In what map do they belong? (So I can rip off another servers grf who has working palletes for 3rd jobs) And is this a normal problem? Thanks
  6. Im not seeing the problem here. itemdb has 1 slot itemslotcounttable has 1. Still no slots in the image. Do non custom item show card slots when you right click em?
  7. You can also check rero.wikia.com. Read the step by step guide of getting the server running offline (lots of links included to get you an up to date english server) But since its still a work in progress... You can find a link to judas' bible if you scroll down on the wikias main page. It will redirect you to his site, click on ragnarok(or whatever he called that) then on the next page click on bible. At around page 40 you get a good patcher setup guide. Also if you scroll up after reading this and click on the download section, you can find a 2012 4 10 client. Use this with your modified clientinfo.xml to connect to your server Need more info send me a pm
  8. Haha yeah about that. I tested this bonus bFixedCastrate,2*getrefine(), bonus bVariableCastrate,2*getrefine(), bonus bMatk,4*getrefine(); And changed it into this bonus bFixedCastrate,2*getrefine(); bonus bVariableCastrate,2*getrefine(); bonus bMatk,4*getrefine(); Did a live test, cast time was so epicly long - specially since I had 2 items +20 equiped with this effect So I did this bonus bFixedCastrate,-5*getrefine(); bonus bVariableCastrate,-5*getrefine(); bonus bMatk,4*getrefine(); But on my +20 gear this resulted in insta cast madness So I tested this bonus bFixedCastrate,2.5*getrefine(); bonus bVariableCastrate,2.5*getrefine(); bonus bMatk,4*getrefine(); Offcourse mapserver now tells me I cant use . So I changed it to this bonus bFixedCastrate,-5*getrefine()/2; bonus bVariableCastrate,-5*getrefine()/2; bonus bMatk,4*getrefine(); Works like a charm
  9. haha yeah just found that one out, also forgot 1, and item equip location. works like a charm now. thanks =D
  10. Oh lordy im getting an error..... [Error] itemdb_readdb: invallid format (Script column) in line 16 of "db/item_db2.txt" (item with ID 31008), skipping.... hate those lines If im reading this right im made an error in the script. inside {} 31008,ab_c,ab c,4,10,5,50,45:120,,1,2,0x02000000,15,2,,45,1,1,{ bonus bFixedCastrate,2*getrefine(), bonus bVariableCastrate,2*getrefine(), bonus bMatk,4*getrefine();},{},{}
  11. many thx, didnt get anywhere myself, only found examples of if refinement is higher then Y.
  12. Hey, i wanne test an item script I still have to write. problem one, item_bonus.txt cant find refine. So im taking this problem here. I want this bonus, increase matk by # x refinement lvl decrease cast time by # x refinement lvl so i need to use like {bonus bFixedcastrate,(2xrefinementlvl), bonus bVariableCastrate,(2xrefinementlvl), bonus bMatk,(4xrefinementlvl)}{}{} How do I make it check refinement lvl?
  13. I moved my server to another network, Now my SQL user name gives me errors sdrocom_I&%$*%$@<seems like new network provider> normally It would connect to the ip i entered i believe But now its giving me this error constantly, I even created a new user which is also blocked, any ideas?
  14. Hey, I am looking for a pvp script that features the following. pvp room warper. ----> pvp maps to be added by user pvp ranking -------> keeps track of kills made by individual characters. pvp point system ---------> each kill grants x points pvp point shop---------> buy items by spending your points npc needs to remember total points for ranking and points left over after spending them on items. this npc needs to remember everything when the server is offline for maintainance --edit-- npc needs to start event every hour on the hour, for 10 minutes. points can only be gathered during these 10 minutes prefered setup, mapname,xpos,ypos,points gained on kill, points lost on death and for the items, itemid,number of points to buy --edit-- and for time, duration event (in minutes),start time(in hours) {,start time} example, 10,0000,0100,0200,0300
  15. You sir, are almost making me cry. but category I am not finding on the main page btw found it, its under special pages
  16. LOL a search function XD. never noticed it.... BUT did you press enter? I searched for custom map and got these 5 pages 1st Announce Npcspeed Custom Items Custom Mobs Timers (Scripting) etc Adding a Script Overview of Errors 3rd class custom guide @go Custom Jobs Adding new bonuses ok this is no use. 4 or 5 links below that is the actual link im looking for. search the same thing on google with rathena and its one of the top 5 links. And now back to the wiki. I had more to gain from judas bible then from the wiki. Infact I cant even use the wiki to program my mobs. And further more, I dont like changing other ppls work. So im sticking to the wikia ! which offers less info but is found way faster (or not found faster what ever makes you happy )
  17. I tried not to respond to this for so long but, Brian, The rAthena wiki is awefull. From the main page you cant find anything at all. Sure for beginners theres that nice little window in the top right. But for some reason google is the only way for me to actually find anyting on your wiki. Example, Custom Maps. Where do you find that on your wiki? All pages? -- no ( in fact i wouldnt even know how to use this..) Mapping? -- no Google? -- YES So the topic is posted on your wiki, but no1 can find it. Hence they get send back to the forum where the search function needs to be used 30 times with this search <Kagerou translation> before actually coming up with a result. ( at least for me it keeps coming up with dead ends, and i kno what your thinking im not doing it right--> happend yes but now I know to watch the filter and its still giving me hard time) Rero wiki is all about being easy to use. And im working in a chapter setup. Meaning I could actually index everything in a meaningfull way instead of just an index with every page( which i cant get a result from on the wiki) Also it's a wikia page, everybody can add and update the site. So you should see this as an add on to your wiki and maybe in the future we can cross reference each others pages. So for now I am just gonne keep updating rero wikia everytime rAthena wiki hands me out another dissapointment. Thank god for the forum
  18. Hey, I want a mobID above 4000 for custom mobs. On a site I found I noticed mob id's could become 3000+ the site (http://nn.nachtwolke.com) SO to be on the save side Im wanting to increase my custom mob id's Heres the problem, I increased my max_mob_DB to 12000 Now when I log in all mobs appear as porings or novice females. Looks like its kinda random, because in new1-1 I have 3 spots a custom mob spawns. all with the same ID But they spawn as porings and novice. Below 3000 all ids work. 4000-4999 avoided 5000 combination of porings and novice 8000 novice 10000 novice 11000 not recognized-- probably cause of player clones(max_mob_db set at 14999) My Question Is there any value above 4999 that can be used for mob id's? I am looking for a safe amount of 1000 id's and do homs use the same id database? cause then i need to avoid 6000-6999 aswell I think the problem has soething to do with player clones. I believe the formula is max_mob_db - 999 = player clone id's But I think this is broken somewhere and instead creates player clone id'd for everything above 5000?!
  19. I dont wanne cry or anything BUT this should NOT be an npc this should NOT be an item this should NOT be a skill Make this an @command Like autovend or whatever its called for merchants Suggestion @autobless --- player is logged off, and will auto bless/+increase agi when clicked. (priest tree) Possibillities--- When invoking @command player could set an item or zeny amount to trigger the buff, before logging off. ------------------ Exp should be toggled on or off by the person whos installing the script. ================================= Expending the feature ================================= @autolink --- player is logged off, and will auto spirit link when clicked (soullinker) Possibilities-- When invoking @command player could set an item or zeny amount to trigger the link before loging off. ================================= @autoball --- Player is logged off and will autocast his lvl of transfer spiritball(???right name??) (monk tree) etc... I havent actually read your script yet, but to me it sounds like an autovend option for other classes And if it could be accessed by an @command that would make a world of difference. Thats probably gonne take more then just a simple txt file. But I think it would get way more love Also if it meets my criteria ill buy it from you!!
  20. erm Im using the updated one from judas' bible. im still stuck tho. in order for me to implement the existing users in the sql I need to add one succesfully 1st to do that I need to fix that email issue i think but ill give xantaras a shot
  21. the item id is in my item_db.txt I think its just not in the sql update. I am hosting rathena from home and sql is on my webhost. This SQL error dissapeared after flux was able to update server status. Now I get [info]: Closed connection from '212.1.212.#' in the same intervals. So you are probably right about the connection time out. I was worried I had some kind of error in my src files. But it looks like its just a return from fluxcp failing to get server status for the 1st hour my server is online. If the warning message goes away after adding the item manually in the database Ill flag this as solved. lol im blind, i confused 21001 with 22001 solved
  22. hey, I followed the judas guide about installing flux cp. Now im encountering the following problems, 1.server status is always offline - does show players online 2. registration isnt possible 3. excisting accounts cant log in to flux cp What am I missing here? link to my cp --edit server status just updated after an hour lolz.
  23. after moving my sql database to an online host im getting these errors [Warning] itemdb_search: item id 22001 does not excist in item_db. using dummy data [SQL]: DB error - Lost connection to MySQL server during query [Debug] : at ..\src\map\mapreg_sql.c:163 - UPDATE 'mapreg' SET 'value'= '999999' wHERE 'varname '=' $ttranks' AND 'index' = 0 the warning i can fix by jus manually adding it to the database the SQL thing is weird, I got it after placing my sqldatabase online so I rebuild the server made sure I didnt miss any sql updates( i think) problem persists. and I dont like messing with the source code
  24. yeah, I ran probably the last 6 updates, cause I had never done it before. I just noticed the files while updating with svn, checked the folder and finally realized thats why I kept getting db errors after updating and recompiling. Anyway I found away around that syntax error. what I do now is I click on char/ charlog then right click tables(query I dunno not in sql atm) and select edit tables which triggers the syntax errors. However if I rightclick char/charlog and then if my memory isnt failing me select the 1st option in the menu. I get to see and edit the tables without the syntax error. So Im guessing its nothing serious but I'm still wondering what I did to cause the syntax errors in the 1st place
×
×
  • Create New...