phBot Plugins
  • Introduction
  • Example Plugins
  • phBot API
    • Client
    • Guild
    • Events
    • Players
    • Party
    • NPC
    • Character
    • Academy
    • Inventory
    • Pets
    • Monsters
    • Encoding
    • Locale
    • Config
    • Botting
    • Taxi
    • Packet Injection
    • Log
    • Game Data
    • Teleport
    • Training Area
    • Command Line Arguments
    • Movement
    • Quests
    • Drops
    • Paths
    • Script
    • Notifications
    • Alchemy
    • Misc
  • Chat API
  • Handling Script Commands
  • GUI API
Powered by GitBook
On this page
  1. phBot API

Locale

get_locale()

This function returns the current game locale.

Usage

get_locale()

Returns

unsigned char

  • 2

    • kSRO

  • 18

    • iSRO

  • 65

    • SilkroadR

  • 22

    • vSRO (includes all versions: official, 1.188, 1.193, 1.274, Black Rogue, and thSRO)

  • 23

    • Official vSRO 2 Job

  • 34

    • cSRO SilkroadR (private servers)

  • 9

    • ECSRO

  • 46

    • jSRO GameCom

  • 52

    • cSRO SilkroadR (official)

  • 54

    • DIGEAM

  • 56

    • TRSRO

  • 59

    • ruSRO

PreviousEncodingNextConfig

Last updated 2 years ago