Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Sallycantdance

Members
  • Posts

    827
  • Joined

  • Last visited

Everything posted by Sallycantdance

  1. maybe this one can help you //===== rAthena Script ======================================= //= Cash Shop NPCs //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena Project //===== Description: ========================================= //= Sell Cash shop items. //= Based on iRO's Cash shop. Headgears omitted. //===== Additional Comments: ================================= //= 1.0 First Version. Sample shop per-say. //= 1.1 FIxed typo. (bugreport:1078) [L0ne_W0lf] //============================================================ // Payon //============================================================ // Sells: // Battle Manual Box, Life Insurance Box, Bubble Gum Box, // Kafra Card Box, Giant Fly Wing Box, Neuralizer Box, // Token of Ziegfried Box, Enriched Oridecon and Elunium, // Assumpito, Wind Walk, Aspersio, Adreniline Rush, // Blessing and Increase Agility Scroll boxes, Dungeon // Teleport Scroll Box, Stat Food boxes, and Gym Passes. prontera,89,63,4 cashshop Kafra Shop Employee 116,12900:1000,12901:200,12902:1000,12909:100,12910:100,12911:1500,12922:150,7619:100,7620:100,12916:150,12917:150,12915:100,12918:100,12913:125,12914:125,13553:50,12903:100,12904:100,12905:100,12906:100,12907:100,12908:100,7776:50
  2. ow i see it if i make my itemdb pre run first it will patch automatically? if that so if i change it how can i patch it by recompiling ?
  3. hello guys i would like to ask how can i make a Costume that when you where it ,it would transform you to different job example from novice to sura but your main job will not change only your apperance and when you unequip it it will back you to your normal apperance . i already make a custom costume but when i wear it its permanent transforming the wearer to the specific job i choose and also the skills of it is adding in the skill tree ,
  4. hmm i know how to do it but the problem is in the itemdb equip i can clone there a also have a iteminfolua so the item will appeare the problem is i dont know the view id of the item so if i wear it it has no effect
  5. hello guys i would like to ask if the 3D Character and 3D mobs are working in ragexe 2018117 because i have a problem in 3D character and 3D mobs but in npc,maps,items i dont find error then if im adding the 3d character and mob im stuck ,did somebody experience the same problem i have and if you know the solution pls let me know thank you and Godbless
  6. im using pre renewal db thats the same thing i did i always copy one by one the items i would like to add in my pre item db the problem is some items are not in the re item db so im asking for a copy of re itemdb that contains a lot of items
  7. its working but i wish theres no selection of refining just the announcement can you make the +8 +9 +10 also ?
  8. the code above? double == sign sir? no error but no announced
  9. thanks to this ill try it now where exactly sir in src?
  10. sorry im newbie what i mean is a example or pre item_db.yml that there is no need to copy in the re item_db.yml and sometimes the other items are not found in re item_db.yml , i dont know how to update my itemdb in rathena master github can you please send some guides? thanks
  11. hello everyone i would like to ask how to put announce if the item reach level 7 it will be announce in the whole server thanks in advance
  12. hi sir can i ask where did you exactly insert the script? thanks
  13. hello guys i would like to ask if someone has an updated Pre item_db.yml
  14. how to go in this map when i already add it in my data?
  15. thanks man already see the error and fix it thanks for the script just theres no problem in your script the error is i didnt put the ending haha thanks again
  16. hello everyone i would like to ask how to put payment "zeny" in this script thanks in advance // Settings set .mode, 1; // Set it as following: 0 - 2nd to 3rd class suits ; if (.mode == 0) goto normal; normal: mes "[suit Provider]"; mes "So, wanna change your appearance?"; menu "Change to Third class suit",thirdclass,"Reset appearance",reset; thirdclass: if(class == Job_Knight) { changebase 4060; close; end; } if(class == Job_Assassin) { changebase 4065; close; end; } if(class == Job_Crusader) { changebase 4073; close; end; } if(class == Job_Blacksmith) { changebase 4064; close; end; } if(class == Job_Alchemist) { changebase 4078; close; end; } if(class == Job_Rouge) { changebase 4079; close; end; } if(class == Job_Sage) { changebase 4074; close; end; } if(class == Job_Dancer) { changebase 4076; close; end; } if(class == Job_Monk) { changebase 4077; close; end; } if(class == Job_Hunter) { changebase 4062; close; end; } if(class == Job_Bard) { changebase 4075; close; end; } if(class == Job_Wizard) { changebase 4061; close; end; } if(class == Job_Priest) { changebase 4063; close; end; } else { next; mes "[suit Provider]"; mes "I'm sorry, but your class is not supported."; close; end; } reset: changebase Class; close; end; }
×
×
  • Create New...