Jump to content

icabit

Members
  • Posts

    353
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by icabit

  1. yes it does sound a tower defense or hero defense maybe we can use stage game as a template for this event xD im not sure though since stage game by emistry is survival mode unlike this event
  2. Thou this is solved. I just have questions. Isn't it it set .@setquantity is uselesS? because at getitem you have set it to 1? also. How to add percentage for each? ya i forgot about that one replace it with getitem .@item[rand(getarraysize(.@item))],.@quantity; replace your npc with this
  3. bumps now at 2.5a with video guide for 2012 clients note mine uses cskroption
  4. i think this is possible if you make a application for it ill try
  5. its a debug @_@. if the player doesnt have deaths it will show that
  6. replace OnMinute with OnClock http://rathena.org/wiki/Timers_(Scripting) anyway your on the wrong section you should have posted it here http://rathena.org/board/forum/35-source-support/
  7. @TS its better if you post your script here so emistry can edit that part for you
  8. i updated my links in 1st post sorry bout that
  9. thx for the report now fixed i should have removed kills statistics since it showing up from already when checking pvp statistics content in pastebin now updated heres the link http://pastebin.com/ePbV08SL its still the same as before just redownload
  10. export your database then import it to your database in asurahosting
  11. sprites like runes of power and baal aura are sprites who uses tga files im trying to make a sprite out of tga files my problem is i got 18 frames in total for 1 specific angle when i loaded my frames to actor2 i set the frames accordingly from 0-17 but when i tried it in game the frames only rotate from 0 to 7 how do i make it rotate from 0 to 17?
  12. omg 1st of all this aint the right section for your question oh well open up cmd(command prompt) type in ipconfig/all look for ipv4 default gate way then copy it type it in your browser then it might ask for a username or password(at this moment your trying to access your router user interface) in order for players to get on your server(which is your computer the one you are using) add those ports in port forwarding in your router settings(the guy on the vid uses a linksys router thats why hes using 192.168.1.1) but not all linksys routers uses that default gateway that's why i asked you to get your default gateway in cmd you could ask your router manufacturer for assistance for open the ports for you
  13. add this in your item_db2 30002,Random_Box,Random Box,2,10000,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "itemcalc"; },{},{} create a function npc function script itemcalc { set .@quantity,1;// quantity of the item you wanna give change 1 to your choice setarray .@item[0],30003,30004,30005,30006,30007,30008,30009;//modify these numbers to your item number of choice getitem .@item[rand(getarraysize(.@item))],1; end; } then add this in your iteminfo.lub or cskroption.lub [30002] = { unidentifiedDisplayName = "Random Box", unidentifiedResourceName = "¿À·¡µÈÆĶõ»óÀÚ", unidentifiedDescriptionName = { "A mysterious blue box that seems to hold something inside, but you'll have to open it to find out.", "^ffffff_^000000", "Weight :^777777 20^000000", }, identifiedDisplayName = "Random Box", identifiedResourceName = "¿À·¡µÈÆĶõ»óÀÚ", identifiedDescriptionName = { "A mysterious blue box that seems to hold something inside, but you'll have to open it to find out.", "^ffffff_^000000", "Weight : ^77777720^000000", }, slotCount = 0, ClassNum = 0 },
  14. thx for the info. its work like charm kindly report for errors you could also suggest but pls not the flux thing @_@ i will still need to clean the script on my own if i have time well for now this is it
  15. -Perfect Dodge is capped to 30 -Pneuma can be bypassed by using a skill with knockback -Concentration no longer reduces your Def -You will now have to wait for 30s after your Homunculus dies before you can resurrect it -Skills with knockback will now bypass Tatami like they do with Pneuma
  16. can i suggest? i dunno if this suggestion was asked in other posts but can you add damage cap // Format: Skill ID, Mode, PC damage, Mob Damage, Boss Damage, Other damage
  17. it will update upon logout and test it using a non gm character
  18. icabit

    Refine stats

    @lilith the problem with that format is. i wanna have a unique refine bonus on a certain refine lvl. lets say i wanna give +5 attack per refine on +1-10 but on +11 to 20 it gives +5 attack and 5 mattack per refine @cydh pmed
  19. icabit

    Refine stats

    bumps updated my details on 1st topic
  20. http://www.mediafire...qv14f9vmadkx5om i have tga files here i want to use them as my frames for my sprite. i tried ur guide for bmp works perfectly but. if i use bmp the quality of the color will lessen. i dont want that to happen . all these tga files are with a white background when i use them in actor 2. how do i refrain it from doing that? can u make a guide again? if ever :>
×
×
  • Create New...