Jump to content

Shisui

Former Staff
  • Posts

    977
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Posts posted by Shisui

  1. Hi devs,

    I really don't know where is the fucking problem.... When i click to teleport button, system show me just input board.... Yeah when i put some number from table (for example 3 (3 is Jinno in my table), system teleport me right.. but i have to put the number into the table...

    You're trying to do something "unique" or by following the tut you've that error?
  2. My quest:

    quest teleport_inv begin

    state start begin

    when login begin

    cmdchat("Teleport_inv index"..q.getcurrentquestindex())

    end

    when info or button begin

    local i = tonumber(input(cmdchat("Teleport_inv GetInfo")))+1

    if type(i) != "number" then return end

    local warp = teleport_inv.warp_kords()

    if warp == nil then return end

    pc.warp(warp[1], warp[2])

    end

     

    function warp_kords()

    return {

    {863900,246000}, --Bakra

    {145400,239900}, --Bokjung

    {63500,166400}, --Chunjo

    {353000,882600}, --Yayang

    {474200,954500}, --Shinsoo

    {959800,269100}, --Jinno

    }

    end

    end

    end

    Use the original quest and change only Jinno coord.

    Make sure you click in the right button and see if works.

     

    After teleported to map , gui with map not close. Why? How to fix this one?

    Search in game.py for

    def Close(self):
    RD2Je.png

     

    scroll to the end of that function and add

    		if self.teleport.IsShow():
    			self.teleport.Open()
    FQydd.png
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.