Jump to content

LCDTheOG

Members
  • Posts

    222
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by LCDTheOG

  1. list the diffs u used and the values(if any) that u put into some of the diffs..
  2. make sure when u choose increase max headgear that u put it to 2000, otherwise it wont even start
  3. I'm confused, do you want to just change into a baby job, that can be done with @job, or do you want the job master npc to change people into baby jobs if they choose to.
  4. http://rathena.org/wiki/Thor_Patcher since this one is up to date more :X
  5. those are the super new clients XD, go with an older version, such as 2011-03-15(rAthena basic client provides this one)
  6. oh gawd use a [code] [/code] next time D:, and post your refine_db, from both the re folder and the pre-re folder. and use codebox not code ._.
  7. the wiki is more for tutorials and more of in depth about things, before u start asking questions n stuff on the forums, check the script_commands and the wiki , if u still cant find what ur looking for, thats when its the green light for a post in my opinion....sorry if this was wayy off topic XD
  8. make a script, with a timer that checks if they have this weapon equipped and if they do, use the unequip script command, this will stop them from using it on the map, or just put it in the db/item_noequip.txt and put a map flag on the certain map u don't want the weapon on.
  9. gilbert their is not glitch with preview, since its client side it will disappear if u do anything to sync urself with the server, such as, @refresh, @warp, anything to make urself change maps or refresh urself with the server
  10. i never once opend my plugin folder lol..., question, whats harmony? XD
  11. http://rathena.org/wiki/Category:Configuration#.2Fconf.2Fatcommand_athena.conf_and_.2Fconf.2Fgroups.conf :/, its right there! at the top of the website, WIKI, how do you all miss it :[
  12. i always thought to edit the drop rate of your mobs with rAthena u needed to do it via sql tables :[, since thats what rAthena uses for databases.
  13. change both of them, to ur max lvl u want. trunk/db/re/exp.txt & trunk/db/pre-re/exp.txt both should have base lvl 150 for their max :X
  14. lets see a list of things u may have forgotten to do, Set the user in the login table with account id 1, to have the same userid/password you set in your char_athena.conf and map_athena.conf gave the user ragnarok, schema privileges for both log/ragnarok database in your inter_athena.conf, all of the databases are named correctly, "log_login_db:" should say log_login_db: loginlog, log_db_db: *name of log database* do not forget to edit your log_athena.conf and comment out the block of log files that start with log/, and uncomment the ones that say atcommandlog and branchlog, etc. Make sure their are no spaces before log_gm_db:,log_branch_db:,etc
  15. http://rathena.org/w...f.2Fgroups.conf, Please read the wiki before u ask questions :/
  16. Weapon-type items: 1. Daggers 2. One-Handed Swords 3. Two-Handed Swords 4. One-Handed Spears 5. Two-Handed Spears 6. One-Handed Axes 7. Two-Handed Axes 8. Maces 9. (not used) 10. Wand/Staff 11. Bows/Crossbows 12. Knuckle Weapons 13. Musical Instruments 14. Whips 15. Books 16. Katars 17. Revolvers 18. Rifles 19. Shotguns 20. Gatling guns 21. Grenade launchers 22. Fuuma shuriken Shield-type items: 1. Guard, Novice Guard 2. Buckler 3. Shield, Holy Guard, Evangelist 4. Mirror Shield Ammunition-type items: 1. Arrows 2. Throw-able daggers 3. Bullets 4. Shells 5. Grenades 5. Shuriken 6. Kunai *pulled from the custom items wiki example, if i wanted to have 1 handed swords and books for the weapon 356,0,0,50,0,0,0,2:15,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_PARRYING#ƒpƒŠƒCƒ“ƒO# "2" being one-handed swords ":" being the separator and "15" being books. hope this helps
  17. Well i made this a while back, its a quick edit of GorthexTiger/Nibi's Hourly Kafra Points script, Basically gives you flux CP credits instead of kafra points. basically every hour that your logged in and playing you recieve x amount of credits(you can specify the amount they receive), if you go idle for x amount of minutes(you can specify the amount of minutes they can go idle for) the timer stops, if you vend or chat for more than 30 seconds the timer stops let me know if their are any errors~ Update:edited real quick forgot to stop the timer when checking for vending/chatting fluxcppoints.txt
  18. *getinventorylist; This command sets a bunch of arrays with a complete list of whatever the invoking character has in their inventory, including all the data needed to recreate these items perfectly if they are destroyed. Here's what you get: @inventorylist_id[] - array of item ids. @inventorylist_amount[] - their corresponding item amounts. @inventorylist_equip[] - whether the item is equipped or not. @inventorylist_refine[] - for how much it is refined. @inventorylist_identify[] - whether it is identified. @inventorylist_attribute[] - whether it is broken. @inventorylist_card1[] - These four arrays contain card data for the items. @inventorylist_card2[] These data slots are also used to store names @inventorylist_card3[] inscribed on the items, so you can explicitly check @inventorylist_card4[] if the character owns an item made by a specific craftsman. @inventorylist_expire[] - expire time (Unix time stamp). 0 means never expires. @inventorylist_count - the number of items in these lists. This could be handy to save/restore a character's inventory, since no other command returns such a complete set of data, and could also be the only way to correctly handle an NPC trader for carded and named items who could resell them - since NPC objects cannot own items, so they have to store item data in variables and recreate the items. Notice that the variables this command generates are all temporary, attached to the character, and integer. Be sure to use @inventorylist_count to go through these arrays, and not 'getarraysize', because the arrays are not automatically cleared between runs of 'getinventorylist'. Pulled from trunk/doc/script_commands.txt >_>
  19. emistry i looked at that before i wrote here, a db dev wouldnt need to know scripting intimately, since sql and the scripting language are different lol, the only thing i would need to know from scripting would be query_sql() lol. which i already do :X, and alright brian, thanx for the info :X
  20. LOL DAMN, i was looking at that file yesterday too, i couldnt figure out what to change XD i knew it was in there tho, ty Xantara.
  21. so what exactly does a DB Developer do? Develop Databases pertaining to?
  22. yeah like the title says, i try to modify my credit balance, and it says i cant modify my account level, seems like theirs alot of problems with fluxcp-renewal..
  23. same here, i'll search the flux cp files and see if i can fix this for u guys Update: so yeah, can't seem to find the problem here, but i can't get itemdb or the mobdb to show up, really think someone good in php should take a look at this because this isnt the first time ive seen this in fluxcp Update2: Thanx to brian~ he showed me which file it was, fluxcp/modules/monster/view.php, $col .= 'MEXP AS mvp_exp, ExpPer, '; delete ExpPer and the mob database should work again Once again thanks To Brian This only fixes the mob database, the item database is still yet to fix.
  24. so yeah, tested this, its not even joining a channel, anyone get this working?
  25. couldnt it also be used to ban countries?
×
×
  • Create New...