Jump to content

kerbiii

Members
  • Content Count

    342
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kerbiii

  1. i want to change the Win: Draw: Loss:
  2. its not working the pub is always [0/30]
  3. Use an array composed of multiple different item id's the announce part.. i think can't be done by script can you pls help me on the array part im not used on using array yet
  4. how to shower multiple item like 40 tcg and 1pods then announces when you pick up the PODS
  5. misc are for skill that are misc type like rapid throw of kagerou yes you need to restart everytime you change something
  6. it worked, thanks! EDIT: the pub doesnt change even when there's no player in the pvp room anymore
  7. OnInit:waitingroom "PvP[" + getmapusers("guild_vs3.gat") + "/30",0;end;} i have this on my npc but it doesnt show the right numbers of players on the map its always 0/30
  8. kerbiii

    Add empty slot

    instead of adding a slot why not ask for an npc that will put the card on the second slot and so on?
  9. kerbiii

    Izlude Town

    pano ko ggwin new izlude nlng yung settings? ano yung kelangan ko baguhin? sa YourRO.grf mo ba may izlude na map? mag download ka ng old izlude na mapa tapos update mo yung map_cache.dat rename mo yung map-cache.dat gawin mong map_cache_Orig.dat tapos sa Trunk/ run mo yung mapcache.exe tapos yun okay na yun.. Try mo rin tong Release New Izlude Town thanks for the diff link
  10. kerbiii

    Izlude Town

    pano ko ggwin new izlude nlng yung settings? ano yung kelangan ko baguhin?
  11. kerbiii

    Izlude Town

    naka pre-renewal setting po ako yung izlude town ko ang gulo mali mali ang portal, ang gamit na mapa e yung new izlude. pano ibalik yung old izlude or else pano isetup tulad ng renewal yung izlude para tama yung mga portal salamat po
  12. it gives me a peco instead of dragonbecause thats trans job only, using dragon, you need to edit the client side sprite.i tried changing my job into rune knight and i get a dragon, i think the cause of this is changebase dont allow me to add Dragon training skill thats why it wont give me a dragon Changebase is like a disguise only and not allowed to used skills, much better to change the clientside. yes thats why i put this { skill RK_DRAGONTRAINING,5; } i will try a different approach later
  13. it gives me a peco instead of dragon because thats trans job only, using dragon, you need to edit the client side sprite. i tried changing my job into rune knight and i get a dragon, i think the cause of this is changebase dont allow me to add Dragon training skill thats why it wont give me a dragon
  14. i think making it transparent will fix that
  15. it gives me a peco instead of dragon
  16. mount is for boarding halter if im correct
  17. { Id: 32731 AegisName: "Rune_Knight_Armor" Name: "Rune Knight Armor" Type: 5 Job: 0x00000080 Upper: 7 Loc: 65536 Refine: false OnEquipScript: <" changebase Job_Rune_Knight; if (getskilllv("KN_RIDING")) { skill RK_DRAGONTRAINING,5; } if (checkriding()) setdragon; "> OnUnequipScript: <" changebase Class; ">}, i want it to get Dragon if he use the item while riding a peco peco and remove the dragon when he remove the costume
  18. kerbiii

    Select Service Menu

    pano po paltan yung name na nagaappear dito kasi nakalimutan ko na xD yan po yung unang lumalabas after mo mag type ng user at pass dalawang beses po nalabas yan, yung 2nd sa conf folder ko binago kaso yan first d ko na maalala kung san binabago
  19. kerbiii

    help

    i got this error: [Warning]: Unexpected type for argument 1. Expected number.[Debug]: Data: variable name='.@atcmd_parameters$' index=0[Debug]: Function: getmonsterinfo[Debug]: Source (NPC): at_monster (invisible/not on a map) this is my script: - script at_monster -1,{ OnInit: bindatcmd "monster",strnpcinfo(3)+"::OnAtcommand",0,99; end; OnAtcommand: atcommand "@monster " +implode(.@atcmd_parameters$, " "); announce "[ "+strcharinfo(0)+" ] spawned "+(.@atcmd_parameters$[1]==""?1:.@atcmd_parameters$[1])+" "+getmonsterinfo(.@atcmd_parameters$[0], 0)+" on "+strcharinfo(3)+"!",0; end;}
  20. kerbiii

    MAC IP Address

    is this working on live server?
  21. it also change the skill and everything, instead of just sprite
  22. the script change my job, not sprite only
  23. thnx will try this, btw what is the Loc: ### of costume for armor?
×
×
  • Create New...

Important Information

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