Jump to content

Kuya Jeo

Members
  • Content Count

    596
  • Joined

  • Last visited

  • Days Won

    24

Reputation Activity

  1. Upvote
    Kuya Jeo got a reaction from humble in delete item even char is offline   
    @@AnnieRuru i think you misunderstood the topic
  2. Upvote
    Kuya Jeo got a reaction from humble in delete item even char is offline   
    @@humble maybe the easiest way to do it is..
     
    Since there is only 1 ITEM for Top 1 Player then if the top 1 has been down to top 2 then this is my idea.
     
    1. If the former Top 1 Player is OFFLINE ( automatically remove item if he will login in game by using OnPCLoginEvent of course their will be a sql query for that ), then the new TOP 1 player will have the item
     
    2. If the Top 1 Player is ONLINE, npc script will sort out the ladder and remove the item on his inventory, since item cannot be put in STORAGE/CART/MAIL/GSTORAGE
  3. Upvote
    Kuya Jeo got a reaction from AnnieRuru in IN NEED of HELP translation (Soul Blaker's Script)   
    @@Vlync use google translate
  4. Upvote
    Kuya Jeo got a reaction from Mikhail von Hohenheim in [HELP] Monster Kill pt.2   
    test this you forgot to put a Boolean on each if statement
     
    Test this script and check the amount of poring, don't use @reloadscript if you edit the script or else script won't load, restart your server to load the script.
    // kill 10 monsters gets 1 status point- script PoringKill FAKE_NPC,{OnNPCKillEvent: if ( readparam(bLuk) < 5 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 5 ) { statusup2 bLuk, 1; poringkill = 0; } } if ( readparam(bLuk) >= 5 && readparam(bLuk) <= 10 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 10 ) { statusup2 bLuk, 1; poringkill = 0; } } if ( readparam(bLuk) >= 10 && readparam(bLuk) <= 15 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 15 ) { statusup2 bLuk, 1; poringkill = 0; } } if ( readparam(bLuk) >= 15 && readparam(bLuk) <= 20 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 20 ) { statusup2 bLuk, 1; poringkill = 0; } } if ( readparam(bLuk) >= 20 && readparam(bLuk) <= 25 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 25 ) { statusup2 bLuk, 1; poringkill = 0; } } if ( readparam(bLuk) >= 30 && readparam(bLuk) <= 40 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 40 ) { statusup2 bLuk, 1; poringkill = 0; } } if ( readparam(bLuk) >= 40 && readparam(bLuk) <= 50 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 50 ) { statusup2 bLuk, 1; poringkill = 0; } } if ( readparam(bLuk) >= 50 && readparam(bLuk) <= 60 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 60 ) { statusup2 bLuk, 1; poringkill = 0; } } if ( readparam(bLuk) >= 60 && readparam(bLuk) <= 70 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 70 ) { statusup2 bLuk, 1; poringkill = 0; } } if ( readparam(bLuk) >= 70 && readparam(bLuk) <= 80 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 80 ) { statusup2 bLuk, 1; poringkill = 0; } } if ( readparam(bLuk) >= 80 && readparam(bLuk) <= 90 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 90 ) { statusup2 bLuk, 1; poringkill = 0; } } if ( readparam(bLuk) >= 90 && readparam(bLuk) <= 99 ) if ( killedrid == PORING ) { poringkill++; if ( poringkill == 100 ) { statusup2 bLuk, 1; poringkill = 0; } } end;}
  5. Upvote
    Kuya Jeo got a reaction from MikZ in PvP Points System   
    PvP Points v1.6Changelogs
    - Fixed bugs found in variables - Added Option [ Only for Specific Maps = 1 / During WoE = 2 / Open All Maps = 3 ] - Added @pvppoints command- Removed Whisper NPC
    - Separate Player Checker PvP Status   http://pastebin.com/VGyrkNq8
  6. Upvote
    Kuya Jeo got a reaction from Stein in Set the Server to Pre-Renewal with spawns in Renewal dungeons   
    goto trunk>src>config>renewal.h and disabled or put // to all renewal related
     
    to make all renewal (NPCs/MOBS/ETC) rename the folder re to pre-re
    rename first the pre-re to any name you want
    path : trunk>npc>pre-re (rename this any name you want )
     
    lastly rename the re folder to pre-re
    path : trunk>npc>re ( rename it to pre-re )
     
     
    EDIT : recompile your server after you edit the renewal.h
  7. Upvote
    Kuya Jeo got a reaction from Triedge in I wanna get all jobs sprites   
    for the body sprite : dataspriteÀΰ£Á·¸öÅë
    for the head sprite : dataspriteÀΰ£Á·¸Ó¸®Åë
  8. Upvote
    Kuya Jeo got a reaction from minx123 in how to disable # from gm below 60 and lock item   
    @@minx123
    to disabled #item command use boolean
    groups.conf
    item: [true,false]
     
    construction of boolean [ @ , # ]
    so [ @@True, #false ]
     
    your GM Level 60 you can put permission
    can_trade:false
    can_trade_bound: false
     
    example :
     
    { id: 60 name: "Custom GM" level: 60 commands: { /* PUT COMMANDS HERE */ } permissions: { can_trade : false can_trade_bound : false }},
  9. Upvote
    Kuya Jeo got a reaction from minx123 in how to disable buff and Potion in certain map   
    @@minx123 here
     
    Path : trunk/db/pre/map_zone_db.conf

    FIND THIS :
    { name: "Towns" disabled_skills: { AM_CANNIBALIZE: "PLAYER" AM_SPHEREMINE: "PLAYER" CR_CULTIVATION: "PLAYER" BS_GREED: "PLAYER" SC_MANHOLE: "PLAYER" WM_POEMOFNETHERWORLD: "PLAYER" GN_WALLOFTHORN: "PLAYER" } disabled_items: { Greed_Scroll: true }} ADD THIS LINE BELOW :
    ,{ name: "Custom" disabled_skills: { HP_ASSUMPTIO: "PLAYER" CASH_ASSUMPTIO: "PLAYER" } disabled_items: { Yggdrasilberry: true Seed_Of_Yggdrasil: true }}) the comma is a separator for the next line, don't remove it
     
    Path : trunk/npc/mapflag/zone.txt
    PUT THIS LINE OF CODES IN THE BOTTOM
    // Custom Zoneama_test mapflag zone Custom  
    then @warp ama_test then try to use those disabled items and skills

    EDIT : by the way, you can use selected items that you disabled but NO EFFECT
  10. Upvote
    Kuya Jeo got a reaction from WhiteEagle in auto itemusing on pickup   
    @@WhiteEagle
     
    here you go, already tested, read some of the comments
     
    1. put this in your server
    2. do no use @reloadscript ( recommended to restart your server after putting this script )
     
    http://pastebin.com/wVpb1CiC
  11. Upvote
    Kuya Jeo got a reaction from minx123 in how to make skill will gone when upequip custom   
    you can see the SC of each skills in
    trunk/db/sc_config.txt
    and don't put the SKILL NAME because it has a corresponding SC for each skills always rely on trunk/db/sc_config.txt
     
    Energy Coat
    SC_ENERGYCOAT Improve Concentration
    SC_CONCENTRATION for Full Chemical Protection you need to put 1 by 1
     
    SC_PROTECTWEAPONSC_PROTECTSHIELDSC_PROTECTARMORSC_PROTECTHELM
  12. Upvote
    Kuya Jeo got a reaction from Akaneharuka in RoBrowser play Ragnarok in the browser is it real ?   
    @@Akaneharuka yea its cool and you can run your RO in a browser, but someone told that ROBrowser is not secured(Security Issues) and not fully develop unlike Runing your RO in a PC
    some effects are missing same as in APK ( Android )
  13. Upvote
    Kuya Jeo got a reaction from minx123 in how to make skill will gone when upequip custom   
    @@minx123
     
    here you go
     
    { Id: 30259 AegisName: "Spirit_Of_Blue_Soul" Name: "Spirit Of Blue Soul" Type: 5 Buy: 0 Weight: 100 Slots: 1 Loc: 1 Refine: false View: 1719 Trade: { notrade: true noauction: true nodrop: true nogstorage: true nomail: true noselltonpc: true } Script: <" skill HP_ASSUMPTIO,1; bonus2 bSubRace,RC_DemiHuman,10; bonus bLongAtkDef,10; "> OnUnequipScript: <" sc_end SC_ASSUMPTIO; ">},
  14. Upvote
    Kuya Jeo got a reaction from Helena in Don't show last zero in weight (npc dialogue box)?   
    @@Helena yeah divide it to 10 like garr said
  15. Upvote
    Kuya Jeo got a reaction from RagnarokOnline2015 in Add Customs   
    @@RagnarokOnline2015 what ragexe date you're using? you can find iteminfo.lua/lub in System folder in your RO Folder
  16. Upvote
    Kuya Jeo got a reaction from Akaneharuka in Are there anyway to import and make this item ?   
    @@Akaneharuka mark as solved if possible its a pleasure for me to help others
  17. Upvote
    Kuya Jeo got a reaction from Akaneharuka in Are there anyway to import and make this item ?   
    @@Akaneharuka here an empty iteminfo.lua
    just copy the whole content of the iteminfo.lub then paste inside the iteminfo.lua
    itemInfo.rar
  18. Upvote
    Kuya Jeo got a reaction from Akaneharuka in Beginner Cap   
    @@minx123 try to put it in general equip, maybe the costume equip is error/bug
  19. Upvote
    Kuya Jeo got a reaction from Nagad in Modify exp rates for specific class only   
    @@Nagad
     
    elseif is error must be else if and i removed the bracket between sc_start and sc_cash_plusexp
     
    use this and post what will be the result
    - script FloatingClassRates -1,{ OnRefresh: OnPCLoginEvent: if( Class == 10 || Class == 12 || Class == 16 || Class == 4046 || Class == 4047 || Class == 4048 || Class == 4049 || Class == 23 || Class == 24 || Class == 25 ) { sc_start SC_CASH_PLUSEXP,-1,100; } else if( getstatus( SC_CASH_PLUSEXP, 0 ) ) { sc_end SC_CASH_PLUSEXP; } addtimer( 60000, strnpcinfo(3) + "::OnRefresh" );}
  20. Upvote
    Kuya Jeo got a reaction from Akaneharuka in Are there anyway to import and make this item ?   
    @@Akaneharuka did you put this?
     
    [32000] = { unidentifiedDisplayName = "Beginner Mark", unidentifiedResourceName = "Beginner_Mark", unidentifiedDescriptionName = { "Unknown Item, can be identified by [Magnifier].", }, identifiedDisplayName = "Beginner Mark", identifiedResourceName = "Beginner_Mark", identifiedDescriptionName = { "Class: ^777777Custom Item^000000", "Defense: ^7777770^000000", "Location: ^777777Lower^000000", "Weight: ^7777770^000000", "Jobs: ^777777All Jobs^000000" }, slotCount = 0, ClassNum = 1400 }, and do not include the comment lines //PUT THE CODE BELOW IN ITEMINFO.LUB or ITEMINFO.LUA
  21. Upvote
    Kuya Jeo got a reaction from Akaneharuka in Beginner Cap   
    @@minx123
    you're using accname.lua / accessoryid.lua or accname.lub / accessoryid.lub ?
    and check your sprite if its named correctly (beginner.spr and beginner.act) in both gender
  22. Upvote
    Kuya Jeo got a reaction from minx123 in remove delay/cooldown on skill bowling bash   
    trunk/conf/battle/skill.conf
     
    FIND THIS
    // Minimum allowed delay for ANY skills after casting (in milliseconds) (Note 1)// Note: Setting this to anything above 0 can stop speedhacks.min_skill_delay_limit: 100 CHANGE TO THIS
    // Minimum allowed delay for ANY skills after casting (in milliseconds) (Note 1)// Note: Setting this to anything above 0 can stop speedhacks.min_skill_delay_limit: 0
  23. Upvote
    Kuya Jeo got a reaction from minx123 in how to make only certain map will get point   
    @@minx123
    here check it in my pastebin
    http://pastebin.com/VGyrkNq8
  24. Upvote
    Kuya Jeo got a reaction from Akaneharuka in Are there anyway to import and make this item ?   
    @@Akaneharuka i tested it and it work

     
    use this one already tested
     
    data.rar
  25. Upvote
    Kuya Jeo got a reaction from Akaneharuka in Are there anyway to import and make this item ?   
    @@Akaneharuka
     
    try this one
    English Translate is Beginner_Mark
    i already merge it and ready to use
     
    data.rar
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.