Jump to content

Santino

Members
  • Posts

    198
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Santino

  1. Yo! Thx for this script, i've got this worked out, but there's a big problem , lol. When i wear this clip, i summon the dark lord (1272,i'll change it later), & when unequip it disappears, yeah that's good but, when i wear the clip, and change any of my gears, upper/mid/lower, it summons another Dark Lord. lol, everytime i changed gears. lol dark lords are spawning XD
  2. Color : Black , Red , & White Name: Noblesse Ragnarok Online Size : 420x60 or just choose the good dimensions because of the pic Anime : Bloody Sinx with Noblesse - Raizel --> this pic Signature Animation : vampiristic, bloody lol
  3. ahmm, you mean to add call homun,rest,and resurrect skill on the item? yeah i'v done that. in my script =/ the problem is, when i'm unequiping it, the homun will not be gone.
  4. I added a custom item "homunculus clip" to my server, that allows to call a homunculus. but i lack something on the unequip/equip script, to remove my homunculus when i unequip my homunculus clip. what to add in this script? 8048,Homunculus_Clip,Homunculus_Clip,5,30000,10,1000,,,,2,0xFFFFFFFF,7,2,136,,1,,,{ skill "AM_CALLHOMUN",1; skill "AM_REST",1; skill "AM_RESURRECTHOMUN",1;},{},{} SOLVED! =) {skill "AM_CALLHOMUN",1; skill "AM_REST",1; skill "AM_RESURRECTHOMUN",1;},{},{ atcommand "@useskill 244 1 " + strcharinfo(0); }
  5. I've made some custom items with bonus scripts to work, like the vendor's ring, falcon ring, novice suit, etc. But i've got a little problem in my homunculus clip. I can call a homunculus, do homun skills, resurrect homun, and rest, but if i unequip the homunculus clip, the homun is still there. This is my homunculus clip item script: 8048,Homunculus_Clip,Homunculus_Clip,5,30000,10,1000,,,,2,0xFFFFFFFF,7,2,136,,1,,,{ skill "AM_CALLHOMUN",1; skill "AM_REST",1; skill "AM_RESURRECTHOMUN",1;},{},{} I dunno what to put in the OnEquip_Script, and OnUnequip_Script. i based that script on my vendor's ring item script that worked: 8047,Vendors_Ring,Vendors_Ring,5,30000,10,1000,,,,2,0xFFFFFFFF,7,2,136,,1,,,{ skill "MC_PUSHCART",1; skill "MC_VENDING",1; skill "MC_CHANGECART",1; },{ setcart 1; },{ setcart 0; } what do i lack on my homunculus clip script? SOLVED! Thanks to all of you! especially malufett! :> 8048,Homunculus_Clip,Homunculus_Clip,5,30000,10,1000,,,,2,0xFFFFFFFF,7,2,136,,1,,,{ skill "AM_CALLHOMUN",1; skill "AM_REST",1; skill "AM_RESURRECTHOMUN",1;},{},{ atcommand "@useskill 244 1 " + strcharinfo(0); }
  6. okay thanks! so if nothing changes, the problem's on the client-side right?
  7. oh ic, so maybe i messed up my 3ceam db files, i copied skill_db files & so on from eathena db folder into 3ceam db folder.but how come if i compile it, i got no errors, or skipped mods. i'll just read again some guides, i'll try rathena, hmm for rathena, is it the same steps in compiling? using visual++?
  8. ahmm. i dunno if this is the right section to post, cuz im currently not using rathena, my bad. honestly, i tested eathena svn, but cant find the exact client for it. i'm currently using 3ceam, and facing this problem, i thought SVN (rathena,3ceam,eathena are just the same?) if i switch from 3ceam to rathena? can i copy the db files to it? and the src files?
  9. I just started making my own server (1 & a half day exactly) , and i'm stuck with this skill delay problem. I saw many guides and forums about how to edit skill delays, reduce it or add more delay. First one is editing the -- conf/battle/skill.conf // Delay time after casting (Note 2) delay_rate: 100 ( i'v changed it to 0, am i doing this right?) but that didn't solved the problem. Next one I tried to edit the -- db/skill_cast_db.txt e.g. //-- AL_HEAL 28,0,0,0,0,0,0 which stands for : SkillID,CastingTime,AfterCastActDelay,Cooldown,AfterCastWalkDelay,Duration1,Duration2 but still no changes in delays. e.g for Heal. do i need to update skill_cast_db.txt in MySQL? I reaaally really have no idea on this since i just started on this If so, how to update skill_cast_db in MySQL? i can't seem to find skill_db in sql-files? or the skill_cast_db.txt will update if i run my server? really need a helping hand(s)! oh btw, my first post~
×
×
  • Create New...