• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Recent content by Ayase

  1. A

    [lua]Question System

    :eviltongue: Hello emudevs. This script reads the contents of the database into memory. Randomly selected from 5 minutes to the player Game player can answer in this period local dt = {} dt.time = 5 --5 min dt.data = {} dt.option = {"a","b","c","d"} dt.id = 0 function dt.load() local q =...
  2. A

    AIO - server-client communication system

    Very good project I like it so much :damnmate: Is this script written by you? I'm learning it.:tongue::tongue: Thank you for writing this script.:kawai:
  3. A

    eluna api: GetIcon() ruturn itemIcon

    eluna api, return item icon src\server\game\DataStores\DBCfmt.h ---- //char const ItemDisplayTemplateEntryfmt[] = "nxxxxxxxxxxixxxxxxxxxxx"; ++++ char const ItemDisplayTemplateEntryfmt[] = "nxxxxsxxxxxxxxxxxxxxxxxxx"; src\server\game\DataStores\DBCStores.cpp ---- //DBCStorage...
  4. A

    [LuaScript] Equipment Upgrades System

    Write in front... I come from China, my English is poor (T^T) (°ο°)~ print(">> Loading EquipmentUpgradesSystem Code by Ayase") local EquipUpItemEntry = 70000 local pSelectGos={} local clNum = nil local SlotName = {--is slot name [0]="|cFF0000FF 头部:|r", [1]="|cFF0000FF 项链:|r"...
Top