Jump to content

LCDTheOG

Members
  • Posts

    223
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by LCDTheOG

  1. OnEquip/Unequip would be considered a label Because those arent reserved Special Triggers like OnInit or OnPCDieEvent. You can't Trigger when somone equips an item unless you were to do it via the Item Database under the specific item's script section. You wouldn't need to put the script in each item. since the way you're describing would need all of them to be equipped to be considered true. 

    Bottom of Item_db.yml

    #   Script                  Script to execute when the item is used/equipped. (Default: null)
    #   EquipScript             Script to execute when the item is equipped. (Default: null)
    #   UnEquipScript           Script to execute when the item is unequipped or when a rental item expires. (Default: null)
  2. Already fixed thanks, I should have use s1 and p1 for user and password not the sql username and password that I have made. Ty please close

     

    no you shouldnt lol. you should change those to something unique so people don't have an easy way to hack your server/databases. that is the default password for the server.

  3. no...you just need to edit client side

     

    here is the step...lets say your new item id number is 30000

     

    1. edit data/idnum2resnametable.txt

    30000#타락천사의날개#
    

    2. edit data/idnum2itemdisplaynametable.txt

    30000#Fallen_Angel_Wing#
    

    3. edit data/idnum2itemdesctable.txt

    30000#
    Large, black wings of a fallen dark angel.
    All Stats + 1.
    Base stats (without modifiers) is equal to 20 or higher,
    -Str -> Attack + 1
    -Int -> Magic Attack + 1
    -Vit -> Tolerance to Neutral Property + 1%
    -Agi -> Increase ASPD (After Attack delay -1%)
    -Dex -> Ranged Attack +1%
    -Luk -> Inflict 1% more critical attack.
    Class : ^777777Garment^000000
    Defense : ^77777718^000000
    Weight : ^77777720^000000
    Required Level : ^7777771^000000
    Applicable Job : ^777777Every Job^000000
    #
    

    4 . edit System/iteminfo.lua

    	[30000] = {
    		unidentifiedDisplayName = "Fallen Angel Wing",
    		unidentifiedResourceName = "후드",
    		unidentifiedDescriptionName = {
    			"Unidentified item, can be identified with [Magnifier].",
    		},
    		identifiedDisplayName = "Fallen Angel Wing",
    		identifiedResourceName = "타락천사의날개",
    		identifiedDescriptionName = {
    			"Large, black wings of a fallen dark angel.",
    			"All Stats + 1.",
    			"Base stats (without modifiers) is equal to 20 or higher,",
    			"-Str -> Attack + 1",
    			"-Int -> Magic Attack + 1",
    			"-Vit -> Tolerance to Neutral Property + 1%",
    			"-Agi -> Increase ASPD (After Attack delay -1%)",
    			"-Dex -> Ranged Attack +1%",
    			"-Luk -> Inflict 1% more critical attack.",
    			"Type : ^777777Garment^000000",
    			"Defense : ^77777718^000000",
    			"Weight : ^77777720^000000",
    			"Required Level : ^7777771^000000",
    			"Applicable Job : ^777777Every Job^000000",
    		},
    		slotCount = 1,
    		ClassNum = 3
    	},
    

    4. edit db/pre-ren/item_db.txt

    30000,Fallen_Angel_Wing,Fallen Angel Wing,4,0,,200,,18,,1,0xFFFFFFFF,63,2,4,,0,1,3,{ bonus bAllStats,1; bonus bAtk,readparam(bStr)/20; bonus bMatk,readparam(bInt)/20; bonus2 bSubEle,Ele_Neutral,readparam(bVit)/20; bonus bLongAtkRate,readparam(bDex)/20; bonus bCritAtkRate,readparam(bLuk)/20; },{},{}
    
    

    5. use command @reloaditemdb

     

    done~  /ok

     

     

    wrong!, he's using 2013, that way is for 2012 and before he needs to make these edits via system/iteminfo.lua/iteminfo.lub and only with lua files there are no txt files involved aside from server side.

  4. some mvp's have different drop rates. youd need to edit them accordingly. when you change those rates via conf file your changing the global drop rate of the entire server.

     

    for instance. lets say something drops at 50% with the rates set to 1x, if you put it anything above 1x it's going to be 100 percent always. to fix that youd need to change the mobs drop rate for that item.

  5. theres a map flag called noteleport i think. inside the npc folder find that map and shut it off. also you can do @mapflag i think and it shows all the mapflags on that map

  6. you need to set a key inside the grf before you add any files to it. make sure you encrypt the grf btw. not the data folder inside grf editor.

     

    Set a key->save the key(suggested if you make a complicated password)->add the files to the grf->encrypt the grf->save the grf.

     

    you won't be able to extract anyfiles out of until they type in the password. however they can still open it.

  7. actually you just need to delete 1 file only...for example if u use neoncube patcher...just delete neoncube.file then u can rerun the patcher..for thor patcher i dont remember the file name but its something have .dat extension...

     

    that just deletes the patch list. which didnt fix my problem at the time. my host has a ridiculous server side caching so thats what was causing it.

  8. I'm to the point where i will almost pay somone to set me up a working patcher. idk if its my PC or what but. I'm running a 64bit windows 10 system. ive tried every single patcher. and none of them work longer than a day. but it appears that each of them get the same issue going. none of them will grab new patchers after patching 1 time. any support on this topic will help. i will post my current information with my host if i need to.

     

    Edit: Solved, clearing my browser data and disk clean up temp internet files and temp files did the trick.

  9. index.php?app=downloads&module=display&section=screenshot&id=3446

    File Name: Custom Aura Compilation

    File Submitter: lilcooldude69

    File Submitted: 01 May 2016

    File Category: Auras

    Content Author: Unknown.

    This is just a compilation of aura's I've had for quite a few years. I figured since you don't really see many aura's anymore I'd upload all of them from old projects I used to have. IDK who owns all of these so if anyone can look through them and maybe shoot me a pm I'll be able to change this post to give credit where due.

    Click here to download this file

    • Upvote 2
    • Love 1
×
×
  • Create New...