Jump to content

Nameless2you

Members
  • Posts

    351
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Nameless2you

  1. Looks like a pretty crappy script, considering it allows you to choose _any_ job class in the menu displayed even with a 1/1 novice. My personal suggestion Siege, try and be a little original for once and stop begging for every little script your server will never grow if you have to ask for every tiny thing.
  2. That's not a poring NPC. That's just a normal object and they've chosen to make the sprite either invisible or take a sprite that's so small the object would cover it up. Just have to place to x and y correctly.
  3. My input to this: I hate working in sql db, working char logs and stuff is just fine, but item_db logs or mob_db logs in sql are just a horror for me even though it's easy with the name beside it when creating a new one, problem is just it takes so much longer creating it than in txt where you can easily search with a ctrl+f combo, copy paste and then you've got your new item, sql takes you time to select the search button or use the sql tab then type in the stuff, wait for it to load, and then select copy, it's rather annoying when you have large bulks of items you wish to copy/duplicate..
  4. I don't get it and I read it like 5x.. Care to explain it better maybe we'll be able to help then...
  5. I think this should work.. [Removed Link]
  6. 13414,Elemental_Sword,Elemental Sword,4,20,,1200,105,,1,3,0x000654E2,2,2,2,3,70,1,2,{ if(mf_gvg || mf_pvp) {bonus bStr,2; bonus bInt,4; bonus bDex,1; bonus bMatkRate,5; bonus2 bAddEle,Ele_Neutral,10;} else {bonus bStr,2; bonus bInt,4; bonus bDex,1; bonus bMatkRate,5; bonus2 bAddEle,Ele_Neutral,10; bonus3 bAutoSpell,"MG_COLDBOLT",3,50; bonus4 bAutoSpellOnSkill,"MG_COLDBOLT","MG_FIREBOLT",3,1000; bonus4 bAutoSpellOnSkill,"MG_FIREBOLT","MG_LIGHTNINGBOLT",3,10000; bonus4 bAutoSpellOnSkill,"MG_LIGHTNINGBOLT","WZ_EARTHSPIKE",3,10000;} } },{},{}
  7. Ok I believe of course you could've made this yourself but here's a script that'll only allow novices to change into their 1st class, e.g. Swordsman, Mage.. etc. There's no level requirement The only requirement is that you're a novice http://upaste.me/?show=63445
  8. Doesn't the guy in Payon do that..? Shryion or smth like that..
  9. Yeah, we do have a raw feature now. Example: [Removed Link] Still working on the "copy" button but I hope I'll have it fixed by the end of today. Also of course still working on the design part of the site.. Just added random colors to get rid of the ugly grey
  10. I suggest putting OnInit: either at the bottom of the script, prevents it from accidently executing.. prontera,90,200,5 script Freebies 718,{ if( !#Freebies ){ set #Freebies,1; mes "Welcome...this is your gift..."; getitem 1530,1; getitem 2410,1; getitem 2630,2; getitem 14232,50; close; }else{ mes "You have claim the Reward already."; close; } OnInit: waitingroom "Freebies Here",0; end; }
  11. check the server error output, it probably told you that the syntax is broken. either copy paste the code from here: http://upaste.me/index.php?show=17980 or do the following: prontera,90,200,5<tab>script<tab>Freebies<tab>718,{ Also you forgot to copy over the "script" between ,5 and Freebies
  12. 1st, why would you limit the amount of players that can access your server..? 2nd, there is a setting in login_athena.conf or so that allows to limit the amount of users connecting to the server, if I remember that right.. although I think it also counts autotrade characters
  13. Don't use sc_end sc_all that also removes overweight and other status effect..
  14. Well I made this.. it's not 100% what you want because I was in a rush but it works. Tested. [Removed Link] and it's not pastebin but http://upaste.me, has athena syntax so I prefer it. It's using both maps, guild_vs3 and guild_v4, they can be pre-set on server restart to work or not work. -Room Enabling/Disabling -Support GvG/PvP switching -Kick player
  15. The project and that video are just awesomeness in 2 posts. The loading of objects is really cool, a lot better than the way it is now, gives it a better game feel to it.
  16. file extension filter and file name filter? like filtering all that are named ..xyz...spr?
  17. Got it fixed, but thanks. I had 2 query's so I just made it into 1, I had trouble with that thought but then got the bright idea of using SELECT global_reg_value.char,global_reg_value.str,global_reg_value.value and so on that did the trick that way I was able to use the tables of `char` and `global_reg_value`. Now I just have to dump everything into a new query because I don't want my test server to lag or potential other users when using it as it's fetching all out of global reg values >.< @Arcenciel it works just fine the way I scripted it with results. I might show the finished product later
  18. As title indicates, anybody have any idea how to do this? I used a sql query but that resulted in giving me only 1 results, and killed the purpose of my script cause it was a ladder and only showed the first person >< sample of how I tried it and only got 1 char query_sql "SELECT `char_id`,`name` FROM `char` WHERE `char_id` = "+.@charid, .@charidd, .@name$; .@charid is already provided earlier on in the script without a problem, if it wasn't for this, the script would nicely display a bunch of char id's but no names which is my problem.
  19. Agreed, follow kRO but if there's not info use iRO and put a big red sign on it saying it needs more data and isn't from kRO.
  20. Hey there, I need some information on how to solve this one.. My friends are using the rsu-kro-renewal-lite patcher and they keep getting errors along the way such as 'Failed to retrieve 2010-05-26rdata_x.gpf, retrying...' or 'Failed to retrieve 2011-04-20data_x.gpf'. The error varies but it's as far as I've seen always with patches including the _x in the end. But I'd simply like to know a way to resolve this. Reinstallation or just attempting it again and again doesn't solve the problem. Ok after doing some reading I found out why 2011-04-20 failed, but how do I resolve this? meh why do I even bother writing posts.. I usually solve them 30mins afterwards..
  21. Good idea, much clearer and easier to use, wonder how you'll use this on sql though. Hope it won't be too big of a change.
  22. It looks nice, any others you'd like to share?
  23. I thought the main reason why eA didn't move to 3.2 was because there was to much db to be converted into the newer version so that the db can support it.. anyways it's good to see that you're basing on renewal but don't forget pre-renewal, there will always be people that will play pre-renewal, considering how many servers and seeking server posts i've seen for retro & pre-renewal, that highly outweigh renewal seeking players, as for myself i don't mind either but purely doing everything on renewal would be bad.
×
×
  • Create New...