Jump to content

vijay30393

Members
  • Posts

    114
  • Joined

  • Last visited

Everything posted by vijay30393

  1. Like my top say's How can i add a +10item to Old Blue Box or Gift Box? I try adding like this 1,ID,1,1,10,0,0,0,0,0; But it din't worked, if any of you guy's know how to fix that, please share thanks
  2. I do have the xilero's DB and NPC file's but, the svn version have changed so the pet is not working.
  3. Try this NPC. https://dl.dropbox.com/u/94554687/clone.txt // Clone valkyrie,55,32,5 script ribbon_set_summon_clone 850,{ Onaaa: getmapxy .@map$, .@x, .@y, 0; while ( mobcount( strcharinfo(3), "clonecheck::On"+ getcharid(0) ) < 1 ) clone .@map$, .@x, .@y, "clonecheck::On"+ getcharid(0), getcharid(0), getcharid(0), 0x8D, 1; end; }
  4. As my topic say's, Requesting code for @autostorage(command). It must work like this- 1st i @autoloot a item and then i @autostorage it. So it goes to the storage directly soon after i get it into my invo. If some one has the code, please share it with me thanks (Y).
  5. As the topic say's, Star gladiator's warmth not damaging players, i my self requesting for the code's which damage's the player's. Thank you! //If target isn't knocked back it should hit every "interval" ms [Playtester] do { - if( bl->type == BL_PC ) - status_zap(bl, 0, 15); // sp damage to players - else // mobs if( status_charge(ss, 0, 2) ) // costs 2 SP per hit { if( !skill_attack(BF_WEAPON,ss,&src->bl,bl,sg->skill_id,sg->skill_lv,tick+count*sg->interval,0) ) status_charge(ss, 0, 8); //costs additional 8 SP if miss } else { //should end when out of sp. sg->limit = DIFF_TICK(tick,sg->tick); I added that code's, it work's but, it doesn't let me to kick, it knock's back the player, could there be a code for no knocking back with warmth damage? I'v found the solution http://eathena.ws/forum/topic/695-star-gladiator-warmth-not-damaging-players/
  6. Emistry i added it, but still its using the same skill even after i have 5 spirt's with me. @drristan nup, im just using Dangerous Soul Collect(Hyper sprite).
  7. Problem with Dangerous Soul Collect(Hyper sprite) Dangerous Soul Collect(Hyper sprite) will be casting if also i have 5 sprite's with me. I need a code where the Dangerous Soul Collect(Hyper sprite) should not cast if i have 5 sprite's with me. Could any one help me with the code, please leave a msg down, tanking you.
  8. well I'll try to add it.. And I just added this below to gives no delay when use @go or @warp when player is dead inside pc_dead function in map\pc.c int pc_dead(struct map_session_data *sd,struct block_list *src) { ..... ..... //Reset "can log out" tick. if( battle_config.prevent_logout ) sd->canlog_tick = gettick() - battle_config.prevent_logout; return 1; } becomes int pc_dead(struct map_session_data *sd,struct block_list *src) { ..... ..... //Reset "can log out" tick. if( battle_config.prevent_logout ) sd->canlog_tick = gettick() - battle_config.prevent_logout; sd->warpgodelay_tick = tick; //This is the timer. warp go delay return 1; } =============== and btw, I used all source above, and the result, When player use skill like Raising Dragon (Sura) and Summon Spirit Ball (Earth/Water/Fire/Lighting), has delay when use @warp or @go. delay never ends how to disable it above? The map server crash's, is there any solution for that?
  9. I recently added @go and @warp delay seeing this thread below: http://rathena.org/wiki/@go_delay_when_hit But the problem is, i only need @go and @warp delay if hit, perhaps that code over there i cant use @warp/@go if i use skill, and also i need to wait for @go/@warp the time i allocated after the death. So all i'm requesting is, i need source code where the @go/@warp delay if only hit.(ONLY I GET HIT BY OTHER PLAYERS or MONSTERS). Thanking you - (Vijay) Any one could help me? >.>
  10. In my server, when the people die the set/gear sprite will wipe and when we return save point, the sprite of the set/item will not be shown, i mean the sprites of top/head/mid gear will wipe. We need to remove it for alt+q and reuse it to gain back the top/mid/head gear's sprite. It started since when i added @auraset command and preview item npc. Please help me out, needed a help.
  11. im newbi with the coding, can you please do it for me on teamviewer? its hard to ask like this... but still i gotta ask. check this out error. And if cant teamviewer here is my scr file ty. https://dl.dropbox.c...4554687/mmo.rar
  12. @Malufett Im very thank full to you, can i add you on msn please? i needed some help.
  13. Hello guys, like i said, i need source code's for @command they are: 1) @auraset (I have some custom aura on my server and i need to set the aura to a particular player permanently, and the aura's are in the form of items like potions, is there are way to set the aura to a player?) 2) @freez (This command must freeze's him self at the spot where he is) 3) @freezall (This command must freeze's all player at the spot where they are [This must be a gm command]) 4) @unfreezall (This command must unfreeze's all players and kick them out of the server who had been freeze'n before [This must be a gm command]) Thats all i want people, please do help me i seriously need the code, help me out guys......... Thanking you (Vijay Kumar)
×
×
  • Create New...