Jump to content

Slammer

Members
  • Posts

    218
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Slammer

  1. kamu bisa pelajari dari sini:
  2. use this mapnametable.txt at folder data
  3. add user and privileges: user : rag1 pass : rag2
  4. Slammer

    Help

    if you want this item like equip/acc, if you wear in change to about job and wear off back to original job class and if you wear it add all stat +2 it's right? try this Baby Novice Ring of Transformation,12,0,,0,,,,0,0xFFFFFFFF,63,2,2097152,,1,1,,{ bonus bAllStats,2; },{ changebase 4023; },{ changebase Class; }
  5. Slammer

    Help

    just remove bonus bAllStats,2; it become Baby Novice Ring of Transformation,12,0,,0,,,,0,0xFFFFFFFF,63,2,2097152,,1,1,,{ changebase 4023; },{},{ changebase Class; }
  6. we don't know what you're getting into if you don't share the file of NPC. plz share it.
  7. as the topic i share the original old map payon and morroc Old Maps.7z
  8. let me explain : at renewal.hpp if //#define PRERE then the active is Full Renewal if #define PRERE then the active is Full Pre-Renewal my configuration is //#define PRERE and //#define RENEWAL_ASPD it's mean Full Renewal but ASPD Pre-Renewal the old server data 2 year ago it's work but last server data not work if //#define PRERE all work fine at Renewal mode if #define PRERE all work fine at Pre-Renewal mode if use configuration //#define PRERE and //#define RENEWAL_ASPD mode Renewal but ASPD at 190. not Renewal / Pre-renewal is like bug.
  9. i try disable #define RENEWAL_ASPD on //#define PRERE not switch to ASPD Pre-Renewal. please Help. i plan use all renewal but not ASPD. the old Server is work now at last server rathena not work
  10. try this trick: db/item_randomopt_group.yml Footer: Imports: - Path: db/re/item_randomopt_group.yml Mode: Renewal - Path: db/import/item_randomopt_group.yml to Footer: Imports: - Path: db/pre-re/item_randomopt_group.yml Mode: Prerenewal - Path: db/re/item_randomopt_group.yml Mode: Renewal - Path: db/import/item_randomopt_group.yml copy item_randomopt_group.yml db/re to db/pre-re edit mob_db.yml: - Id: 1002 AegisName: PORING Name: Poring Level: 1 Hp: 60 BaseExp: 150 JobExp: 40 Attack: 8 Attack2: 1 Defense: 2 MagicDefense: 5 Str: 6 Dex: 6 Luk: 5 AttackRange: 1 SkillRange: 10 ChaseRange: 12 Size: Medium Race: Plant Element: Water ElementLevel: 1 WalkSpeed: 400 AttackDelay: 1872 AttackMotion: 672 DamageMotion: 480 Ai: 02 Drops: - Item: Jellopy Rate: 7000 - Item: Knife_ Rate: 100 add this: RandomOptionGroup: Group_1 - Item: Sticky_Mucus Rate: 400 - Item: Apple Rate: 1000 - Item: Wing_Of_Fly Rate: 500 - Item: Apple Rate: 150 - Item: Unripe_Apple Rate: 20 - Item: Poring_Card Rate: 20 StealProtected: true for Group_1 you can see at item_randomopt_group.yml if successful, can be done to a different mob
  11. Slammer

    Cash Point

    try this - script Sample -1,{ OnPCLoginEvent: If(GetCashFree) { end; } dispbottom "You gained 100,000 cashpoint!!! Enjoy!"; set #CASHPOINTS,CASHPOINTS+100000; GetCashFree = 1; end; }
  12. find at https://github.com/llchrisll/ROenglishRE
  13. if you mean job novice - 3rd use sprite job 4th? you can, but you must edit manual name .spr and .act about job related. example : change .spr and .act job 4th sniper to job sniper. do it for all job class. ^_^
  14. try download this file Client.7z and extract at your folder RO, try play again.
  15. prontera,167,248,3 script [Storage Service] 877,{ end; OnInit: setunittitle (getnpcid(0), "Zoe"); end; }
  16. can you share your folder db?
  17. have you already @reloadiemdb after edit? if not try do it / restart server you can't spare it about cash / free kafra at default src.
  18. -izlude case : check your main.grf / folder data, izlude data same in data.grf kro? if not remove izlude data at your main.grf / folder data -hairstyle case : search in forum about fix hairstyle.
  19. first you need create item for VIP at item_db_usable.yml, after you create item you need input the id item at item_cash_db.txt. Done.
×
×
  • Create New...