Jump to content

joyy95

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by joyy95

  1. joyy95

    Add instances

    Okkk thank you so muchhhh
  2. joyy95

    Add instances

    Not yet.... i dont know the step how with this instances actually work.
  3. Hello everyone, I want to add this instances but seems like not working... should i add anything for instances db ? anyknow can teach me?
  4. My problem is when i wear after unequipped still on the suit... cant changeback ~ - Id: 12260 AegisName: Summer Name: Summer Type: Armor Locations: Armor: true EquipScript: | changebase 27; UnEquipScript: | changebase Class;
  5. where to edit this annoucement? for example i want edit the annoucement only ~ example edit>>>>>>>>>>> ** Player1 just get MVP card Kiel Card (chance 0.05%) *** This i already enable // Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) *** // This can be set to any value between 0~10000. // Note: It also announces STEAL skill usage with rare items // 0 = don't show announces at all // 1 = show announces for 0.01% drop chance items // 333 = show announces for 3.33% or lower drop chance items // 10000 = show announces for all items rare_drop_announce: 5
  6. erm i want 2nd job use JRO 3rd job sprite, now no problem with 3rd job to JRO 3rd sprite but just when 2nd job use JRO 3rd sprite will error.
  7. Seems like create clone use for max body 2 right? Thanks!!!
  8. pre-renewal trans job server, how can i transform the suit to JRO suit? I just try ~ it only working when my job is 3rd job and from trans wear it not working to transform JRO only 3rd job but when - Id: 44999 AegisName: jro Name: jro Type: Armor Locations: Costume_Garment: true ArmorLevel: 1 EquipScript: | setlook LOOK_BODY2,1; UnEquipScript: | changebase Class;
  9. Not the problem, that is myself edit for easy for me setting.. but right now even the game finish 1 round it never continue for second round game...
  10. I mean it never turn next round not the game start......
  11. This script by original PoringKing , it never auto go for next round or even i press the NPC also nothing... Just like 1 game only and need to keep press start again from 2minutes
  12. How to solve this showing [Error]: builtin_npcshopitem: Item ID 0 does not exist.
  13. I think gepard helps.... After i install Gepard it problem solved.
  14. I facing this issue. Please help i dont want add robe ... but i dont know why still happening this
  15. anyone got this sprite? i want use at costume lower... but this is robe sprite ... or that is possible convert to costume lower? but there's transparent only able to use at costume garment
  16. Anyone know how to solve this problem? I dont know why and i didnt touch anything about my database... But why asura strike can bypass Safety Walls kill? ...
  17. A bug with the 'Magic Rod' skill in combination with the Golden Thief Bug (GTB) card. You can still use the Magic Rod skill~~ how to solve it..normally it cant use while using GTB.
  18. Hello this is my script... A party leader can register this quest ... if party leader reach 5 times a day.. Cant register.... But this script when the party leader leave his party and join another party leader who not yet reach the register reach 5 times... it will follow too... Iwant prevent the registration of the party if any member has already participated 5 times in the same day. Party leader register need check all member if one of the member has reach the limit.. cant register
  19. Looking for paid map. Prontera or any nice main town rare.
  20. [Error]: builtin_npcshopitem: Item ID 0 does not exist. This error keep appear at my putty... only i solved the script it will sell the orange potion at my shop too. - shop dynamicshop -1,502:-1 lasa_fild01,197,211,4 script Usable Shop 10057,{ callshop "dynamicshop",1; npcshopattach "dynamicshop"; end; OnBuyItem: for ( set .@j, 0; .@j < getarraysize(.items); set .@j, .@j + 2 ) { for ( set .@k, 0; .@k < getarraysize(@bought_nameid); set .@k, .@k + 1 ) { if ( @bought_nameid[.@k] == .items[.@j] ) { if ( checkweight( @bought_nameid[.@k], @bought_quantity[.@k] ) ) { if ( countitem(.currency) < .items[.@j+1] || countitem(.currency) < ( .items[.@j+1] * @bought_quantity[.@k] ) ) dispbottom "You don't have enough " +getitemname(.currency)+ " to purchase this item."; else { delitem .currency, .items[.@j+1] * @bought_quantity[.@k]; getitem @bought_nameid[.@k], @bought_quantity[.@k]; } } else dispbottom "You cannot carry out more items with you"; } } } deletearray @bought_quantity, getarraysize(@bought_quantity); deletearray @bought_nameid, getarraysize(@bought_nameid); end; OnInit: set .currency, 7420; // Skull is used to buy items setarray .items, 13550,10,7776,50,12020,5,12118,5,12119,5,12120,5,12121,5,13891,20,13892,20,13893,20,13894,20,12114,3,12115,3,12116,3,12117,3,12210,50,13604,150,13592,150,13578,150,13596,150,13572,150,13574,150,12214,10,12031,5,12029,5,12030,5,12033,5,12028,5; // Usage : <item id>,<price> npcshopitem "dynamicshop",0,0; for ( set .@i, 0; .@i < getarraysize(.items); set .@i, .@i + 2 ) { if (.items[.@i] != 0) { // Check if item ID is not 0 npcshopadditem "dynamicshop",.items[.@i],.items[.@i+1]; } } end; }
  21. Hello my server not working when soul linker spriti skill at Stalker... Skill has failed
×
×
  • Create New...