Search results

  1. L

    Script is triggered twice, WHY?

    Can anyone test this script and see if you experience what im experiencing.. Coz the OnPCDieEvent is always triggered twice.. Idk why. I already checked if I might have duplicates of the script on other files but there's none. So I was wondering why is it triggered twice? Help will always be...
  2. L

    Help with this script

    I'm currently creating a script that will be triggered by OnPCLoadMapEvent. My problem here is, it has lot's of errors like buildin_rid2name: invalid RID, buildin_checkvending: Player (null) is not online! I modified and applied  THIS ONE(this script actually extract account id's but i've...
  3. L

    Help with loops

    Im currently modifying my enchantment system. I want to it work like, no the same orb on the same items. 1 orb ID per item only But im having troubles with loops. Here's my script. setarray .@cardid[0], getequipcardid(.@part,1),getequipcardid(.@part,2),getequipcardid(.@part,3); for( .@i = 0...
  4. L

    Shadow equipments doesn't show sprites?

    Does shadow equipment doesn't really show sprites? I created a custom weapon with sprite but it doesn't show the weapon sprite when I changed the item into a shadow equipment. But when I make it an equipment weapon, it shows the sprite. 
  5. L

    Enchantment System

    Can anyone help me modify this successenchant src. This source works like this: 'successenchant <equip location>,<enchant orb id>;' I need to work like this one: 'successenchant <equip location>,<card slot>,<enchant orb id>;' I'm bad at src mod so I can't do it...
  6. L

    IT Short Courses?

    Magandang hapon po. Tanong ko lang po baka meron sainyong may alam na nagooffer ng IT Short Courses. Yung mga good for 3 months lang. Siguro yung sa mga basic muna tapos pataas. Gusto ko din kasi matuto mag programming, web development, pag gawa ng mga codes kaso di kaya ng oras ko kapag sa...
  7. L

    warpgodelay for players and boss monsters only

    Can anyone help me edit this warpgodelay to set timer when a player inflict or received damage from other players or boss monsters only. thanks!
  8. L

    changing jobmask [32bit to 64bit]

    Anybody willing to help me about this? I successfully added custom jobs using Neo's Guide, but I still want to get rid of the warnings when compiling. srcmapitemdb.c(361): warning C4293: '<<' : shift count negative or too big, undefined behavior and as Neo, said So can anyone help me...
  9. L

    What's wrong with my script?

    Hi. Can anyone check this script? It's not working fine with me.. My only problem here is it doesn't kick the party member when the party member logged out. But if the party member changed map, the script is triggered. Does this script still continue to run even when the player logged out...
  10. L

    KA-Type skills works without soul link?

    Does KA-Type(Kaite, Kaahi, Kaupe, Kaizel) skills can really be casted even without soullink? How do I make them like the previous one? If you cast KA-Type skills without soul link the caster will be stunned. I try to changed it at skill_db.txt. But whenever I make it a spirit skill(0x8), the...
  11. L

    Just some bad experience I wanted to share

    I just want to share something of my previous experience. So I talked to this guy named Kichi on this forums regarding some paid services. I had a successful transaction with him around year 2012. And last March 2015, I ask him again to do something for me for a paid service(a custom source...
  12. L

    When does variables resets?

    As the title says, when does variable resets? Like, if we use '@' variable, it resets whenever the attached player logged out.  How about the others?  Thanks for those who can explain. 
  13. L

    new script command [HELP]

    I currently created a new script command but it's not working well I'm not  good on src modifcation This script is basically just a copy paste from getitem script and get some ideas from costume system but this one works differently. I need it to only work on equipments...
  14. L

    automatic @at after creating a vending shop

    Is it possible for players to automatically use @autotrade command right after clicking the 'OK' button when vending? Check this image for further explanation. Thanks in advance!
  15. L

    How to add custom job?

    Can anyone provide a guide here how to add custom jobs? Server side + client side guide.  I'm currently using 2013-12-23 client. I can see some guides from wiki(server side) and neomind(client side) how to add custom job but it seems not updated. Thank you for your time and attention.
Back
Top